Re: Can't burn CDs since kernel 2.6.7 - am I the only one?
On Tue, Nov 09, 2004 at 03:21:32PM -0600, Ron Johnson wrote:
> On Tue, 2004-11-09 at 18:33 +0000, Alan Chandler wrote:
> > Following my upgrading to linux 2.6.7 I have been unable to burn a CD. This
................................
> > cdrecord dev=ATA:1,0,0 blank=fast
> >
> > and (with a Rewriteable CD in the drive) it then preceeds to hang.
..............................
>
> Works for me.
>
> mkisofs -v -L -max-iso9660-filenames -R -relaxed-filenames ${dest} | \
> cdrecord -v -speed=8 -multi -dev=ATAPI:0,0,0 -
>
> # uname -r
> 2.6.8
>
> # mkisofs --version
> mkisofs 2.01a34-unofficial-iconv (i686-pc-linux-gnu)
>
> # cdrecord --version
> Cdrecord-Clone 2.01a38 (i686-pc-linux-gnu) Copyright (C) 1995-2004 \
> Jörg Schilling
Works for me too. (2.6.9) and all the previous commands gives me the same
outcome but the next
> # zcat /proc/config.gz | grep IDECD
> CONFIG_BLK_DEV_IDECD=y
gives me: zcat: /proc/config.gz: No such file or directory
lsmod | grep ide_cd gives me:
ide_cd 38176 0
cdrom 35996 1 ide_cd
ide_core 128112 5 ide_cd,usb_storage,ide_generic,ide_disk,amd74xx
why /proc/config.gz does not exist for me ?
TIA
--
Gerard
Reply to: