Gentoo Archives: gentoo-user

From: James Ausmus <james.ausmus@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] WiFi adaptor playing up
Date: Thu, 01 Feb 2007 08:52:07
Message-Id: b79f23070702010046p211a63c1k7875a859b9fb0912@mail.gmail.com
1 On 1/29/07, Mick <michaelkintzios@×××××.com> wrote:
2 > On Monday 29 January 2007 23:06, James Ausmus wrote:
3 > > On 1/29/07, Mick <michaelkintzios@×××××.com> wrote:
4 > > > My only consolation is that this fault is not intermittent. :-(
5 > > >
6 > > > Here's what happened. I emerged a different (to my tried & tested
7 > > > rt2x00-9999 wireless driver). Then I uninstalled rt2x00-9999, but I
8 > > > couldn't get the new driver to work. So, I unmerged it, remerged
9 > > > rt2x00-9999 (this is a CVS package)
10 > >
11 > > Bingo. :)
12 > > Since this is a CVS package, the version that you just now installed
13 > > is different than the one that you did have installed - CVS packages
14 > > go out to the live development tree, pull the latest and greatest
15 > > version of the development source code (never, ever, ever guaranteed
16 > > to work), and use that.
17 >
18 > I know what you mean. :-(
19 >
20 > In a previous version (back in November) I had to open the source files and
21 > correct some silly errors for it to compile properly.
22 >
23 > > So - possible solutions:
24 > > 1. Figure out the date/time of the emerge of the *successful*
25 > > rt2x00-9999 package using genlop, then check out the CVS source tree
26 > > as of that date, and build/install by hand
27 > > 2. Work with the rt2x00 developers to figure out the problem and get
28 > > it corrected in the current version
29 > > 3. Try what I'm currently doing with my rt2500 card (using the
30 > > rt2x00-999 package compiled from CVS on Wed Jan 3 20:39:53 2007,
31 > > according to genlop) - manually set the ESSID, AP, and encryption
32 > > settings on the card, then issue a /etc/init.d/net.ra0 start/restart
33 > > command.
34 >
35 > When you say configure it on the card do you mean in the /etc/conf.d/net file?
36
37 Nope - I mean:
38
39 iwconfig ra0 essid <ESSID>
40 iwconfig ra0 mode <MODE - probably managed>
41 iwconfig ra0 channel <channel>
42 iwconfig ra0 ap <AP MAC address>
43 iwconfig ra0 enc <encryption key/off> <open/restricted>
44
45 Try different sets of the above commands, if you do all of them with
46 the proper params, but still no connectivity after a
47 /etc/init.d/net.ra0 restart, then do:
48
49 iwconfig --help
50
51 And see what other commands might look interesting.
52
53 You also might modprobe the rt2500usb module with debug=1 and watch
54 your dmesg output - it might give you some insight as to *why* things
55 are failing. :)
56
57
58 >
59 > > BTW - If you do figure out the date/time of the successful CVS
60 > > package, let me know, and I'll try that one on my laptop, see if it
61 > > fixes my problems. :)
62 >
63 > These two worked fine for my USB adaptor:
64 >
65 > Sat Dec 9 08:54:56 2006 >>> net-wireless/rt2x00-9999
66 > Wed Dec 27 17:34:33 2006 >>> net-wireless/rt2x00-9999
67 >
68
69 Thanks! I'll give those a try when I get a chance. :)
70
71 -James
72 --
73 gentoo-user@g.o mailing list