MichaIng / DietPi

Lightweight justice for your single-board computer!
https://dietpi.com/
GNU General Public License v2.0
4.89k stars 498 forks source link

DietPi-Software | MATE, no sound on C2 #415

Closed Fourdee closed 8 years ago

Fourdee commented 8 years ago

http://forum.odroid.com/viewtopic.php?f=138&t=19948&start=50#p150051

Fourdee commented 8 years ago

My notes: http://forum.odroid.com/viewtopic.php?f=138&t=19948&start=50#p150146

Fourdee commented 8 years ago

When pulseaudio is installed, we need to remove the asound.conf as it breaks all audio.

Tested with MATE:

ToDo:

Fourdee commented 8 years ago

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.