Hi,

I'm running Gentoo 2.6.9-gentoo-r8 on my old Dell Inspiron 3000. It's
mostly ok (except for sound but that's a lower priority issue) but for
USB. I'm able to see the USB controller:


$ cat /proc/bus/usb/devices T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0 D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=0000 ProdID=0000 Rev= 2.06
Manufacturer=Linux 2.6.9-gentoo-r8 uhci_hcd
Product=Intel Corp. 82371AB/EB/MB PIIX4 USB
SerialNumber=0000:00:01.2
 C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  0mA
 I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
 E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms


but nothing changes when I plug anything into the USB socket.

Here is the output of lsusb:

 # lsusb
 Bus 001 Device 001: ID 0000:0000

Here are the USB bits in my kernel config:

 # grep USB /usr/src/linux/.config | grep -v "is not set"
 # USB support
 CONFIG_USB=y
 # Miscellaneous USB options
 CONFIG_USB_DEVICEFS=y
 # USB Host Controller Drivers
 CONFIG_USB_EHCI_HCD=m
 CONFIG_USB_OHCI_HCD=m
 CONFIG_USB_UHCI_HCD=m
 # USB Device Class drivers
 CONFIG_USB_PRINTER=y
 CONFIG_USB_STORAGE=y
 # USB Human Interface Devices (HID)
 CONFIG_USB_HID=m
 CONFIG_USB_HIDINPUT=y
USB HID Boot Protocol drivers
USB Imaging devices
USB Multimedia devices
Video4Linux support is needed for USB Multimedia device support
USB Network adaptors
USB port drivers
USB Serial Converter support
 CONFIG_USB_SERIAL=y
 CONFIG_USB_SERIAL_FTDI_SIO=m
USB Miscellaneous drivers
USB Gadget Support

I've modprobed a couple of drivers, here's lsmod:

 # lsmod
 Module                  Size  Used by
 usbhid                 21512  -
 ftdi_sio               27020  -
 uhci_hcd               27384  -

Any suggestions?

Thanks,
Michael


-- gentoo-user@gentoo.org mailing list



Reply via email to