Skip to content
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

Add support for WiFi channels 12 and 13 #23

Closed
shilbert01 opened this issue Aug 20, 2019 · 3 comments
Closed

Add support for WiFi channels 12 and 13 #23

shilbert01 opened this issue Aug 20, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@shilbert01
Copy link

I downloaded and burned your image for the Pi. The Android app would not detect my local Wifi.

Turns out that Raspian/Pi seems to have trouble with Wifi that is on channel 12. Switching to another Wifi channel fixed the issue.

I believe channel 12 and 13 are not available in all countries.

@Boernsman
Copy link

That's correct, for example in the EU are the WiFi channels 12 and 13 not available. This must be improved. Thanks for the report.

@mzanetti
Copy link
Member

@t-mon Can we fix something in nymea-networkmanager for this?

@mzanetti mzanetti changed the title wifi network not detected - solved Add support for WiFi channels 12 and 13 Apr 4, 2020
@mzanetti mzanetti added the enhancement New feature or request label Apr 4, 2020
@mzanetti
Copy link
Member

mzanetti commented Nov 5, 2020

I've looked into this now and it turns out that berrylan (and nymea-networkmanager) support this just fine. However, there seems to be an issue with some Raspberry Pi models. In my tests it seemed to work fine with some of them, but not with others.

According to some other discussions in the internet that seems to be the fault of the raspberrys WiFi firmware and it should be fixable by upgrading it.

sudo apt-get update
sudo apt-get full-upgrade
sudo rpi-update

Also, make sure you haven't set the WiFi country code to US as it's not allowed to use channel 12 and 13 there. See iw reg get to get the current region and use sudo iw reg set <COUNTRY> selecting the appropriate country code from this list: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements

Closing this issue now. If you still have issues after this, please report back.

@mzanetti mzanetti closed this as completed Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants