On 13-04-2012 17:42, Claudio Roberto França Pereira wrote:
On Fri, Apr 13, 2012 at 10:43, Robert David
<robert.david.pub...@gmail.com> wrote:
Hi,
Check in wicd settings which routing tool you use. Select "route" when
using "ip". I got some problems with wicd and "ip".
I just using similar ath9k card on 3.0.x with no problem. I always use
wifi as module. And I don't use genkernel, just my plain config and
easy initrd for lvm root support and fbsplash.
I'll check this when I get home. Thank you for the feedback.
Robert.
I'm not using wicd, only two configuration file:
first:
[root@asgard ~]$ cat
/etc/wpa_supplicant/wpa_supplicant.conf
16:31
ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
network={
ssid="KOJIRO"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
psk="*******"
}
and second:
[root@asgard ~]$ cat /etc/conf.d/net
modules="wpa_supplicant"
#HOME
config_wlan0="10.10.10.21 netmask 255.255.255.0"
routes_wlan0="default via 10.10.10.1"
dns_servers_wlan0="mydns1 mydns2"
In this configuration:
Linux asgard 3.3.0-gentoo-asgard #4 SMP PREEMPT Fri Apr 13 12:59:38 BRT
2012 x86_64 Intel(R) Core(TM) i5 CPU M 460 @ 2.53GHz GenuineIntel GNU/Linux
Working!!!
But a warning, have some bug in kernel-3.3.1 that the same configuration
don't work:
take a look in this post too:
http://forums.gentoo.org/viewtopic-t-919090-highlight-wireless.html
Best Regards