I think this may work...(It works on the Snakeoil
Rpi Beta and tomorrow I will try it on the PC version)
Code:
sudo nano /etc/mplayer/mplayer.conf
and change the audio settings to remove pulse etc so that it looks like this...
Code:
# Use pulse, then alsa, then SDL video with the aalib subdriver by default.
ao=alsa
then to play the whole cd try....
Code:
mplayer -cdrom-device /dev/cdrom cdda://
and for single tracks..use the track number..
Code:
mplayer -cdrom-device /dev/cdrom cdda://5
Anyone tries it let me know if it worked for PC.