I seem to have a very strange case I don't fully understand. My Phonon is configured to use PulseAudio Sound Server and testing this output device works. When I use mplayer, I have sound with oss driver, but not when I use pulse. My alsa is also configured to use pulse (config below), so I have no sound with alsa output as well.
I am not sure what is wrong, but this is the problem I am facing since I've updated about 3 weeks ago I think...
Thanks in advance for help!
/etc/asound.conf:
- Code: Select all
pcm.!default { type pulse }
ctl.!default { type pulse }
pcm.pulse { type pulse }
ctl.pulse { type pulse }
