I've recently installed salix 14.1 openbox x86_64 on my computer and I have some difficulties with the wifi connection. I would appreciate some help.
I have a TP Link WN951N PCI Card.
According to http://wireless.kernel.org/en/users/Dri ... s/external this card can be used with the module ath9k.
I can see my card:
Code: Select all
$ lspci | grep Wireless
05:02.0 Network controller: Atheros Communications Inc. AR5416 Wireless Network Adapter [AR5008 802.11(a)bgn] (rev 01)
Code: Select all
$ lsmod | grep ath
ath9k 97417 0
ath9k_common 13729 1 ath9k
ath9k_hw 391636 2 ath9k_common,ath9k
ath 19179 3 ath9k_common,ath9k,ath9k_hw
mac80211 492624 1 ath9k
cfg80211 405306 4 ath,ath9k_common,ath9k,mac80211
compat 4118 5 cfg80211,ath9k_common,ath9k,mac80211,ath9k_hw
Code: Select all
$ ifconfig
Password:
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.25 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 2a01:e24:fe40:6240:6e62:fee6:6dff:391 prefixlen 64 scopeid 0x0<global>
inet6 fe80::6e62:fee6:6dff:391 prefixlen 64 scopeid 0x20<link>
ether 6c:03:62:6d:f4:91 txqueuelen 1000 (Ethernet)
RX packets 31204 bytes 34931788 (33.3 MiB)
RX errors 0 dropped 1 overruns 0 frame 0
TX packets 25535 bytes 4611395 (4.3 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 462 bytes 35652 (34.8 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 462 bytes 35652 (34.8 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 74:ea:3a:ae:14:b9 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
$ iwconfig
eth0 no wireless extensions.
lo no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=23 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Code: Select all
$ sudo iwlist wlan0 scan
wlan0 No scan results
I tried to reinstall ath9k using backports but the result is the same.
Any idea what I could try ?
Thanks for any replies.