Problems with ath9k driver
Posted: 22. Oct 2011, 17:53
At first, congratulations for this awesome distribution.
Two things don't work:
a) the touchpad
b) the wireless lan
While the lack of the touchpad doesn't bother me very much I wonder why the wlan does not work.
So I downloaded http://www.orbit-lab.org/kernel/compat- ... -1.tar.bz2 and tried to compile it but got the following error message:
Yes, I would like to use wext and iwconfig. So I have to load another kernel or build a new one?
Two things don't work:
a) the touchpad
b) the wireless lan
While the lack of the touchpad doesn't bother me very much I wonder why the wlan does not work.
- Wicd does not detect any wireless network. (In Zenwalk 6.4 it worked)
- - lspci shows "Atheros AR928X Wireless Network Adapter"
- - "lsmod | grep ath" shows no result
- - "# modprobe ath9k" freezes
- - # lsmod | grep ath
ath9k 89142 1
mac80211 181473 1 ath9k
ath9k_common 1497 1 ath9k
ath9k_hw 251635 2 ath9k,ath9k_common
ath 11089 2 ath9k,ath9k_hw
cfg80211 122542 3 ath9k,mac80211,ath - - # iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
So I downloaded http://www.orbit-lab.org/kernel/compat- ... -1.tar.bz2 and tried to compile it but got the following error message:
Code: Select all
# make
/home/dia/drivers/compat-wireless-3.1-rc8-1/config.mk:212: "WARNING: CONFIG_CFG80211_WEXT will be deactivated or not working because kernel was compiled with CONFIG_WIRELESS_EXT=n. Tools using wext interface like iwconfig will not work. To activate it build your kernel e.g. with CONFIG_LIBIPW=m."
make -C /lib/modules/2.6.37.6-smp/build M=/home/dia/drivers/compat-wireless-3.1-rc8-1 modules
make: *** /lib/modules/2.6.37.6-smp/build: Datei oder Verzeichnis nicht gefunden. Schluss.