Alright, well, this: cat /proc/pci | grep "usb" Returns bupkiss, but should the usb be mentioned in /proc/pci? It's on the motherboard so shouldn't it not be in there anyway, or is "pci" misleading in that it means all devices? (Last time I bug you, promise.) =) On Mon, 2002-12-09 at 12:52, Tom Prado wrote: On 9 Dec 2002, Adam Voigt wrote: > dmesg | grep "usb" > > Produces: > > usb.c: registered new driver usbdevfs > usb.c: registered new driver hub > init_module: prism2_usb.o: 0.1.16-pre7 Loaded > init_module: dev_info is: prism2_usb > usb.c: registered new driver prism2_usb > > And no, there is nothing in /proc/bus/usb. > > Modprobing usb-uhci, uhci, or usb-ohci all throw error's and are not > inserted. > However, usb-core is loaded automatically when I modprobe the prism2 > driver. hmm, that's not good that all the ?hci drivers return errors. You don't appear to have any USB bus drivers loaded. See which USB adapter you have by doing a cat /proc/pci (or use lspci) and look for the USB devices. I.e. mine are: 00:1d.0 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #1) (rev 02) 00:1d.1 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #2) (rev 02) 00:1d.2 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #3) (rev 02) and dmesg | grep usb returns: usb-uhci.c: $Revision: 1.275 $ time 23:33:42 Dec 4 2002 usb-uhci.c: High bandwidth mode enabled usb-uhci.c: USB UHCI at I/O 0xefe0, IRQ 11 usb-uhci.c: Detected 2 ports You might want to check out http://www.linux-usb.org/USB-guide/book1.html Best of luck, Tom -- gentoo-dev@gentoo.org mailing list -- Adam Voigt (adam@cryptocomm.com) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc