PDA

View Full Version : [xubuntu] 8.10 USB device not recognized



oiler
December 26th, 2008, 06:21 PM
Flash drives plugged into USB ports not recognized Xubuntu 8.10. Returns from lsusb and dmesgtail shown below.

caf@caf-desktop:~$ lsusb
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
caf@caf-desktop:~$ dmesg | tail
[ 129.516029] usb 3-2: device descriptor read/64, error -62
[ 129.804025] usb 3-2: device descriptor read/64, error -62
[ 130.084030] usb 3-2: new full speed USB device using ohci_hcd and address 11
[ 130.268022] usb 3-2: device descriptor read/64, error -62
[ 130.556023] usb 3-2: device descriptor read/64, error -62
[ 130.836018] usb 3-2: new full speed USB device using ohci_hcd and address 12
[ 131.244024] usb 3-2: device not accepting address 12, error -62
[ 131.420026] usb 3-2: new full speed USB device using ohci_hcd and address 13
[ 131.828020] usb 3-2: device not accepting address 13, error -62
[ 131.828585] hub 3-0:1.0: unable to enumerate USB device on port 2


Found I could initialize Floppy with modprobe. Is there something similar for USB?
Additional info below:

caf@caf-desktop:~$ sudo fdisk -l

Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xec0e08d4

Device Boot Start End Blocks Id System
/dev/sda1 * 1 9506 76356913+ 83 Linux
/dev/sda2 9507 9729 1791247+ 5 Extended
/dev/sda5 9507 9729 1791216 82 Linux swap / Solaris






caf@caf-desktop:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 72G 2.1G 67G 3% /
tmpfs 299M 0 299M 0% /lib/init/rw
varrun 299M 108K 299M 1% /var/run
varlock 299M 0 299M 0% /var/lock
udev 299M 2.7M 296M 1% /dev
tmpfs 299M 0 299M 0% /dev/shm
lrm 299M 2.0M 297M 1% /lib/modules/2.6.27-9-generic/volatile

Used mkdir command to create sdb1 in media file and then tried to mount

caf@caf-desktop:~$ mount -t /dev/sdb1 /media/sdb1 -o umask=000
mount: only root can do that









Oiler