On 5/18/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Rodney D. Myers wrote: > > >On Wed, 18 May 2005 18:10:13 +0200 > >Vegard|drageV <[EMAIL PROTECTED]> wrote: > > > > > > > >>cdrecord will not burn cd's after I changed to kernel 2.6.8-2-686, > >>with the following result to burn an image: > >> > >> > >> > > > >If I'm not mistaken, doesn't the 2.6.8.* kernel have a known bug not > >allowing non-root accounts to burn cdroms?
This bug has been fixed, I've been told. Besides that shouldn't matter here, caus' I have the same problemes as root as well as normal user. > Remove in /etc/modules: > ide-scsi This was removed already... > and use ATA: > cdrecord -v speed=2 dev=ATA:0,0,0 --blank=fast > cdrecord -v speed=2 dev=ATA:0,0,0 -sao /downloads/image1.iso > ATA didn't work for me, but but ATAPI did: cdrecord -v speed=4 dev=ATAPI:0,1,0 image.iso Thanks for the good tip, I can now burn using cdrecord from commandline. > good luck. Cheers, Vegard