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: Fri, 02 Feb 2007 00:20:28
Message-Id: b79f23070702011615o5596d777wdf82afc79e4fdbda@mail.gmail.com
1 On 2/1/07, Mick <michaelkintzios@×××××.com> wrote:
2 > On Thursday 01 February 2007 08:46, James Ausmus wrote:
3 > > On 1/29/07, Mick <michaelkintzios@×××××.com> wrote:
4 > > > On Monday 29 January 2007 23:06, James Ausmus wrote:
5 >
6 > > > When you say configure it on the card do you mean in the /etc/conf.d/net
7 > > > file?
8 > >
9 > > Nope - I mean:
10 > >
11 > > iwconfig ra0 essid <ESSID>
12 > > iwconfig ra0 mode <MODE - probably managed>
13 > > iwconfig ra0 channel <channel>
14 > > iwconfig ra0 ap <AP MAC address>
15 > > iwconfig ra0 enc <encryption key/off> <open/restricted>
16 >
17 > OK, I've tried these a number of times in the past but the adaptor won't play
18 > ball. Even basic commands like 'iwconfig wlan0 up' will not work.
19 >
20
21
22 Hmm - you might have to do:
23
24 ifconfig wlan0 up
25
26 prior to any iwconfig command.
27
28 When you just tpye:
29
30 iwconfig
31
32 What do you get?
33
34
35 > > Try different sets of the above commands, if you do all of them with
36 > > the proper params, but still no connectivity after a
37 > > /etc/init.d/net.ra0 restart, then do:
38 > >
39 > > iwconfig --help
40 > >
41 > > And see what other commands might look interesting.
42 > >
43 > > You also might modprobe the rt2500usb module with debug=1 and watch
44 > > your dmesg output - it might give you some insight as to *why* things
45 > > are failing. :)
46 >
47 > # modprobe -v rt2500usb debug=1
48 > insmod /lib/modules/2.6.18-gentoo-r6/rt2x00/rt2500usb.ko debug=1
49 > FATAL: Error inserting rt2500usb
50 > (/lib/modules/2.6.18-gentoo-r6/rt2x00/rt2500usb.ko): Unknown symbol in
51 > module, or unknown parameter (see dmesg)
52 >
53 > dmesg shows;
54 >
55 > rt2500usb: Unknown parameter `debug
56 >
57 > That's because I did not compile the driver with the debug USE flag. I did
58 > try to do this once and a debugfs error came up.
59 >
60 > > > These two worked fine for my USB adaptor:
61 > > >
62 > > > Sat Dec 9 08:54:56 2006 >>> net-wireless/rt2x00-9999
63 > > > Wed Dec 27 17:34:33 2006 >>> net-wireless/rt2x00-9999
64 > >
65 > > Thanks! I'll give those a try when I get a chance. :)
66 >
67 > OK, you'll need to follow the steps in here:
68 >
69 > http://gentoo-wiki.com/Skipping_fetch_for_CVS_packages
70 >
71 > and with regards to setting the date, use the -D option, like so: -D
72 > 2006-12-09
73 >
74
75 Thanks much!
76
77 -James
78 --
79 gentoo-user@g.o mailing list