-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WiFi region always "world" even when specified otherwise in wpa_supplicant.conf #23
Comments
i've tried to add crda which didn't fix the issue. |
Thanks, I'll keep poking. Firmware is definitely there. |
I think I may have narrowed it down to the fact that cfg80211 was trying to load Their solution was to build cfg80211 as a module. So the reason I think this is that I get this log in dmesg: Prior to seeing messages about the rootfs being mounted. |
ok. i will try it as a module. probably tomorrow |
Thanks. @amstan and I have also been hacking at it so will let you know if we get to it first. |
yes, i can set region now. Although i'm not sure how to test it. I will post test version here later. |
try this test build of linux+kernel: |
I'll try this tonight. My way of trying it is to set my router's channel to 100 and just see if the MiSTer can find the SSID before and after. |
I think it's still worth keeping It actually doesn't work for me - I can't scan channel 52 or 100. But I suspect my problem now might be specific to Realtek chipsets. I've read we might need to set This is a rabbit hole. If you don't have the adapter or the time, I can keep debugging as well. |
The WiFi region on MiSTer seems to always be "world", even if it's set to
TW
orUS
or anything else inwpa_supplicant.conf
.As a result, I can't see my 5 GHz access point when it's set to certain US-specific channels, even when
wpa_supplicant.conf
is set toUS
. Being set toworld
may also limit the transmit power of the USB dongle, but this is a less critical issue.Talking with @birdybro in the channel, we think that we need CRDA to be able to set the WiFi region correctly. Can we add it?
My adapter is a Asus AC-53 Nano (RTL8812BU), but from what I understand this doesn't matter.
Symptoms:
iw reg get
on any MiSTer and you get this:world
, MiSTer won't ever see or connect to APs on certain region-specific channels even ifwpa_supplicant.conf
is configured correctly.The text was updated successfully, but these errors were encountered: