Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Can't connect to router with 3 different interfaces
Date: Tue, 31 Jul 2012 07:09:07
Message-Id: CAN0CFw0Xyg7BUpEtz=+Ar=b0dXFMYucc8YXKYA=a1KvvBVMipQ@mail.gmail.com
In Reply to: Re: [gentoo-user] Can't connect to router with 3 different interfaces by Alan McKinnon
1 >> >> I have 2 different USB wireless network adapters and an internal
2 >> >> PCIe adapter and none will connect to a Jazztel router I need to
3 >> >> connect to on the road. I've tried several different kernels.
4 >> >> I've tried restarting the router and I've verified that the WEP
5 >> >> password is correct by logging into the router itself (good ol'
6 >> >> admin/admin) but wicd always gives me the "bad password" message.
7 >> >> dmesg isn't very informative. All I get is from the internal
8 >> >> adapter (with debugging enabled for the driver) after each failure
9 >> >> is:
10 >> >>
11 >> >> L1 Disabled: Enabling L0S
12 >> >> Radio type=0x1-0x2-0x0
13 >> >> wlan0: link is not ready
14 >> >>
15 >> >> Does anyone know how to figure this out?
16 >> >
17 >> > I would try setting a static IP on the client in wicd... maybe
18 >> > something in the DHCP session between the router and client is
19 >> > wonky.
20 >>
21 >> I thought the same thing and tried that but it didn't end up working.
22 >> The good news is I got it working by doing this in /etc/conf.d/net:
23 >>
24 >> modules="!wpa_supplicant"
25 >> ssid_wlan0="SSID"
26 >> key_SSID="s:PASSWORD enc open"
27 >>
28 >> I couldn't get wpa_supplicant working either but maybe I didn't take
29 >> enough time with the config. I guess this was a wicd bug? I love it
30 >> when working on something all day long actually pays off.
31 >
32 > When working with wicd, rule 1 is delete all /etc/conf.d/net
33 > and /etc/init.d/net*
34 >
35 > They just interfere with wicd and make your life miserable (as you
36 > found out)
37
38 I actually had no /etc/init.d/net.* files except net.lo and
39 /etc/conf.d/net was empty. I finally gave up on wicd and set up the
40 openrc stuff when I got my third network interface working with the
41 same result.
42
43 - Grant