mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-02-10 21:24:08 +00:00
built-in WIRELESS device is restricted to channels 1-11 #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rofl0r on GitHub (Jan 28, 2016).
it took quite a while for me to figure out why suddenly my efika's built-in WIFI couldnt see my AP anymore (whose auto-channel-switch-algorithm decided that 13 would be a good choice).
this seems to be due to a restriction to US regulations (in EUROPE its OK to use channel 12 and 13).
how can i fix that ?
@rofl0r commented on GitHub (Jan 30, 2016):
@rofl0r commented on GitHub (Jan 30, 2016):
it's not possible to workaround the problem in another way since wext has no method to change regulatory domain, and the driver is wext-only, so
iw reg setdoesnt have any effect on it.@serendependy commented on GitHub (Jan 30, 2016):
I'm not associated with the project any more so I can't be of help, but I wanted to congratulate you for working this out. I spent months on it with no success...
@rofl0r commented on GitHub (Feb 2, 2016):
@steev on IRC now pointed out that there may be another way, apparently the driver tries to read a configuration file : RT2870STA.dat
i didn't try it since my solution is now autoloaded on start
using the tools https://github.com/rofl0r/hardcore-utils/blob/master/kmem_sym_patch.c and https://github.com/rofl0r/hardcore-utils/blob/master/kmem_sym_dump.c