Where to compile with these two options?
I tried chaining the “n” to “y” in drivers/net/wireless/ath/Kconfig for the 
options you mentioned in backports package 
http://www.kernel.org/pub/linux/kernel/projects/backports/stable/v3.15.1/
Then make defconfig-ath9k
then make, then make install
After the reboot I enterd "iw reg set US", but still channels are not enabled 
in the 5GHz
I don’t mind recompiling the kernel, I think there is no need but if there is, 
please tell me where these option are available in "make menuconfig” menu

Regards,
Eng. Hosam Hittini

On Jul 8, 2014, at 3:37 PM, Janusz Dziedzic <janusz.dzied...@tieto.com> wrote:

> On 8 July 2014 08:20, Hosam Hittini <h.hitt...@gmail.com> wrote:
>> Hello there,
>> 
>> I have this dual band wireless adapter
>> https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-dual-band-usb-adapter-gnu-linux-tpe-nusbdb
>> and it uses AR9280 chipset for the 5GHz communication
>> It’s using ath9k driver; I have Ubuntu 13.10 running 3.11 kernel and the
>> adapter worked out of the box
>> I’m using hostapd to configure the adapter as a software AP
>> When I tried to configure the adapter as an AP on the 2.4GHz channels it
>> worked fine
>> When tried the 5GHz channels it gives me the following error
>> 
>> channel [1] (40) is disabled for use in AP mode, flags: 0x77
>> wlan1: IEEE 802.11 Configured channel (40) not found from the channel list
>> of current mode (2) IEEE 802.11a
>> wlan1: IEEE 802.11 Hardware does not support configured channel
>> 
>> In addition, iw list command shows that the 5GHz channels have the “passive
>> scanning” and “no IBSS” flags
>> I can associate with an AP on the 5GHz though
>> How to solve that
> 
> You can try this - works fine with my 9280
> Compile your kernel with options:
> CONFIG_ATH_REG_DYNAMIC_USER_REG_HINTS=y
> CONFIG_ATH_REG_DYNAMIC_USER_CERT_TESTING=y
> 
> Next set country, eg. iw reg set US
> And check channels available (iw list). You should get 36-48 and
> 149-165 available.
> If available, next you can check hostapd.
> 
> DFS channels should works as well when you enable DFS:
> CONFIG_ATH9K_DFS_CERTIFIED required
> 
> BR
> Janusz
> 
>> Thank you
>> 
>> Regards,
>> Eng. Hosam Hittini
>> 
>> 
>> _______________________________________________
>> ath9k-devel mailing list
>> ath9k-devel@lists.ath9k.org
>> https://lists.ath9k.org/mailman/listinfo/ath9k-devel

_______________________________________________
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Reply via email to