Gentoo Archives: gentoo-user

From: Zhu Sha Zang <zhushazang@×××××××××.br>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problems with ath9k: can't authenticate
Date: Sat, 14 Apr 2012 02:13:00
Message-Id: 4F88DCBB.3080300@yahoo.com.br
In Reply to: Re: [gentoo-user] Problems with ath9k: can't authenticate by "Claudio Roberto França Pereira"
1 On 13-04-2012 17:42, Claudio Roberto França Pereira wrote:
2 > On Fri, Apr 13, 2012 at 10:43, Robert David
3 > <robert.david.public@×××××.com> wrote:
4 >
5 >> Hi,
6 >>
7 >> Check in wicd settings which routing tool you use. Select "route" when
8 >> using "ip". I got some problems with wicd and "ip".
9 >>
10 >> I just using similar ath9k card on 3.0.x with no problem. I always use
11 >> wifi as module. And I don't use genkernel, just my plain config and
12 >> easy initrd for lvm root support and fbsplash.
13 >>
14 > I'll check this when I get home. Thank you for the feedback.
15 >
16 >
17 >> Robert.
18 >>
19 >
20 >
21 I'm not using wicd, only two configuration file:
22
23 first:
24
25 [root@asgard ~]$ cat
26 /etc/wpa_supplicant/wpa_supplicant.conf
27 16:31
28 ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0
29 eapol_version=1
30
31 ap_scan=1
32 fast_reauth=1
33
34 network={
35 ssid="KOJIRO"
36 proto=RSN
37 key_mgmt=WPA-PSK
38 pairwise=CCMP TKIP
39 group=CCMP TKIP
40 psk="*******"
41 }
42
43 and second:
44
45 [root@asgard ~]$ cat /etc/conf.d/net
46
47 modules="wpa_supplicant"
48
49 #HOME
50 config_wlan0="10.10.10.21 netmask 255.255.255.0"
51 routes_wlan0="default via 10.10.10.1"
52 dns_servers_wlan0="mydns1 mydns2"
53
54 In this configuration:
55
56 Linux asgard 3.3.0-gentoo-asgard #4 SMP PREEMPT Fri Apr 13 12:59:38 BRT
57 2012 x86_64 Intel(R) Core(TM) i5 CPU M 460 @ 2.53GHz GenuineIntel GNU/Linux
58
59 Working!!!
60
61 But a warning, have some bug in kernel-3.3.1 that the same configuration
62 don't work:
63
64 take a look in this post too:
65
66 http://forums.gentoo.org/viewtopic-t-919090-highlight-wireless.html
67
68 Best Regards