6

If for whatever reason I sudo stop lightdm running on mint and just use a simple xinit session with mutter, is there some way I can get sound to work? Whenever I do that, it seems there's no sound.

daisy
  • 53,527
  • 78
  • 236
  • 383
dspyz
  • 163
  • 1
  • 7

2 Answers2

2

Check to make sure your applications are using alsa output as opposed to pulseaudio or esd (Or start those daemons yourself). Also make sure your mixer is unmuted with alsamixer.

kaye
  • 41
  • 1
1

I was able to fix this issue on Lubuntu 16.04 by installing pulseaudio:

sudo apt-get install pulseaudio
Max Malysh
  • 111
  • 3