I use ubuntu 9.04. Of late the autodetection feature/setting to detect usb pendrives has changed in my computer's configuration. Now if i insert the pendrive in the usb slot, it does not detect it. I have to restart the computer to detect the pendrives.
which configuration file needs to be edited/changed for the autodetect feature to work again?
Kussh
On 12/13/09 9:44 PM, Kussh Singh wrote:
which configuration file needs to be edited/changed for the autodetect feature to work again?
Kussh
Before inserting the pen drive in the USB slots run the following command, the tail will follow the log file /var/log/messages. Now insert the pen drive and paste the output you see on the screen
tail -f /var/log/messages
On Sun, Dec 13, 2009 at 11:43 PM, Swapneel Patnekar linux@eth1.in wrote:
insert the pen drive and paste the output you see on the screen
tail -f /var/log/messages
The usb devices were auto detected this time. Var/log/messages showed the following Dec 14 07:43:25 compaq syslogd 1.5.0#5ubuntu3: restart. Dec 14 07:46:03 compaq kernel: [ 683.430005] usb 5-1.2: new full speed USB device using uhci_hcd and address 3 Dec 14 07:46:03 compaq kernel: [ 683.533986] usb 5-1.2: not running at top speed; connect to a high speed hub Dec 14 07:46:03 compaq kernel: [ 683.589270] usb 5-1.2: configuration #1 chosen from 1 choice Dec 14 07:46:03 compaq kernel: [ 683.630594] Initializing USB Mass Storage driver... Dec 14 07:46:03 compaq kernel: [ 683.631918] scsi2 : SCSI emulation for USB Mass Storage devices Dec 14 07:46:04 compaq kernel: [ 683.632717] usbcore: registered new interface driver usb-storage Dec 14 07:46:04 compaq kernel: [ 683.632723] USB Mass Storage support registered. Dec 14 07:46:09 compaq kernel: [ 688.696286] scsi 2:0:0:0: Direct-Access Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 0 CCS Dec 14 07:46:09 compaq kernel: [ 689.459156] sd 2:0:0:0: [sdb] 15687680 512-byte hardware sectors: (8.03 GB/7.48 GiB) Dec 14 07:46:09 compaq kernel: [ 689.462145] sd 2:0:0:0: [sdb] Write Protect is off Dec 14 07:46:10 compaq kernel: [ 690.220041] sd 2:0:0:0: [sdb] 15687680 512-byte hardware sectors: (8.03 GB/7.48 GiB) Dec 14 07:46:10 compaq kernel: [ 690.223034] sd 2:0:0:0: [sdb] Write Protect is off Dec 14 07:46:10 compaq kernel: [ 690.223048] sdb: sdb1 sdb2 Dec 14 07:46:10 compaq kernel: [ 690.258269] sd 2:0:0:0: [sdb] Attached SCSI removable disk Dec 14 07:46:10 compaq kernel: [ 690.258378] sd 2:0:0:0: Attached scsi generic sg2 type 0 Dec 14 07:46:15 compaq kernel: [ 695.032566] kjournald starting. Commit interval 5 seconds Dec 14 07:46:15 compaq kernel: [ 695.032592] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended Dec 14 07:46:15 compaq kernel: [ 695.262354] EXT3 FS on sdb2, internal journal Dec 14 07:46:15 compaq kernel: [ 695.262367] EXT3-fs: mounted filesystem with ordered data mode. Dec 14 07:47:20 compaq kernel: [ 760.133962] usb 5-1.1: new full speed USB device using uhci_hcd and address 4 Dec 14 07:47:20 compaq kernel: [ 760.235940] usb 5-1.1: not running at top speed; connect to a high speed hub Dec 14 07:47:20 compaq kernel: [ 760.279095] usb 5-1.1: configuration #1 chosen from 1 choice Dec 14 07:47:20 compaq kernel: [ 760.305090] scsi3 : SCSI emulation for USB Mass Storage devices Dec 14 07:47:25 compaq kernel: [ 765.308525] scsi 3:0:0:0: Direct-Access KINGMAX USB2.0 Flashdisk 1.00 PQ: 0 ANSI: 2 Dec 14 07:47:25 compaq kernel: [ 765.350248] sd 3:0:0:0: [sdc] 2015232 512-byte hardware sectors: (1.03 GB/984 MiB) Dec 14 07:47:25 compaq kernel: [ 765.353224] sd 3:0:0:0: [sdc] Write Protect is off Dec 14 07:47:25 compaq kernel: [ 765.361215] sd 3:0:0:0: [sdc] 2015232 512-byte hardware sectors: (1.03 GB/984 MiB) Dec 14 07:47:25 compaq kernel: [ 765.364373] sd 3:0:0:0: [sdc] Write Protect is off Dec 14 07:47:25 compaq kernel: [ 765.364386] sdc: sdc1 Dec 14 07:47:25 compaq kernel: [ 765.511442] sd 3:0:0:0: [sdc] Attached SCSI removable disk Dec 14 07:47:25 compaq kernel: [ 765.511552] sd 3:0:0:0: Attached scsi generic sg3 type 0
but this is random behaviour. Sometimes the devices are detected and sometimes they are not.
This time after booting up i had inserted first the better usb drive(which does not give problems with detection and is mounted faster).
I again rebooted and tried insertion with the problematic pendrive into the usb hub. The system seems to have become ok now in that the problematic pendrive was also autodetected.
Kussh
do #mkdir /media/flash #sudo mount /dev/sdc1 /media/flash
it will be mounted
On Mon, Dec 14, 2009 at 11:08 AM, Kussh Singh kussh.singh@gmail.com wrote:
On Sun, Dec 13, 2009 at 11:43 PM, Swapneel Patnekar linux@eth1.in wrote:
insert the pen drive and paste the output you see on the screen
tail -f /var/log/messages
The usb devices were auto detected this time. Var/log/messages showed the following Dec 14 07:43:25 compaq syslogd 1.5.0#5ubuntu3: restart. Dec 14 07:46:03 compaq kernel: [ 683.430005] usb 5-1.2: new full speed USB device using uhci_hcd and address 3 Dec 14 07:46:03 compaq kernel: [ 683.533986] usb 5-1.2: not running at top speed; connect to a high speed hub Dec 14 07:46:03 compaq kernel: [ 683.589270] usb 5-1.2: configuration #1 chosen from 1 choice Dec 14 07:46:03 compaq kernel: [ 683.630594] Initializing USB Mass Storage driver... Dec 14 07:46:03 compaq kernel: [ 683.631918] scsi2 : SCSI emulation for USB Mass Storage devices Dec 14 07:46:04 compaq kernel: [ 683.632717] usbcore: registered new interface driver usb-storage Dec 14 07:46:04 compaq kernel: [ 683.632723] USB Mass Storage support registered. Dec 14 07:46:09 compaq kernel: [ 688.696286] scsi 2:0:0:0: Direct-Access Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 0 CCS Dec 14 07:46:09 compaq kernel: [ 689.459156] sd 2:0:0:0: [sdb] 15687680 512-byte hardware sectors: (8.03 GB/7.48 GiB) Dec 14 07:46:09 compaq kernel: [ 689.462145] sd 2:0:0:0: [sdb] Write Protect is off Dec 14 07:46:10 compaq kernel: [ 690.220041] sd 2:0:0:0: [sdb] 15687680 512-byte hardware sectors: (8.03 GB/7.48 GiB) Dec 14 07:46:10 compaq kernel: [ 690.223034] sd 2:0:0:0: [sdb] Write Protect is off Dec 14 07:46:10 compaq kernel: [ 690.223048] sdb: sdb1 sdb2 Dec 14 07:46:10 compaq kernel: [ 690.258269] sd 2:0:0:0: [sdb] Attached SCSI removable disk Dec 14 07:46:10 compaq kernel: [ 690.258378] sd 2:0:0:0: Attached scsi generic sg2 type 0 Dec 14 07:46:15 compaq kernel: [ 695.032566] kjournald starting. Commit interval 5 seconds Dec 14 07:46:15 compaq kernel: [ 695.032592] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended Dec 14 07:46:15 compaq kernel: [ 695.262354] EXT3 FS on sdb2, internal journal Dec 14 07:46:15 compaq kernel: [ 695.262367] EXT3-fs: mounted filesystem with ordered data mode. Dec 14 07:47:20 compaq kernel: [ 760.133962] usb 5-1.1: new full speed USB device using uhci_hcd and address 4 Dec 14 07:47:20 compaq kernel: [ 760.235940] usb 5-1.1: not running at top speed; connect to a high speed hub Dec 14 07:47:20 compaq kernel: [ 760.279095] usb 5-1.1: configuration #1 chosen from 1 choice Dec 14 07:47:20 compaq kernel: [ 760.305090] scsi3 : SCSI emulation for USB Mass Storage devices Dec 14 07:47:25 compaq kernel: [ 765.308525] scsi 3:0:0:0: Direct-Access KINGMAX USB2.0 Flashdisk 1.00 PQ: 0 ANSI: 2 Dec 14 07:47:25 compaq kernel: [ 765.350248] sd 3:0:0:0: [sdc] 2015232 512-byte hardware sectors: (1.03 GB/984 MiB) Dec 14 07:47:25 compaq kernel: [ 765.353224] sd 3:0:0:0: [sdc] Write Protect is off Dec 14 07:47:25 compaq kernel: [ 765.361215] sd 3:0:0:0: [sdc] 2015232 512-byte hardware sectors: (1.03 GB/984 MiB) Dec 14 07:47:25 compaq kernel: [ 765.364373] sd 3:0:0:0: [sdc] Write Protect is off Dec 14 07:47:25 compaq kernel: [ 765.364386] sdc: sdc1 Dec 14 07:47:25 compaq kernel: [ 765.511442] sd 3:0:0:0: [sdc] Attached SCSI removable disk Dec 14 07:47:25 compaq kernel: [ 765.511552] sd 3:0:0:0: Attached scsi generic sg3 type 0
but this is random behaviour. Sometimes the devices are detected and sometimes they are not.
This time after booting up i had inserted first the better usb drive(which does not give problems with detection and is mounted faster).
I again rebooted and tried insertion with the problematic pendrive into the usb hub. The system seems to have become ok now in that the problematic pendrive was also autodetected.
Kussh
On Monday 14 Dec 2009, sudheer k muhammed wrote:
do #mkdir /media/flash #sudo mount /dev/sdc1 /media/flash
This is a work around and requires "root" action via sudo. I have an external usb hard drive that never mounts the LED remains lit (even with sudo). dmesg output shows time outs.
Whereas the same unit on 9.04 is autodetected and the file manager opens up with the folders/files on the disk.
-- Arun Khan
On Dec 13, 2009, at 9:44 PM, Kussh Singh wrote:
I use ubuntu 9.04. Of late the autodetection feature/setting to detect usb pendrives has changed in my computer's configuration. Now if i insert the pendrive in the usb slot, it does not detect it. I have to restart the computer to detect the pendrives.
Sorry, I am not suggesting a solution here - just adding tot what you are saying so that the list knows.
Apparently, there is another issue that hampers the working of Reliance USB CDMA dongles. They worked seamlessly in 9.04; in 9.10 they don't!
The release looks slick visually, but I have reasons to believe that the quality aspect of the distro is going down.
Cheers,
Amol Hatwar
On Monday 14 Dec 2009, Amol Hatwar wrote:
Apparently, there is another issue that hampers the working of Reliance USB CDMA dongles. They worked seamlessly in 9.04; in 9.10 they don't!
I am suggesting switching back to 9.04, for whom things worked in 9.04 and not anymore in 9.10.
hi All,
I have just purchased the tata's SCX-1080 USB internet data card. When I purchased it I was unaware that this device will not work on latest Linux version.
I have Debian at home, so my question is how can this USB internet data card work on Debian?????
In old version there is wvdial.conf file which contains the require information to work internet on linux. but in newer version of Debian Lenny I cannot see that file.
How to install wvdial in Debain or newer version of Linux without internet connection if there is any way to do that?
Please help...I need to sort out this as soon as possibel??
Thanks & Regards,
Suraj Nayak
On Dec 14, 2009, at 4:50 PM, suraj nayak wrote:
hi All,
I have just purchased the tata's SCX-1080 USB internet data card. When I purchased it I was unaware that this device will not work on latest Linux version.
I have Debian at home, so my question is how can this USB internet data card work on Debian?????
In old version there is wvdial.conf file which contains the require information to work internet on linux. but in newer version of Debian Lenny I cannot see that file.
How to install wvdial in Debain or newer version of Linux without internet connection if there is any way to do that?
Get a .deb file for wvdial or the package that contains it for your distro from office/cybercafe/friend. Use dpkg to install it.
Cheers,
Amol Hatwar
Since you installed debian without the net, you must have used the dvd. Install wvdial from the dvd.
Arun Khan wrote:
On Monday 14 Dec 2009, Amol Hatwar wrote:
Apparently, there is another issue that hampers the working of Reliance USB CDMA dongles. They worked seamlessly in 9.04; in 9.10 they don't!
I am suggesting switching back to 9.04, for whom things worked in 9.04 and not anymore in 9.10.
For KDE lovers like me, the new KDE 4 and its successors appears to be a dead end. Even on my P4 machine with 512 MB RAM, KDE 4+ slows down the system. Its like upgrading to Vista from XP. There doesn't seem to be any light weight KDE 4+ that has the packages running without the load on the graphics. I had to move over to Debian Lenny in order to get the balance between KDE 3.5 and a latest system.