Closed bbodinier closed 3 years ago
MPD output autoconfiguration is the problem. I must look in the code, but commenting the line with configmpd.sh in /etc/mdev.conf should prevent the overwrite on each reboot.
Commenting the line with configmpd.sh
in /etc/mdev.conf
does not work (alsa failed).
I found another solution :
change ENABLE_MIXER
to false
in /etc/mympdos/mympdos.conf
and place the good mpd.conf
in /etc/mympdos/custom/
I agree, autoconfiguration is a problem, it slows down the boot a lot. If it was an option in bootstrap.txt I would leave it set to false because I don't want a script to modify my mpd.conf file.
You can set ENABLE_CONFIGMPD="false"
in the bootstrap.txt to disable the autoconfiguration of MPD.
Further above is my error, you should only comment out the last column with configmpd.sh not the complete line.
I looked at the configmpd.sh script. The problem is the handling of spaces in the mixer name. I build a new mympdos-base-0.4.1 package with the bugfix.
mympdos-base-0.4.1 is now online.
Hi, I have a Khadas tone board, and
/etc/mpd.conf
, inaudio_output
section,mixer_control
is wrong :#amixer
I tried to change
mixer_control
to the correct value (mixer_control "Khadas Tone Control "
), but after a reboot,mixer_control
always reverts to the wrong value. I checked/media/mmcblk0p2/mpd.apkovl.tar.gz
,/etc/mpd.conf
file is correct after doing:/etc/mpd.conf
always reverts to the wrong value. Thanks