Can`t play music ?

Hi
First problem !!!
put cd in drive get following message

Unable to mount drive
cannot find drive/dev/sr.0

Please help !!
Cheers Tony

Unable to mount drive
cannot find drive/dev/sr.0

i`ll explain more, i put a audio cd in the drive any type and i get the message above, if i put a photo cd or data cd in the drive it works
but not with audio…why !!!

I don’t know but you can try this:

sudo addgroup [user] audio

It “might” fix the problem.

Audio cd:s uses a different filesystem and I suspect that this is the cause of the problem.

As a temporary solution you can try to mount your audio cd by typing this from a text console:

sudo mount -t cdfs /dev/cdrom /mnt/cdrom

The above code line might not be correct for your system and for further help regarding parameters look at the man page:

man mount

(I think somebody will be able to give you a better answer on this, but you can try my suggestion as a temporary solution)

thanks for the advice khelben1979 but sorted it

YAST >> Security and Users >> User Management >> “select your user” >> Edit >> Details >> Groups >> check “cdrom” and “disk” and then click on “ACCEPT”. Don’t forget after exiting YaST, you need to restart.

i found it posted on 4th Jan by oldcpu

I love it when a plan comes together !!!

Cheers Tony

Actually, that work around should not be needed if your system is updated!