05-02-2019, 04:38 PM
(05-02-2019, 03:13 PM)JohnM73 Wrote: ...Tim reworded the choice based on other user input.
The only difference I can see under the Network options in moode-r50-rc1-21, is for the UK the drop-down selection says United Kingdom (UK). Moode 4.4 in that same area says Britain (UK). I’m just wondering if between the changes something was missed and Moode is no longer detecting the UK frequency bands, so keeps its Access Point mode active, instead of switching to WiFi?
...
Either way, the moOde configuration process should have set "country=GB" in your /etc/wpa_supplicant/wpa_supplicant.conf file. You can examine the file from the command line (note the use of "sudo")
Code:
pi@moode:~ $ sudo cat /etc/wpa_supplicant/wpa_supplicant.conf
#########################################
# This file is automatically generated by
# the player Network configuration page.
#########################################
country=GB
...
Regards,
Kent