View previous topic :: View next topic |
Author |
Message |
elpollodiablo Tux's lil' helper


Joined: 20 Mar 2003 Posts: 141
|
Posted: Mon Aug 30, 2004 7:35 am Post subject: usb 2.0 |
|
|
when i connect usb 2.0 devices to my box, they use UHCI (usb 1) instead of EHCI (usb 2). i have the correct modules loaded, hotplug is loaded as well. my mobo is a asus p4c800, in the bios i choose high-speed (480mbps). with this setting, usbview does not show the EHCI controller, but, if i choose full-speed (12mbps) the EHCI controller is listed.
how can i do to have my usb2 devices working properly? thanks, michele |
|
Back to top |
|
 |
tapted Tux's lil' helper


Joined: 02 Dec 2003 Posts: 122 Location: Sydney, Australia
|
Posted: Mon Aug 30, 2004 7:54 am Post subject: |
|
|
what does /var/log/messages say when you plug in a device?
(eg "new high speed USB device using address ...")
What does
gzcat /proc/kernel.gz | grep HCI
say?
What does
lsmod | grep hci
say after you put in a device?
What does
grep -i usb /proc/pci
say?
What does
modprobe uhci_hcd
say (if anything)?
modprobe ehci_hcd
?
Moo. |
|
Back to top |
|
 |
elpollodiablo Tux's lil' helper


Joined: 20 Mar 2003 Posts: 141
|
Posted: Mon Aug 30, 2004 9:10 am Post subject: |
|
|
thank u mate, i'm at uni right now, i'll post everything tonight, m |
|
Back to top |
|
 |
elpollodiablo Tux's lil' helper


Joined: 20 Mar 2003 Posts: 141
|
Posted: Mon Aug 30, 2004 4:18 pm Post subject: |
|
|
/var/log/messages
i plugged a microsoft usb mouse i use for my laptop.... nothing gets logged
gzcat /proc/kernel.gz | grep HCI
i don't have that file (should a gz be in /proc????)
lsmod | grep hci
Code: |
root@redrobot linux # lsmod | grep hci
ehci_hcd 25092 0
uhci_hcd 27920 0
hci_usb 9984 0
bluetooth 40708 3 rfcomm,l2cap,hci_usb
|
grep -i usb /proc/pci
Code: |
root@redrobot root # grep -i usb /proc/pci
USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #1 (rev 2).
USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #2 (rev 2).
USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 2).
|
modprobe uhci_hcd
nothing...
modprobe ehci_hcd
same here
i have an asus p4c800..... 4 usb ports on the back
m[/code] |
|
Back to top |
|
 |
elpollodiablo Tux's lil' helper


Joined: 20 Mar 2003 Posts: 141
|
Posted: Mon Aug 30, 2004 6:17 pm Post subject: |
|
|
i just rebooted and found those lines in /var/log/messages
Code: |
Aug 30 19:52:20 redrobot ehci_hcd 0000:00:1d.7: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller
Aug 30 19:52:21 redrobot ehci_hcd 0000:00:1d.7: BIOS handoff failed (104, 1010001)
Aug 30 19:52:21 redrobot ehci_hcd 0000:00:1d.7: can't reset
Aug 30 19:52:21 redrobot ehci_hcd 0000:00:1d.7: init 0000:00:1d.7 fail, -95
Aug 30 19:52:21 redrobot ehci_hcd: probe of 0000:00:1d.7 failed with error -95
|
|
|
Back to top |
|
 |
|