Closed Fourdee closed 8 years ago
When pulseaudio is installed, we need to remove the asound.conf as it breaks all audio.
Tested with MATE:
ToDo:
dpkg -l | grep -ci -m1 'pulseaudio'
is installed.The correct solution is to define the default sink for Pulse (many thanks to Meveric). This means we don't need to remove the asound.conf
echo -e "set-default-sink alsa_output.platform-odroid_hdmi.37.analog-stereo" >> /etc/pulse/default.pa
Patched for v123.