PDA

View Full Version : [ubuntu] USB Devices not being detected



dudestir
November 7th, 2010, 04:22 PM
Hi All

We recently undated my son's machine to 10.10 and yesterday he tells me no USB devices are being detected. I don't believe it's hardware and he's a 16 year old boy so anything could have been changed.

lsusb returns

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

whether a device is plugged in or not, front ports or back.

Any ideas on where I should start looking would be greatly appreciated.

Dean

sikander3786
November 7th, 2010, 04:27 PM
Which machine is it specifically? Desktop or laptop?

I hope you have checked the USB thumb drive with another system and it works there.

Can you check with some USB mouse or keyboard if they are working on your USB ports or it might be a hardware fault.

lsusb doesn't list anything except the root hub as you see.

dino99
November 7th, 2010, 04:45 PM
from synaptic, check that usbmount & usbutils are installed

sudo update-usbids && sudo update-pciids

karthick87
November 7th, 2010, 04:50 PM
what is the ouput of dmesg?

Type dmesg in terminal and post your results here.

dudestir
November 7th, 2010, 07:27 PM
Hi All

It's a desktop computer.

When I stick a thumbdrive in it lights up but is not detected.

I've reinstalled usbmount & usbutils and ran

sudo update-usbids && sudo update-pciids

the usbids did install

dmesg doesn't change from before the thumbdrive is inserted to after. In both cases I have the same

dmesg | grep usb
[ 0.233337] usbcore: registered new interface driver usbfs
[ 0.233350] usbcore: registered new interface driver hub
[ 0.233369] usbcore: registered new device driver usb

Dean