Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
usb 2.0
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
elpollodiablo
Tux's lil' helper
Tux's lil' helper


Joined: 20 Mar 2003
Posts: 141

PostPosted: Mon Aug 30, 2004 7:35 am    Post subject: usb 2.0 Reply with quote

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
View user's profile Send private message
tapted
Tux's lil' helper
Tux's lil' helper


Joined: 02 Dec 2003
Posts: 122
Location: Sydney, Australia

PostPosted: Mon Aug 30, 2004 7:54 am    Post subject: Reply with quote

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
View user's profile Send private message
elpollodiablo
Tux's lil' helper
Tux's lil' helper


Joined: 20 Mar 2003
Posts: 141

PostPosted: Mon Aug 30, 2004 9:10 am    Post subject: Reply with quote

thank u mate, i'm at uni right now, i'll post everything tonight, m
Back to top
View user's profile Send private message
elpollodiablo
Tux's lil' helper
Tux's lil' helper


Joined: 20 Mar 2003
Posts: 141

PostPosted: Mon Aug 30, 2004 4:18 pm    Post subject: Reply with quote

/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
View user's profile Send private message
elpollodiablo
Tux's lil' helper
Tux's lil' helper


Joined: 20 Mar 2003
Posts: 141

PostPosted: Mon Aug 30, 2004 6:17 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
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