Gentoo Archives: gentoo-dev

From: Adam Voigt <adam@××××××××××.com>
To: Tom Prado <tprado@×××××××.net>
Cc: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Linksys Wireless USB
Date: Mon, 09 Dec 2002 18:00:05
Message-Id: 1039456751.16898.42.camel@beowulf.cryptocomm.com
In Reply to: Re: [gentoo-dev] Linksys Wireless USB by Tom Prado
1 Alright, well, this:
2
3 cat /proc/pci | grep "usb"
4
5 Returns bupkiss, but should the usb be mentioned
6 in /proc/pci? It's on the motherboard so shouldn't it
7 not be in there anyway, or is "pci" misleading in that
8 it means all devices?
9
10 (Last time I bug you, promise.) =)
11
12 On Mon, 2002-12-09 at 12:52, Tom Prado wrote:
13
14 On 9 Dec 2002, Adam Voigt wrote:
15
16 > dmesg | grep "usb"
17 >
18 > Produces:
19 >
20 > usb.c: registered new driver usbdevfs
21 > usb.c: registered new driver hub
22 > init_module: prism2_usb.o: 0.1.16-pre7 Loaded
23 > init_module: dev_info is: prism2_usb
24 > usb.c: registered new driver prism2_usb
25 >
26 > And no, there is nothing in /proc/bus/usb.
27 >
28 > Modprobing usb-uhci, uhci, or usb-ohci all throw error's and are
29 not
30 > inserted.
31 > However, usb-core is loaded automatically when I modprobe the
32 prism2
33 > driver.
34
35 hmm, that's not good that all the ?hci drivers return errors. You
36 don't
37 appear to have any USB bus drivers loaded. See which USB adapter
38 you have
39 by doing a cat /proc/pci (or use lspci) and look for the USB
40 devices.
41
42 I.e. mine are:
43
44 00:1d.0 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #1) (rev
45 02)
46 00:1d.1 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #2) (rev
47 02)
48 00:1d.2 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #3) (rev
49 02)
50
51 and dmesg | grep usb returns:
52
53 usb-uhci.c: $Revision: 1.275 $ time 23:33:42 Dec 4 2002
54 usb-uhci.c: High bandwidth mode enabled
55 usb-uhci.c: USB UHCI at I/O 0xefe0, IRQ 11
56 usb-uhci.c: Detected 2 ports
57
58 You might want to check out
59 http://www.linux-usb.org/USB-guide/book1.html
60
61 Best of luck,
62 Tom
63
64
65 --
66 gentoo-dev@g.o mailing list
67
68
69
70 --
71 Adam Voigt (adam@××××××××××.com)
72 The Cryptocomm Group
73 My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Linksys Wireless USB Per-Erik Westerberg <pew@××××××.net>
Re: [gentoo-dev] Linksys Wireless USB Tom Prado <tprado@×××××××.net>