gyger
March 16, 2019, 11:31am
1
I use the Raspberry Pi 3 to host my Hass.io installation. Unfortunately the regulatory domain for the wifi chip is set to a wrong country and I can not connect to my Wifi on channel 13.
What is the correct way to set the WIfi Country on this linux distribution?
Welsome!
I have not used Wi-Fi, but here are the official network instructions for that.
# Network
HassOS uses NetworkManager to control the host network.
## Configure network
Only a manual configuration using NetworkManager connection files is supported. Without a configuration file, the device will use DHCP by default. These network connection files can be placed on a USB drive and imported to the host as described in [Configuration][configuration-usb].
## Configuration examples
You can read the [NetworkManager manual][nm-manual] or find many configuration examples across the internet. Keep in mind that the system is read-only. If you don't want the IP address to change on every boot, you should modify the UUID property to a generic [UUID4][uuid]. Inside the `\CONFIG\network\` directory on the USB drive or SD card, create a file called `my-network` and add the appropriate contents below:
### Default
A preinstalled connection profile is provided by default:
```ini
[connection]
id=my-network
uuid=f62bf7c2-e565-49ff-bbfc-a4cf791e6add
This file has been truncated. show original
On Raspian the country is set with raspi-config. I do not know about Hassio.
gyger
March 16, 2019, 1:27pm
3
Thanks for this link. The wifi instructions unfortunately do not mention the country settings. The raspi-config does not exist on Hassio.
Was this discovered in the meantime?