Am Freitag, 10. Dezember 2004 00:25 schrieb David Gil: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi everyone there! > > My problem is that when I want to rip an audio CD as a normal user with > KAudioCreator it says: "Access denied to /dev/cdrom". As root there is no > problem, but I don't want to use Linux as root. > > The same happens when I try to burn audio CD with K3B. > > I have revised all permissions, I have updated the kernel (2.4.27) and > nothing changes. > > This problem seems very usual, but I haven't found any solution in Google. > - ------------------------------- > Some data: > > Kernel 2.4.27 > KAudioCreator 1.0 > KDE 3.2.2 > > /etc/fstab > # /etc/fstab: static file system information. > # > # <file system> <mount point> <type> <options> <dump> <pass> > /dev/hda1 / ext2 errors=remount-ro 0 1 > /dev/hda7 none swap sw 0 0 > proc /proc proc defaults 0 0 > /dev/fd0 /floppy auto user,noauto 0 0 > /dev/cdrom /gravadora iso9660 ro,user,noauto 0 0 > /dev/scd1 /cdrom iso9660 ro,user,noauto 0 0 > /dev/hda5 /home ext2 defaults 0 2 > /dev/hda3 /c vfat defaults 0 2 > /dev/hda6 /d vfat defaults 0 2 > /dev/hdb1 /e ext2 defaults 0 2 > > > Permissions: > lrwxrwxrwx 1 root cdrom 11 gen 1 1997 /dev/cdrom > - -> /dev/cdrom0 > lrwxrwxrwx 1 root cdrom 9 gen 1 1997 /dev/cdrom0 > - -> /dev/scd0 > lrwxrwxrwx 1 root cdrom 9 gen 1 1997 /dev/cdrom1 > - -> /dev/scd1 > brwxrwxrw- 1 root cdrom 11, 0 mar 14 2002 /dev/scd0 > brw-rw-rw- 1 root cdrom 11, 1 mar 14 2002 /dev/scd1 > lrwxrwxrwx 1 root cdrom 4 des 24 2003 /dev/sr0 -> scd0 > lrwxrwxrwx 1 root root 4 des 24 2003 /dev/sr1 -> scd1 > > > If you need some more information, please tell me. > > Thnx! > > David Gil
I've had the same problem here. It seems like kaudiocreator accesses the generic SCSI device /dev/sg?,the one that correspondets to your cdrom (on my system it was /dev/sg2) which was set to : crw------- 1 root root 21, 0 2002-03-14 22:51 /dev/sg2 Changing this to : crw-rw---- 1 root cdrom 21, 0 2002-03-14 22:51 /dev/sg2 solved the problem for me. Simon