I'm having trouble figuring this problem out. I can playback audio CDs with mplayer with either of these two commands:
But playback will fail as a normal user:
With the following error message:
The permissions on /dev/cd0 are:
Can someone explain why I get the error as a normal user but not as root or when using sudo? Seeing as how I have cd0 permissions set as rw for everyone, does the "device" in the error message even refer to the CDROM?
# mplayer -cdrom-device /dev/cd0 [url=cdda://1]cdda://1[/url]
$ sudo mplayer -cdrom-device /dev/cd0 [url=cdda://1]cdda://1[/url]
But playback will fail as a normal user:
$ mplayer -cdrom-device /dev/cd0 [url=cdda://1]cdda://1[/url]
With the following error message:
Code:
MPlayer SVN-r31746-snapshot-4.2.1 (C) 2000-2010 MPlayer Team
Playing cdda://1.
**ERROR: fread (): Device not configured
The permissions on /dev/cd0 are:
Code:
crw-rw-rw- 1 root operator 0, 97 Oct 25 18:43 cd0
Can someone explain why I get the error as a normal user but not as root or when using sudo? Seeing as how I have cd0 permissions set as rw for everyone, does the "device" in the error message even refer to the CDROM?