Debian :: COM2 Works On 2.6.21 But Not On 2.6.29?

May 17, 2011

We have a GPS receiver connected to COM2/ttyAM1. It works on 2.26.21, but not on 2.6.29. It's settings are 4800 8N1, and stty gives 'the same' flags. Appears to work ok with minicom, but we cannot write to the GPS receiver on 2.6.29, and we get "ttyAM1: input overrun" during prolonged use reading NMEA strings from it. It's fine on 2.6.21. What is telling is this:

Start reading NMEA strings via minicom, no overruns. Start a user space process then that writes a little to SD, pdflush becomes more active, then blam, overruns /dev/ttyAM1 @ 4800 baud, and no overruns on /dev/ttyAM0 @ 115200 baud. How can that be?! Is pdflush using IRQ5 or competing with us for some other resource?

View 1 Replies


ADVERTISEMENT

Debian :: Looking For Scanner That Works With Debian

Dec 18, 2010

I was looking at the Canon CanoScan 8800F and the SANE website says that it works. Does anybody here have this scanner and does it work as it should?I would be using it to scan photos, slides and negatives. Perhaps somebody can recommend a different one?

View 4 Replies View Related

Debian :: Cannot Use Sudo Although Su And Gksudo Works

Sep 27, 2015

I am trying to use sudo but it prompts that the password is wrong.

When I try to use gksudo everything is fine. I also can use su - without a problem.

I tried to add my user to sudoers and it seemed to work as you can see here:

Code: Select allronel : sudo root adm cdrom floppy audio dip video plugdev users netdev lpadmin

but it did not change the situation.

View 3 Replies View Related

Debian :: Clear 3G Works, 4G And Con. Manager?

Jan 24, 2011

I have a Clear 4G+ Mobile USB modem. It is a Sierra Wireless Air Card 250u. I was able to get a brief 3G connection out of the box, with Squeeze 6.0. I would be happy to at least get connection manager working, as it does in Windows XP.

Subsequent edit. I did a clean install of 6.0 Squeeze, and Clear USB modum worked right out of the box. All I had to do was, right click on Network Manager icon on upper right corner of screen, checked enable mobile broadband. clicked on edit connection info. There I manually entered Clear as my provider, checked on connect auto, and left other fields blank or default settings. I still only get 3G, but I have multiple barriers to a microwave signal in my location. But I still will continue and may need help as I configure Clears Connection Manager, and or firmware.

url

Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 198f:0220 Beceem Communications Inc.
Bus 001 Device 004: ID 1199:0301 Sierra Wireless, Inc.
Bus 001 Device 002: ID 0424:2512 Standard Microsystems Corp. USB 2.0 Hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 roo

I am guessing I would have to locate firmware to make this device work in linux.

View 2 Replies View Related

Debian Hardware :: 8.3 - Webcam Not Works

Feb 14, 2016

I have Debian 8.3 version, and I do not know how to operate the webcam, Cheese blocks itself, and skype doesn't show image, just black screen.

View 11 Replies View Related

Debian :: Why $http_proxy Only Works For Root User In Apt-get

Feb 24, 2010

I just setup a debian OS(in emulator) and trying to use apt-get update. When I log in as root and do:

export http_proxy=http://proxy.com:9090
apt-get update   works

If I use another user and ssh to this debian, sudo apt-get update will fail to work because it don't use the proxy. I try to do the export http_proxy stuff again but still not working. echo $http_proxy showing it already set correctly...

p/s:
I have a workaround by adding this lines in the apt.conf
ACQUIRE {
http::proxy "http://proxy.com:9090"
}

but I really don't want this solutions because I want to easily disable the http_proxy in command prompt (by unset it).

View 1 Replies View Related

Debian Configuration :: Dovecot Works But Sieve Does Not Yet

Aug 16, 2015

Delivery via docevot lda works for the virtual users.

Sending a mail that should be redirected to a folder instead of going to the INBOX does not work

Code: Select allecho "lala" | mail -s beispiel julius@myvirtualdomain

#/home/vmail/julius@myvirtualdomain/.dovecot.sieve

Code: Select all   
   
    require "fileinto";
    if header :contains "subject" ["beispiel"] {
      fileinto "beispielordner";
    } else {
      # The rest goes into INBOX
     # default is "implicit keep", we do it explicitly here
      keep;
    }
     
I can see no errors in dovecot.log, -info.log, -debug.log but also no sieve messages

Code:

Select all 
  #/etc/dovecot/conf.d/15-lda.conf
    protocol lda {
            postmaster_address = julius@localhost
            mail_plugins = $mail_plugins sieve

[Code] .....

View 1 Replies View Related

Debian Configuration :: NetInstall Doesn't Works?

Jul 17, 2010

I bought a laptop : Samsung R580 and when i want to install Debian Squeeze with NetInstall, it's impossible because ma Ethernet Card isn't recognized.These are the caracteristics of my card :PCI ID : 11ab4381Supporté : YesFabricant : Marvell Technology Group Ltd.Matériel : 88E8059 PCI-E Gigabit Ethernet ControllerPilote : sky2The driver is not in the kernel 2.6.32 and i must to wait a new kernel version in Debian?

View 8 Replies View Related

Debian Configuration :: Wifi Doesn't Works

Aug 5, 2011

After to install Debian Sid, i can't to connect to my network. When i launch lsmod, ath9k is present so the module is enabled.I don't use network-manager-gnome, wicd and other, i modify myself /etc/network/interface. But even with this configuration, the wifi does not works.

View 3 Replies View Related

Debian Multimedia :: DPMS Works Only For A Moment

Mar 3, 2015

I'm using Debian Jessie on amd64. I have this video card:

Code: Select all01:00.0 VGA compatible controller: NVIDIA Corporation GF119 [NVS 310] (rev a1)

I'm using the stock nouveau driver that ships with Jessie, and loads by default. I installed this card during my botched attempt to upgrade from Wheezy. This is a fresh install, and DPMS isn't working right.

I can run "xset dpms force off", and the screens will blank. I even see the "HDMI signal lost" screen of both (identical) monitors. However, before the power LEDs of either monitor go orange (instead of blue) the screens come back on as if I had made mouse or keyboard input. If I've locked the screen with xscreensaver, the screens are blank (I use only the blank hack). I've forgone the use of xscreensaver for now, believing it to be contributing to the problem. If I run "xset dpms force off" now, the screens blank, but the "HDMI signal lost" screen doesn't show, and the screens immediately unblank.

Here's the output of "xset q":

Code: Select allxset q                                                                                                                                                                                           
Keyboard Control:
  auto repeat:  on    key click percent:  0    LED mask:  00000000
  XKB indicators:
    00: Caps Lock:   off    01: Num Lock:    off    02: Scroll Lock: off
    03: Compose:     off    04: Kana:        off    05: Sleep:       off

[Code] ...

It's like something is preventing the screen from going blank, but I don't know what it could be.

I installed the proprietary nvidia driver. Sadly, it does the same thing, so that's one thing I can cross off as the likely culprit.

Ran this command:

Code: Select allxset dpms 0 0 0

So when "xset dpms force off" is called, it powers down the monitor immediately. I will be reverting back to nouveau, and will report whether the problem resurfaces.

View 1 Replies View Related

Debian Multimedia :: MSN Client That Works On Squeeze?

May 16, 2010

Tried to install aMSN using Sid package... can't do it because no TK8.5. Installed TK8.5 and aMSN, now I get another strange message ...

Error in startup script:

OK ...

Let's check out 'Empathy IM Client' , no longer any support for MSN because ...?

Tried to setup Mercury which needs Java. Go to run Mercury, no java!

Had to set up Pidgin so that I could go on msn!

View 3 Replies View Related

Debian Hardware :: USB Microphone Works With Audacity But Not On Web

Jan 7, 2016

I recently got my USB microphone working with Audacity under: Debian 3.16.7-ckt20-1+deb8u1 (2015-12-14) i686 GNU/Linux.What I'd like to do is use that same microphone at the following Google/Chrome link in order to convert speech to text (mostly for the purposes of automating my note-taking process.): url...But the the microphone is never recognized, so nothing happens.(And, BTW, the same microphone works fine on that same link/site when I'm using my Windoze box instead of the Linux machine.)

Here's further information:
My mic (from lsusb) - Bus 005 Device 003: ID 0d8c:013c C-Media Electronics, Inc. CM108 Audio Controller

Audacity Devices - Host: ALSA; Playback Device: default; Recording: USB PnP Sound Device: Audio (hw:1,0): Mic:0; Channels: 1 (Mono)

Audacity Recording - Overdub (checked); Latency: Audio to buffer: 100; Latency correction: -130; Sound Activation Recording (checked); Sound Activation Level -50

Audacity Quality - Default Sample Rate: 44100 Hz; Real-time Conversion Default Sample Format: 32-bit float; Sample Rate Converter: Medium Quality; Dither: None;High-quality Conversion Sample Rate Converter: Best Quality (Slowest) Dither: Shaped

How do I get the microphone to be recognized by my Google-Chrome browser?

View 0 Replies View Related

Debian Hardware :: USB Joystick Only Works When Reconnected It

Feb 8, 2010

USB joystick with Linux only works when I disconnected and reconnected its. I have a problem that it can easy, but I didn't find a solution yet. When I turn on my computer using a Debian or Ubuntu and tried to use the joystick the commands of joystick doesn't pass to SO. Once I disconnect and reconnect the joystick on USB port it pass to work.

Environment: SO: Debian 5.0 lsusb - executed this command before disconnect and reconnected the joystick result is equal:

[Code]...

View 1 Replies View Related

Debian Hardware :: Fn Key Works As CTRL Key - How To Change It

Nov 27, 2010

I have a laptop bought it Germany. It has a pretty standard keyboard, with the bottom left most keyboard being the Fn which enables controls on: Bluetooth, WiFi, Sleep and other functionality. My trouble is that both Ubunut, and Linux Mint Debian edition recognize this key as CTRL, thus not giving me the option to use these functions Im pretty clueless how to change it. Currently my console setup is giving this keyboard a standart 104-PC keyboard¦ Just adding some info about this laptop:

product: TW8/SW8/DW8
vendor: Quanta
version: TBD
More info:

The bottom row of the keyboard has: Fn, Strg,Win, Alt, Space, Alt Gr, Menu,Strg, Left, Down, right keys. Is there a some one here who knows which layout is this ?

View 5 Replies View Related

Debian Hardware :: Network Not Works Not Under Win7?

Apr 4, 2011

It may be not correct place for asking but I will give a try. There is a "strange" problem with network on computer of my wife. Sometimes it works sometimes it does not (under WIN7), it complains that LAN cable is not plugged in. On the same computer it always works if I boot computer from Ubuntu CD. And it always works on my computer (Debian testing). Under Linux i can see intensive blinking of LAN card diodes, under windows it blinks few times and than stops. I have little, if any knowledge about LAN hardware. But based on what I see and same logic i supposed the following: Driver of network card is programed to recognize certain levels of signal, and probably in win driver those levels a set a bit higher than in linux. when because of some reasons signal in LAN cable goes below some level, the card under win7 cannot see the network.

View 2 Replies View Related

Debian :: Booting - Initrd Image Works?

May 11, 2011

When we boot the kernel before loding the main file system it loads the temp file system through initrd how that initrd image works.

View 1 Replies View Related

General :: How Debian Package Management Works

Jun 29, 2010

How does package management in Debian work?

What are all these commands like apt-get, apt-cache, dpkg, dpkg-deb, dpkg-query, etc? What are their roles?

how to install software in Ubuntu.

View 11 Replies View Related

Hardware :: All-in-One Printer That Works With Xandros Debian?

Nov 22, 2010

I have Linux Xandros Debian software on my Asus Eee PC, and for 3 years now I have been trying to buy a Colour Scanner that works. It does not have to be a stand alone Scanner, it can also be an All-in-One. I have been told the HP has the most chance. However I bought a HP Deskjet F2280, that the salesman guaranteed would scan with Linux, but it did not. And never has. Is there anybody who also has Linux Xandros Debian and HAS found a scanner that works?

View 1 Replies View Related

Software :: Installing Vim 7.3 - Works Like Vi - Debian Lenny

Oct 17, 2010

I downloaded vim7.3.tar.bz2 and installed it on my computer with debian lenny. I uninstalled the default vim using aptitude but after I installed vim (/.configure, make and make install) vim did NOT create the folders for configuration in /etc or /usr/share. The end result is I have a very inconvinent but working vim. I uninstalled vim and looked up all the directories with vim and renamed them and reinstalled them but still vim is not working.

View 3 Replies View Related

Ubuntu Security :: Anti Malware Filtering Works In Open Dns Works?

Jan 13, 2010

using ubuntu and the corporate edition of open dns? >Im curious to find out how the anti malware filtering works in open dns works.

View 4 Replies View Related

Debian Configuration :: Network Only Works When Moving Mouse

Jul 29, 2015

I ping my router. If I keep my mouse moving (or i'm typing) I get a 5ms ping.If I stop typing/moving my mouse, it times out.

- I disabled NetworkManager for the inteface eth0 but it doesn't solve the problem.
- I'm having the same problem using a Ubuntu 15.01 bootable image
- I'm having the same problem usign an Ethernet PCI Adapter
- I'm having the same problem usign a Wifi PCI Adapter

lsb_release -da
Code: Select allDistributor ID:   Debian
Description:   Debian GNU/Linux testing (stretch)
Release:   testing
Codename:   stretch

[code]....

View 5 Replies View Related

Debian Configuration :: SFTP Works Fine But FTP Will Not Connect

May 5, 2010

I am using debian squeeze. I haven't changed much and I am a newb at this sorry. I can use the SFTP, but I can't use the FTP under any account. I can't find a conf file or anything for this.

View 8 Replies View Related

Debian Configuration :: Ath5k Mini-pci Works, But The LEDs Are Off?

Oct 23, 2010

At first I thought the card was broken, but it connects to networks fine. I know its kind of minor, but is there a way to enable the little traffic indicator lights on the card?

View 1 Replies View Related

Debian Configuration :: No Net After Changing DHCP Server Other OS Works?

Dec 15, 2010

I just put a pfSense firewall inbetween my ADSL router and my LAN. It's configured to have a cachng DNS server and a DHCP server. Among other things. For reasons beyond this post the address range served by DHCP changed from 10.0.0.x to 192.168.1.x. The new DHCP server gives 192.168.1.1 as gateway and DNS server name and not the public IP addresses of our internet provider.

After reconnecting our client machines everything worked just fine on the win-xp boxes, but the Debian Squeeze servers and Ubuntu 10.4 clients all started to get network timeouts. If I ping public websites it works but browsing to the same servers fails. Other services like POP3 and IMAP also fails. All machines use WiFi to connect and the access point is the same as before.

What could it be that make the debian boxes fail? My laptop runs squeeze too and also fails. But when connecting to various other access points at hotels and such I do not get this problem.

Another weird thing is that the debian server running virtualbox cannot do things online but the virtual windows boxes running on this machine can. Weird! Where should I start looking? How is networking/dhcp clients on Debian different from Windows XP?

View 1 Replies View Related

Debian Configuration :: Network With Pidgin No Longer Works

Mar 14, 2011

There is something strange going on with Pidgin in Debian 6. I have just installed the system, then Pidgin, then configured my MSN accounts and chatted; but after rebooting, it no longer works. It just hangs while trying to connect - this is what I see from strace:

[Code].....

- a largish number of times. My very rough and ready thoughts about this so far are that it is probably not Pidgin that has an error, since 1) It worked initially, and 2) I am pretty sure the developers would have know about it very quickly if this was a general problem in Pidgin. On the other hand, my networking seems otherwise to be fine - s what is going on here?

View 2 Replies View Related

Debian Multimedia :: Can't Watch NFL.com Video But Works In Ubuntu?

Jul 2, 2010

If you go to [URL].. and pick any video it will play the commercial but not the video. I have 64 bit version of flash installed on ubuntu and it plays fine. Any ideas why it does not play. I chose a random video to see what I mean. You can post the link below to see.[URL].. how to make it play on Debian. I have flash and sun java plugin installed.

View 14 Replies View Related

Debian Multimedia :: Gpsbabel Now Only Works As Root On Squeeze

Feb 7, 2011

gpsbabel has always been a little awkward to get going, but it works well once it does. Out of the box on Lenny, gpsbabel just gave errors for me reading from a garmin unit, and the required solution was two steps: firstly, remove (and blacklist) the kernel module "garmin_gps". Secondly, add a udev rule like this:SYSFS{idVendor}=="091e", SYSFS{idProduct}=="0003", MODE="0660", group="plugdev" and save this as /etc/udev/rules.d/51-garmin.rules.

Now, I never understood why or how that worked, but it did (on Lenny), straight away, and was listed as gpsbabel's solution here (I notice it now says MODE="666").

Anyway, now I'm on Squeeze and have the same problems again. I've blacklisted garmin_gps again, and it doesn't appear in lsmod.

I've still got my udev rule, but now gpsbabel fails as a normal user with the error:

View 1 Replies View Related

Debian Multimedia :: No Microphone Recording But Input Does Works In Some Way

Aug 12, 2011

For some time, my microphone input doesn't reach the recording application, but instead goes directly to the loudspeaker. If I make a sound in the microphone, it will go to the loudspeakers, and Audacity or Skype will not "hear" anything (and of course, with this set-up, there's a constant noise in the loudspeaker, coming from the microphone).This problem goes away if I install PulseAudio. So obviously, there's nothing broken with either of ALSA or hardware, only some misconfiguration somewhere, and PulseAudio can make a sense of the mess. Playing with all sorts of configurations in Alsamixer didn't help.

Unfortunately, I don't want PulseAudio, because it causes output problems which are a bit too subtle for me to describe coherently here. So I'd rather fix ALSA than Pulse.Please direct me into how to investigate this. The OS is Debian Unstable, the audio card is an integrated Intel ALC1200.

View 1 Replies View Related

Debian :: Webcam - Works Surely - TESTING - Squeeze

May 22, 2010

Choising an hardware in LINUX is not easy since one has to check before whether it is supported. A large hardware base is supported , but not everything.

Which webcam is sponsored by DEBIAN TESTING that works surely with just a plug and play (skype / camorama...) ?

After a required:

Code:

View 4 Replies View Related

Ubuntu :: Copy CD That Only Works In Windows To Blank CD That Works?

Aug 29, 2010

I just want to be able to copy the files from a cd that is only compatible with windows to and new cd that is compatible with ubuntu

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved