03-19-2025, 10:26 AM
(This post was last modified: 03-19-2025, 10:27 AM by bzspi.
Edit Reason: formatting
)
Hello,
Same issue here. I have Panasonic PMX90 audio device with integrated DAC.
Pi is booted when hifi system is turned on (pi is supplied with the slot dedicated to USB keys input), but when I use the CD or radio feature of the hifi system, DAC is not available, so that at the next use with DAC turned on, Pi device is set to HDMI device as default.
I've tried to enforce this with a sed script in the rc.local but I think the operation is not done at the right time
Also sometimes device is set as `plugw:2" sometimes as "hw:2". I'm not expert enough in alsa config to be sure of the inconvenients that might occur of setting always direct output.
@Tim Curtis Something like a checkbox to state that the device configuration is sticky and not link to the current state of the pi might be fine. I've tried to look at the code where it's done but haven't find it.
PS: what a great software/distribution is moode audio !
Same issue here. I have Panasonic PMX90 audio device with integrated DAC.
Pi is booted when hifi system is turned on (pi is supplied with the slot dedicated to USB keys input), but when I use the CD or radio feature of the hifi system, DAC is not available, so that at the next use with DAC turned on, Pi device is set to HDMI device as default.
I've tried to enforce this with a sed script in the rc.local but I think the operation is not done at the right time
Code:
sed -i s/default:vc4hdmi/hw:2,0/ /etc/alsa/conf.d/*
Also sometimes device is set as `plugw:2" sometimes as "hw:2". I'm not expert enough in alsa config to be sure of the inconvenients that might occur of setting always direct output.
@Tim Curtis Something like a checkbox to state that the device configuration is sticky and not link to the current state of the pi might be fine. I've tried to look at the code where it's done but haven't find it.
PS: what a great software/distribution is moode audio !