View previous topic :: View next topic |
Author |
Message |
richard.scott Veteran
Joined: 19 May 2003 Posts: 1497 Location: Oxfordshire, UK
|
Posted: Fri Sep 08, 2006 10:49 am Post subject: lsusb no longer works! :-( |
|
|
I've a problem with lsusb where it doesn't provide me with any usb information anymore!
The end of dmesg shows me the following:
Code: | usb 1-1: new high speed USB device using ehci_hcd and address 2
usb 1-1: configuration #1 chosen from 1 choice
scsi0 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning
Vendor: Imation Model: USB Flash Drive Rev: 2.00
Type: Direct-Access ANSI SCSI revision: 02
ready
SCSI device sda: 4052992 512-byte hdwr sectors (2075 MB)
sda: Write Protect is off
sda: Mode Sense: 03 00 00 00
sda: assuming drive cache: write through
SCSI device sda: 4052992 512-byte hdwr sectors (2075 MB)
sda: Write Protect is off
sda: Mode Sense: 03 00 00 00
sda: assuming drive cache: write through
sda:
sd 0:0:0:0: Attached scsi removable disk sda
sd 0:0:0:0: Attached scsi generic sg0 type 0
usb-storage: device scan complete
usb 1-3: new high speed USB device using ehci_hcd and address 3
usb 1-3: configuration #1 chosen from 1 choice
scsi1 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
Vendor: IC25N030 Model: ATMR04-0 Rev: 0811
Type: Direct-Access ANSI SCSI revision: 00
SCSI device sdb: 58605120 512-byte hdwr sectors (30006 MB)
sdb: test WP failed, assume Write Enabled
sdb: assuming drive cache: write through
SCSI device sdb: 58605120 512-byte hdwr sectors (30006 MB)
sdb: test WP failed, assume Write Enabled
sdb: assuming drive cache: write through
sdb: sdb1 sdb2 sdb3 sdb4 < sdb5 >
sd 1:0:0:0: Attached scsi disk sdb
sd 1:0:0:0: Attached scsi generic sg1 type 0
usb-storage: device scan complete |
and fdisk tels me the drives are there:
Code: | fdisk -l /dev/sda /dev/sdb
Disk /dev/sda: 2075 MB, 2075131904 bytes
64 heads, 62 sectors/track, 1021 cylinders
Units = cylinders of 3968 * 512 = 2031616 bytes
Device Boot Start End Blocks Id System
Disk /dev/sdb: 30.0 GB, 30005821440 bytes
64 heads, 32 sectors/track, 28615 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 49 50160 83 Linux
/dev/sdb2 50 2003 2000896 82 Linux swap / Solaris
/dev/sdb3 2004 9817 8001536 83 Linux
/dev/sdb4 9818 28615 19249152 5 Extended
/dev/sdb5 9818 27294 17896432 83 Linux |
However there is no output from lsusb....and there used to be!
Has anyone else lost the use of lsusb from the sys-apps/usbutils package.
The only upgrade I can see for this package is from 0.11-r5 to 0.71-r1, however the old one has now been removed from the portage tree so I can't even go back and test |
|
Back to top |
|
|
lonrot_m Apprentice
Joined: 18 Jun 2005 Posts: 274 Location: Mexico
|
Posted: Fri Sep 08, 2006 11:03 pm Post subject: |
|
|
well you could look for it and install manually to see if the upgrade was the problem or not _________________ The only fool bigger than the person who knows it all is the person who argues with him. |
|
Back to top |
|
|
richard.scott Veteran
Joined: 19 May 2003 Posts: 1497 Location: Oxfordshire, UK
|
Posted: Sun Sep 10, 2006 3:13 pm Post subject: |
|
|
lonrot_m wrote: | well you could look for it and install manually to see if the upgrade was the problem or not |
The USB devices are there and working ok as they have listed under fdisk as /dev/sda and /dev/sdb. I can partition, format and mount them too!
Full output from `fdisk -l` is as follows:
Code: | Disk /dev/hda: 81.9 GB, 81964302336 bytes
16 heads, 63 sectors/track, 158816 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 98 49360+ fd Linux raid autodetect
/dev/hda2 99 4067 2000376 fd Linux raid autodetect
/dev/hda3 4068 158814 77992488 fd Linux raid autodetect
Disk /dev/hdc: 81.9 GB, 81964302336 bytes
16 heads, 63 sectors/track, 158816 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Device Boot Start End Blocks Id System
/dev/hdc1 * 1 98 49360+ fd Linux raid autodetect
/dev/hdc2 99 4067 2000376 fd Linux raid autodetect
/dev/hdc3 4068 158814 77992488 fd Linux raid autodetect
Disk /dev/sda: 2075 MB, 2075131904 bytes
64 heads, 62 sectors/track, 1021 cylinders
Units = cylinders of 3968 * 512 = 2031616 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1021 2025633 83 Linux
Disk /dev/sdb: 30.0 GB, 30005821440 bytes
64 heads, 32 sectors/track, 28615 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 49 50160 83 Linux
/dev/sdb2 50 2003 2000896 82 Linux swap / Solaris
/dev/sdb3 2004 9817 8001536 83 Linux
/dev/sdb4 9818 28615 19249152 5 Extended
/dev/sdb5 9818 27294 17896432 83 Linux |
|
|
Back to top |
|
|
dsd Developer
Joined: 30 Mar 2003 Posts: 2162 Location: nr London
|
Posted: Sun Sep 10, 2006 7:11 pm Post subject: |
|
|
grep usbfs /proc/filesystems
any results? _________________ http://dev.gentoo.org/~dsd |
|
Back to top |
|
|
richard.scott Veteran
Joined: 19 May 2003 Posts: 1497 Location: Oxfordshire, UK
|
Posted: Mon Sep 11, 2006 8:51 am Post subject: |
|
|
Nope, nothing there
EDIT: I've just activated CONFIG_USB_DEVICEFS in the kernel and recompiling now....don't know how that got de-activated |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|