la porta usb non funziona

Asked by Martin Pihl

I have just installed Ubuntu 8.04 on a friends older laptop, however the USB ports does not work at all.

A sudo lsusb shows that the USB device (the mouse) IS registered, but the optical light on the mouse is shut and it does not work:

christina@christop:~$ sudo lsusb
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 003: ID 046d:c016 Logitech, Inc. M-UV69a Optical Wheel Mouse
Bus 001 Device 001: ID 0000:0000

I have tried all USB ports, but it's the same. Using sudo lsusb turns on the light on the mouse, but it does not work anyway.

Any ideas why it does not work?

Question information

Language:
Italian Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Per Kongstad
Solved:
Last query:
Last reply:
Revision history for this message
Martin Pihl (pihl) said :
#1

My dmesg and lshw looks like this:

christina@christop:~$ sudo dmesg | grep -i usb
[ 16.923525] usbcore: registered new interface driver usbfs
[ 16.923574] usbcore: registered new interface driver hub
[ 16.945946] usbcore: registered new device driver usb
[ 16.991216] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[ 20.518328] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
[ 21.722945] [<ce897086>] usb_add_hcd+0x286/0x5f0 [usbcore]
[ 21.723009] [<ce8a207e>] usb_hcd_pci_probe+0x1be/0x2d0 [usbcore]
[ 21.723131] [<ce8928f0>] usb_root_hub_lost_power+0x0/0x40 [usbcore]
[ 21.728489] usb usb1: configuration #1 chosen from 1 choice
[ 21.728560] hub 1-0:1.0: USB hub found
[ 21.832361] ohci_hcd 0000:00:0f.0: new USB bus registered, assigned bus number 2
[ 21.889823] usb usb2: configuration #1 chosen from 1 choice
[ 21.889863] hub 2-0:1.0: USB hub found
[ 22.138281] hda:<6>usb 1-2: new low speed USB device using ohci_hcd and address 2
[ 145.633288] usb 1-2: device descriptor read/all, error -110
[ 145.808513] usb 1-2: new low speed USB device using ohci_hcd and address 3
[ 148.007027] usb 1-2: configuration #1 chosen from 1 choice
[ 59.371892] usbcore: registered new interface driver hiddev
[ 150.122384] input: Logitech Optical USB Mouse as /devices/pci0000:00/0000:00:02.0/usb1/1-2/1-2:1.0/input/input8
[ 150.144892] input,hidraw0: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:02.0-2
[ 150.144957] usbcore: registered new interface driver usbhid
[ 150.144970] /build/buildd/linux-2.6.24/drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver

--------------------------------------------------------------------------------------------

christina@christop:~$ sudo lshw -C bus
  *-core
       description: Motherboard
       product: Raptor
       vendor: ATI
       physical id: 0
       version: Rev0.4b
       serial: None
  *-usb:0
       description: USB Controller
       product: USB 1.1 Controller
       vendor: ALi Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 03
       width: 32 bits
       clock: 33MHz
       capabilities: pm ohci bus_master cap_list
       configuration: driver=ohci_hcd latency=64 maxlatency=80 module=ohci_hcd
  *-ide:0
       description: IDE Channel 0
       physical id: 0
       bus info: ide@0
       logical name: ide0
       clock: 33MHz
  *-ide:1
       description: IDE Channel 1
       physical id: 1
       bus info: ide@1
       logical name: ide1
       clock: 33MHz
  *-firewire
       description: FireWire (IEEE 1394)
       product: IEEE 1394 Host Controller
       vendor: VIA Technologies, Inc.
       physical id: a
       bus info: pci@0000:00:0a.0
       version: 46
       width: 32 bits
       clock: 33MHz
       capabilities: pm ohci bus_master cap_list
       configuration: driver=ohci1394 latency=64 maxlatency=32 module=ohci1394
  *-usb:1
       description: USB Controller
       product: USB 1.1 Controller
       vendor: ALi Corporation
       physical id: f
       bus info: pci@0000:00:0f.0
       version: 03
       width: 32 bits
       clock: 33MHz
       capabilities: pm ohci bus_master cap_list
       configuration: driver=ohci_hcd latency=64 maxlatency=80 module=ohci_hcd
christina@christop:~$

Revision history for this message
Tobias Wolf (towolf) said :
#2

Did you plug anything else in, like a USB memory stick?

Revision history for this message
Best Per Kongstad (p-kongstad) said :
#3

Add irqpoll to opstartparameters

Revision history for this message
Martin Pihl (pihl) said :
#4

Adding 'irqpoll' to /boot/grub/menu.lst like exemplified in https://help.ubuntu.com/community/BootOptions#Example did the trick. USB port now work perfectly.

Revision history for this message
Martin Pihl (pihl) said :
#5

Thanks Per Kongstad, that solved my question.