Hello Tim, Thanks for your advice and sorry for delay. For now I'm trying to find out how do I know if kernel was compiled with this config.
All I can see is : root@a20-OLinuXino:~# find / -iname "*cfg80211*" /sys/module/cfg80211 /sys/module/cfg80211/parameters/cfg80211_disable_40mhz_24ghz root@a20-OLinuXino:~# find / -iname "*ath9k*" /sys/bus/usb/drivers/ath9k_htc /sys/devices/platform/sw-ehci.1/usb2/2-1/2-1:1.0/leds/ath9k_htc-phy1 /sys/class/leds/ath9k_htc-phy1 /sys/module/ath/holders/ath9k_common /sys/module/ath/holders/ath9k_htc /sys/module/ath/holders/ath9k_hw /sys/module/ath9k_common /sys/module/ath9k_common/holders/ath9k_htc /sys/module/mac80211/holders/ath9k_htc /sys/module/ath9k_htc /sys/module/ath9k_htc/drivers/usb:ath9k_htc /sys/module/ath9k_hw /sys/module/ath9k_hw/holders/ath9k_common /sys/module/ath9k_hw/holders/ath9k_htc /lib/modules/3.4.67+/kernel/drivers/net/wireless/ath/ath9k /lib/modules/3.4.67+/kernel/drivers/net/wireless/ath/ath9k/ath9k_common.ko /lib/modules/3.4.67+/kernel/drivers/net/wireless/ath/ath9k/ath9k.ko /lib/modules/3.4.67+/kernel/drivers/net/wireless/ath/ath9k/ath9k_htc.ko /lib/modules/3.4.67+/kernel/drivers/net/wireless/ath/ath9k/ath9k_hw.ko So I guess cfg80211 is supposed to be present in my /lib/modules directory. On Wednesday, July 23, 2014 5:14:58 PM UTC+2, Tim Tisdall wrote: > I just checked it again today... > > > menuconfig says: Depends on: NETDEVICES [=y] && WLAN [=y] && ATH_COMMON [=m] > && USB [=y] && MAC80211 > > > modinfo says: depends: ath9k_hw,ath9k_common,mac80211,ath,cfg80211 > > > You need to make sure CONFIG_CFG80211 is added in your kernel config. > > On Saturday, 19 July 2014 09:32:47 UTC-4, Tim Tisdall wrote:I had issues > with this hardware too... You may need to include cfg80211. (this is from > memory). One of those modules lists that module as a requirement, but when > adding that module as a kernel option it doesn't automatically add that > "requirement". I had to add it manually. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
