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: Mon, 30 Jul 2012 20:25:07
Message-Id: CAN0CFw3JR_7X-9bvp6YsaEkYyEd3=2fa6qjihCML_pAdyfcLzQ@mail.gmail.com
In Reply to: Re: [gentoo-user] Can't connect to router with 3 different interfaces by Paul Hartman
1 >> I have 2 different USB wireless network adapters and an internal PCIe
2 >> adapter and none will connect to a Jazztel router I need to connect to
3 >> on the road. I've tried several different kernels. I've tried
4 >> restarting the router and I've verified that the WEP password is
5 >> correct by logging into the router itself (good ol' admin/admin) but
6 >> wicd always gives me the "bad password" message. dmesg isn't very
7 >> informative. All I get is from the internal adapter (with debugging
8 >> enabled for the driver) after each failure is:
9 >>
10 >> L1 Disabled: Enabling L0S
11 >> Radio type=0x1-0x2-0x0
12 >> wlan0: link is not ready
13 >>
14 >> Does anyone know how to figure this out?
15 >
16 > I would try setting a static IP on the client in wicd... maybe
17 > something in the DHCP session between the router and client is wonky.
18
19 I thought the same thing and tried that but it didn't end up working.
20 The good news is I got it working by doing this in /etc/conf.d/net:
21
22 modules="!wpa_supplicant"
23 ssid_wlan0="SSID"
24 key_SSID="s:PASSWORD enc open"
25
26 I couldn't get wpa_supplicant working either but maybe I didn't take
27 enough time with the config. I guess this was a wicd bug? I love it
28 when working on something all day long actually pays off.
29
30 - Grant

Replies

Subject Author
Re: [gentoo-user] Can't connect to router with 3 different interfaces Alan McKinnon <alan.mckinnon@×××××.com>