06-05-2020, 09:03 PM
You can post it in a code box. Its the 3rd or 5th button from right on the toolbar depending on whether composing a new thread or editing an existing one.
Yours looks ok to me.
The auto-config process creates a log file /home/pi/autocfg.log that may indicates what's going on.
Heres what a successful auto-config should look like.
Yours looks ok to me.
Code:
##########################################
# Copy this file to /boot/moodecfg.txt
# worker will process it at startup then
# delete it and automatically reboot.
#
# All param=value pairs must be present.
# Set wlanssid=<nothing> to start AP mode.
# Example: wlanssid=
##########################################
[names]
hostname=REVOXCortex
browsertitle=REVOX Cortex
airplayname=REVOX Cortex
spotifyname=REVOX Cortex
bluetoothname=REVOX Cortex
squeezelitename=REVOXCortex
upnpname=REVOX Cortex
dlnaname=REVOX Cortex
mpdzeroconf=Moode MPD
[services]
airplaysvc=1
upnpsvc=1
dlnasvc=1
[network]
wlanssid=ThisIsMySSID
wlansec=wpa
wlanpwd=NothingToSeeHere
wlancountry=CH
apdssid=REVOX Cortex
apdchan=6
apdpwd=moodeaudio
[other]
timezone=Europe/Rome
themename=Standard
accentcolor=Emerald
The auto-config process creates a log file /home/pi/autocfg.log that may indicates what's going on.
Heres what a successful auto-config should look like.
Code:
pi@rp2:~ $ cat ./autocfg.log
20200219 084520 autocfg: Auto-configure initiated
20200219 084520 autocfg: Configuration file parsed
20200219 084520 autocfg: - Names
20200219 084523 autocfg: Host name: rp2
20200219 084523 autocfg: Browser title: RP2 Player
20200219 084523 autocfg: Bluetooth: RP2 Bluetooth
20200219 084523 autocfg: Airplay: RP2 Airplay
20200219 084523 autocfg: Spotify: RP2 Spotify
20200219 084523 autocfg: Squeezelite: RP2
20200219 084523 autocfg: UPnP: RP2 UPNP
20200219 084523 autocfg: DLNA: RP2 DLNA
20200219 084523 autocfg: MPD zeroconf: RP2 MPD
20200219 084523 autocfg: - Network (wlan0)
20200219 084523 autocfg: SSID: AirnetN2
20200219 084523 autocfg: Security: wpa
20200219 084523 autocfg: Password: xxxxxxxxxxxxxxxxxxxx
20200219 084523 autocfg: PSK: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
20200219 084523 autocfg: Country: US
20200219 084523 autocfg: - Network (apd0)
20200219 084524 autocfg: SSID: RP2
20200219 084524 autocfg: Password: xxxxxxxxxxxxxxxxxxxx
20200219 084524 autocfg: PSK: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
20200219 084524 autocfg: Channel: 6
20200219 084524 autocfg: - Services
20200219 084524 autocfg: Airplay: Off
20200219 084524 autocfg: UPnP: Off
20200219 084524 autocfg: DLNA: Off
20200219 084524 autocfg: - Other
20200219 084525 autocfg: Time zone: America/Detroit
20200219 084525 autocfg: Theme name: Default
20200219 084525 autocfg: Accent color: Amethyst
20200219 084525 autocfg: Configuration file deleted
20200219 084525 autocfg: Auto-configure complete
20200219 084525 autocfg: System rebooted