Reply To: Cannot get audio output from Kody via DAC, only HDMI.

Max2Play Home Forums Max2Play on Raspberry PI Cannot get audio output from Kody via DAC, only HDMI. Reply To: Cannot get audio output from Kody via DAC, only HDMI.

7. Juli 2020 at 11:04 #49189

I have managed to do this now. I think it would be a very good idea if the standard max2play image had a folder with write permissions as standard. What I was trying to do was not unusual, just a standard Squeezebox addon requirement. I do not think I should have had to spend several hours fighting through various technicalities of Linux without having a clue what I was doing, in order to achieve a standard result.

If anyone else has similar problems this is what I did :
– Used Putty to signin with User : Pi and password : max2play
– sudo su – to get the necessary privilages
– mkdir /usr/custbrow – to create a new directory
– chmod ugo+rwx /usr/custbrow – to give the required access permissions
– exit

Everything then worked.