io torno a monte del problema, e credo che sia solo necessario impostare i permessi a cdrecord
tempo fa c'era il modulo kcmshell k3bsetup2 dove si potevano aggiungere l'utente al gruppo "burn" o "cdrom" e i permessi per cdrecord
ora questo modulo e' sparito, ma con kde non c'e' alcun problema..forse con gnome si
il sito ufficiale del progetto riporta questo workaround:
Codice: Seleziona tutto
Like many here I was having a problem with k3bsetup not working right under Gnome (they should fix this btw). Here is how to set the premissions manually (ripped from somewhere):
The output of
Code:
ls -l /usr/bin/cdr*
should look like that :
Quote:
-rwsr-xr-- 1 root cdrom 564332 2006-08-15 20:45 /usr/bin/cdrdao
-rwsr-xr-- 1 root cdrom 133 2006-01-07 13:43 /usr/bin/cdrecord
-rwsr-xr-- 1 root cdrom 323540 2006-01-07 13:44 /usr/bin/cdrecord.mmap
-rwsr-xr-- 1 root cdrom 323540 2006-01-07 13:44 /usr/bin/cdrecord.shm
So all of those for must be owned by root and member of "cdrom" group. Plus they must be set as "SUID" (the "s" in the permissions).
If it doesn't look like that, you can fix it in 2 steps (in that order).
Run both commands as root :
1) Ownership
Code:
chown root:cdrom /usr/bin/cdr*
2) Permissions
Code:
chmod 4754 /usr/bin/cdr*
3) Verify with
Code:
ls -l /usr/bin/cdr*
4) Don't forget to add your user to the cdrom group, and remember that you have to log out and back in for group additions to take place.
that everything has been setup right.
Now it should work.
rinnovo il workaround per sapere se si sta utilizzando il subsystem ide (dev/cdrom, /dev/hdc) o quello libata (/dev/scd )
lrwxrwxrwx 1 root root 10 2007-08-31 23:46 pci-0000:00:1f.1-scsi-0:0:0:0 -> ../../scd0
in /etc/fstab non va piu' specificato perche' e' gestito al pari di qualunque device usb (scsi) e montato da udev
Attualmente la feisty, di default, dovrebbe funzionare sia con l'uno che con l'altro subsystem.