Comment 15 for bug 68187

Revision history for this message
Mark Rijckenberg (markrijckenberg) wrote :

Hi all,

I just had the same issue today in Kubuntu Hardy Heron pre-release version. I suspect that this is an old bug solely related to Amarok.

I found the solution for my problem at the following URL: http://ubuntuforums.org/showthread.php?t=102064

Edit the file ~/.kde/share/apps/amarok/xine-config and

change:

 audio.device.alsa_default_device:default
 audio.device.alsa_front_device:default

to:

 audio.device.alsa_default_device:plughw:0,0
 audio.device.alsa_front_device:plughw:0,0

Edit the file ~/.kde/share/config/amarokrc and make sure the line "Output Plugin" is configured as follows:

[Xine-Engine]
 Output Plugin=alsa

Hope this helps someone out there.

Cheerio,

Mark