03-10-2021, 05:31 PM
(03-10-2021, 10:07 AM)fdealexa Wrote: Hi mrudzin,Hello
I built a new system from scratch with 6.7.1 and everything works fine.
The only difference is the position of the line to be changed in the powerlib.php which is 1694 instead of 1994.
It means that the MPD configuration, for the 6.7.1 release, must be modified in:
Quote:At this point we have to patch an important file that create the configuration of moOde MPD:
Code:sudo nano /var/www/inc/playerlib.php
Quote: Wrote:^-1694 to go to row 1694 and modify the current content from:
Code:
Code:"name \"ALSA default\"\n" . "device \"hw:" . $device . ",0\"\n",
to the new content:
Code:
Code:"name \"ALSA default\"\n" . "device \"peppyalsa\"\n",
^o and Enter to save and then ^x to exit.
Now reboot the system and try to listen any music (a radio is the simplest way) if it is still alive!!! If not we have to troubleshoot where we made a mistake.
I saw that your "mpd.conf" already looks good: have you changed that line yet?
Let me know.
Greetings,
Francesco
Unfortunately, I had to install the system in version 6.7.1 because in higher versions, after connecting the streaming from the Audirvana program, noise appeared in the speakers after a few minutes.
Nobody on the forum was able to help me so I went back to version 6.7.1. It's hard to say what the reason is. Some say that the version of the prop, others that the driver for the card, and others that the Audirvana. I gave up and I have version 6.7.1
I found this line in 1694 because I figured that some mistake had crept into the description.
I am about to install the new version of the software and do everything from scratch.
The only doubt I have is what to enter in the slave pcm position.