On Sun, 22 Aug 2004 the mental interface of
Heike C. Zimmerer told:

> Elimar Riesebieter <[EMAIL PROTECTED]> writes:
> 
> > hat jemand eine leise Ahnung warum man als normaler user unter
> > Kernel 2.6.8 keine CD's mit cdrecord brennen kann?
> 
> Bekanntes Problem/Feature.  Abhilfe: entweder zur�ck zu 2.6.7 oder
> kleiner Kernel-Patch (-> Google).

Anbei ein patch. Ist aber mit Vorsicht zu genie�en, wenn man mehrere
SCSI Ger�te hat!
Ciao

Elimar


-- 
  On the keyboard of life you have always
  to keep a finger at the escape key;-)
diff -ruN a/drivers/block/scsi_ioctl.c b/drivers/block/scsi_ioctl.c
--- a/drivers/block/scsi_ioctl.c        2004-08-22 13:48:14.371321184 +0200
+++ b/drivers/block/scsi_ioctl.c        2004-08-22 12:03:05.057624134 +0200
@@ -192,9 +192,10 @@
                return -EINVAL;
        if (copy_from_user(cmd, hdr->cmdp, hdr->cmd_len))
                return -EFAULT;
-       if (verify_command(file, cmd))
+       /*if (verify_command(file, cmd))
                return -EPERM;
-       
+       */
+
        /*
         * we'll do that later
         */

Attachment: signature.asc
Description: Digital signature

Antwort per Email an