now I did it ..

Neil Joseph Schelly neil at jenandneil.com
Sat Mar 19 15:46:02 EST 2005


On Saturday 19 March 2005 10:33 am, you wrote:
> >Just for kicks, what is the output for this command then?
> >ls -l /dev/cdrom /dev/sr0 /dev/scd0
> lrwxrwxrwx    1 root     root   3 2005-03-15 17:59 /dev/cdrom-> sr0
> brw-r-----    1 root     disk      11,   0 2003-09-23 13:59 /dev/scd0
> brw-------    1 mikem    disk      11,   0 2003-09-23 13:59 /dev/sr0

That's a bit odd there...  I assume your username is mikem, but it's odd that 
the device would be owned by you if you didn't specifically set it that way - 
do you recall playing with these files' permissions before?

Anyway, this ought to correct matters... as root:
# chown root /dev/sr0
# chmod 664 /dev/sr0
# chmod 664 /dev/scd0
# ln -sf /dev/scd0 /dev/cdrom
# adduser mikem disk

That way, anyone in the disk group can write to the CD drive and anyone can 
read it.  These commands ought to at least make things "normal" again and if 
it still doesn't work, we can at least start there.

> >groups
> For this command I get:
> users uucp dialout audio video ftp
Now you should see disk in here too.

See if the audiocd:/ extension works now?  Also, I would go back into the 
Control Center, go to the Sound/Multimedia section, and the Audio CD applet.  
Specifically set the CD device to /dec/scd0.  
-N



More information about the gnhlug-discuss mailing list