View previous topic :: View next topic |
Author |
Message |
bulletman Tux's lil' helper
Joined: 04 Jul 2002 Posts: 126
|
Posted: Wed Sep 01, 2004 6:47 am Post subject: Help with USB 2.0 |
|
|
Can someone help with my USB config? I have loaded ehci_hcd as a module (I bought a NEC based card since it's well supported under linux).
These USB items are in my kernel:
# grep USB ~/.config|grep "="
CONFIG_USB=y
CONFIG_USB_DEVICEFS=y
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_OHCI_HCD=m
CONFIG_USB_UHCI_HCD=m
CONFIG_USB_PRINTER=y
CONFIG_USB_STORAGE=y
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
The NEC card is listed under /proc/bus/usb/devices. I don't see anything under /proc/scsi/scsi other than my two SATA disks.
The directory /proc/scsi/usb-storage/ only appears when I insmod ohci-hcd. Can that be right? _________________ Stephen
If your desktop gets out of control easily,
you probably have too much stuff on it that
doesn't need to be there.
Donna Smallin, "Unclutter Your Home" |
|
Back to top |
|
|
bulletman Tux's lil' helper
Joined: 04 Jul 2002 Posts: 126
|
Posted: Wed Sep 01, 2004 7:17 am Post subject: |
|
|
Ok, I just found out that you don't use ehci by itself -- you need to use it with either ohci or uhci. I'm adding ohci and ehci to /etc/modules.autoload.d/kernel-2.6.
Stephen |
|
Back to top |
|
|
|