09-29-2022, 06:15 AM
Hi Bob
Is there still an issue if the loopback setting is on, but mpd_oled isn't running?
You can disable the mpd_oled service at boot with
Then reboot and test if you still have the error.
After testing, you can enable the mpd_oled service at boot again, and also start it immediately, with
Adrian.
Is there still an issue if the loopback setting is on, but mpd_oled isn't running?
You can disable the mpd_oled service at boot with
Code:
sudo systemctl disable mpd_oled
After testing, you can enable the mpd_oled service at boot again, and also start it immediately, with
Code:
sudo systemctl enable mpd_oled
sudo systemctl start mpd_oled
Adrian.