Bill Jonas on Sat, 22 Dec 2001 13:07:10 -0500 |
On Sat, Dec 22, 2001 at 12:29:32PM -0500, Gregory T. Weber wrote: > [webergt@dngler dev]$ ls -l | grep scd0 > lrwxrwxrwx 1 root root 9 Dec 17 18:34 cdrom -> /dev/scd0 > brw------- 1 webergt disk 11, 0 Aug 30 16:30 scd0 There ya go. You have to be able to read the device in order to play the music. (It will be scd0 and not hdc since the ide-scsi module is handling it. In your grup.conf, note where it says "hdc=ide-scsi". You won't be able to access hdc, but it will be available as a SCSI device; in this case, scd0.) Try running your CD program as root for a test. if it works, then "chgrp cdrom /dev/scd0 && chmod g+rw /dev/scd0" and then add yourself to the cdrom group. Once you log out and log back in, you should be able to play your music CDs. -- Bill Jonas * bill@billjonas.com * http://www.billjonas.com/ Developer/SysAdmin for hire! See http://www.billjonas.com/resume.html Attachment:
pgp0fBQofVnX7.pgp
|
|