Comment 146 for bug 1383184

Revision history for this message
laaag (lagged) wrote : Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

I'm running kernel 4.0.0-wl-ath without major issue, almost fully stable for me.

However i tested 4.1.0-rc2-wl-ath or rc3, i don't remember exactly and noticed the disconnection issue on devices near my laptop radius regardless of which AP was connected, even applying the promisc patch.

Now there is version rc5, if someone test please report if it's working better, anyway i will wait for stable release of 4.1

@Xin, after you unpack ath-master.zip change directory where you unpacked it.
for example:

cd /home/your_username/Desktop/ath-master

and better than doing a copy of the current kernel config (cp /boot/config-`uname -r`* .config)
skip that command and do this instead:

make localmodconfig

it will make .config file according to your actual running modules/drivers and avoid compilation of unused ones.

It's also good if you guys enable ath10k debug mode to help developers better identify the problems.