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.
Asked
Active
Viewed 1,154 times
6
-
1Are you using `alsa`, `pulseaudio` or something else? – Dec 30 '12 at 19:39
2 Answers
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
-
2When I run alsamixer, I get "cannot open mixer: No such file or directory" – dspyz Jul 05 '12 at 18:50
1
I was able to fix this issue on Lubuntu 16.04 by installing pulseaudio:
sudo apt-get install pulseaudio
Max Malysh
- 111
- 3