Wireless issues with 1.6.x

Report wireless and/or network connectivity problems in this forum.

Moderator: Moderators

Post Reply
timc
Posts: 1
Joined: Mon Oct 20, 2014 11:37 am

Wireless issues with 1.6.x

Post by timc »

I tried upgrading to 1.6.x and I have found that after a day or so, I can no longer view WMC live TV from a wireless Xbox360 S. If I reboot the router, it will work for another day. Going back to 1.5.10 keeps it stable. Any one else see this issue?

Ulric
Posts: 29
Joined: Sun Aug 31, 2014 5:22 am

Re: Wireless issues with 1.6.x

Post by Ulric »

Check to see if your router uses the ath9k wireless driver:

Code: Select all

lsmod | grep ath9k
If it does, find out how many radios your router has:

Code: Select all

ls /sys/kernel/debug/ieee80211/


Replacing 'phy0' as needed to get all radios listed, disable ANI with the following command:

Code: Select all

echo 0 > /sys/kernel/debug/ieee80211/phy0/ath9k/ani
Once you have completed that, add the previous command to rc.local, again replacing 'phy0' as needed. If it was 'exit 0' at the end, be sure to add the lines above it.

Code: Select all

vi /etc/rc.local
Hope it helps :)
-Ulric
Router: Nighthawk X6 (OpenWRT 15.05.1), 15M/1M (Time Warner Cable)
Image

Post Reply