Gentoo Archives: gentoo-dev

From: Tom Prado <tprado@×××××××.net>
To:
Cc: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Linksys Wireless USB
Date: Mon, 09 Dec 2002 17:54:19
Message-Id: Pine.LNX.4.44.0212091243260.933-100000@volamar.theswamp.priv
In Reply to: Re: [gentoo-dev] Linksys Wireless USB by Adam Voigt
1 On 9 Dec 2002, Adam Voigt wrote:
2
3 > dmesg | grep "usb"
4 >
5 > Produces:
6 >
7 > usb.c: registered new driver usbdevfs
8 > usb.c: registered new driver hub
9 > init_module: prism2_usb.o: 0.1.16-pre7 Loaded
10 > init_module: dev_info is: prism2_usb
11 > usb.c: registered new driver prism2_usb
12 >
13 > And no, there is nothing in /proc/bus/usb.
14 >
15 > Modprobing usb-uhci, uhci, or usb-ohci all throw error's and are not
16 > inserted.
17 > However, usb-core is loaded automatically when I modprobe the prism2
18 > driver.
19
20 hmm, that's not good that all the ?hci drivers return errors. You don't
21 appear to have any USB bus drivers loaded. See which USB adapter you have
22 by doing a cat /proc/pci (or use lspci) and look for the USB devices.
23
24 I.e. mine are:
25
26 00:1d.0 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #1) (rev 02)
27 00:1d.1 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #2) (rev 02)
28 00:1d.2 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #3) (rev 02)
29
30 and dmesg | grep usb returns:
31
32 usb-uhci.c: $Revision: 1.275 $ time 23:33:42 Dec 4 2002
33 usb-uhci.c: High bandwidth mode enabled
34 usb-uhci.c: USB UHCI at I/O 0xefe0, IRQ 11
35 usb-uhci.c: Detected 2 ports
36
37 You might want to check out http://www.linux-usb.org/USB-guide/book1.html
38
39 Best of luck,
40 Tom
41
42
43 --
44 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Linksys Wireless USB Adam Voigt <adam@××××××××××.com>