Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Official moOde 7.1.0 support thread
#34
Do you use or want to use the /boot/moodecfg.ini technique to preload moOde settings?

Then you should know there is a minor bug in the provided /boot/moodecfg.ini.default file which affects setting moOde as a WiFi client. The wlan0 stanza is missing the parameter/value pair

Code:
wlancountry=""

Here is how the wlan0 stanza should read

Code:
[Network (wlan0)]
wlanmethod = "dhcp"
wlanipaddr = ""
wlannetmask = ""
wlangateway = ""
wlanpridns = ""
wlansecdns = ""
wlanssid = "None (activates AP mode)"
wlanpwd = ""
wlansec = "wpa"
wlancountry = ""

A valid 2-digit wlancountry entry is mandatory. Otherwise, the stanza will be ignored with an error message saved to /home/pi/autocfg.log when booting for the first time or from executing the command 'moodeutl -i' later and a WiFi-equipped moOde player will come up in AP mode instead of WiFi client mode.

The bug also exists in the command 'moodeutl -e' so you'll have to hand-edit the exported moodecfg.ini file.

This bug was reported to the test team yesterday, a fix has been proposed, and I'm sure the first patch to moOde 7.1.0 will take care of business.

Regards,
Kent
Reply


Messages In This Thread
RE: Official moOde 7.1.0 support thread - by TheOldPresbyope - 03-19-2021, 12:22 PM
Thumbnail resolution issues - by chano22000 - 03-20-2021, 08:20 PM
RE: Thumbnail resolution issues - by Tim Curtis - 03-20-2021, 09:30 PM
Bluetooth on pi zero wh - by KeithC - 04-01-2021, 12:35 AM
RE: Bluetooth on pi zero wh - by KeithC - 04-01-2021, 10:25 PM
RE: Bluetooth on pi zero wh - by TheOldPresbyope - 04-01-2021, 11:46 PM

Forum Jump: