Gentoo Archives: gentoo-dev

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

Replies

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