v17 LibreELEC Testbuilds for RaspberryPi (Kodi 17.0)
(2016-08-18, 18:13)Milhouse Wrote: Forcing a specific regulatory domain is not likely to be something that will be implemented or even needs fixing in LibreELEC - if the AP you are connected to is not announcing the correct regulatory domain (ie. country) then the current default behaviour ("global") is entirely correct. In such circumstances you will have to manually configure the regulatory domain/country in /etc/modprobe.d/cfg80211.conf.

@Milhouse, thx for your lengthy explanation.

RPI3. Remarks:

My AP sends a country code
Code:
Country: NL    Environment: Indoor/Outdoor
        Channels [1 - 13] @ 20 dBm

Raspbian has a setting for WIFI Country code in raspi-config

@popcornmix, @PhilE mentioned LibreElec needs one too.

On my RPI LibreElec
Code:
iwlist wlan0 frequency
...
Channel 10 : 2.457 GHz
Channel 11 : 2.462 GHz
Current Frequency:2.462 GHz (Channel 11)

So it doesn't actually listen to my AP. Probably thats why raspi-config has a setting for it. Maybe it's not Linux but WIFI driver firmware.

Code:
echo "options cfg80211 ieee80211_regdom=NL" > /etc/modprobe.d/cfg80211.conf
reboot
That did the trick.
Code:
iwlist wlan0 frequency
...
Channel 11 : 2.462 GHz
Channel 12 : 2.467 GHz
Channel 13 : 2.472 GHz
Current Frequency:2.462 GHz (Channel 11)

Thx, but still confused. Maybe a GUI solution has to be considered?


Messages In This Thread
RPi2: no DV-codec? - by bubi - 2016-07-10, 10:30
DV-video not working - by bubi - 2016-07-15, 19:48
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - by ElectricPim - 2016-08-19, 09:10
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 17.0)19