Gerard Robin([EMAIL PROTECTED]) is reported to have said: > On Tue, Nov 02, 2004 at 04:34:42PM +0530, Vijaya S wrote: > >....... > > > First I have undone all the things required by the kernel 2.4.x :
Do you mean kernel 2.6.X ?? ide-scsi worked in 2.4.x _not_ in 2.6.x. > > - I disabled the module ide-scsi. ( then you must undo : > append "/dev/hdc=ide-scsi" in your /boot/grub/menu.lst as ) > - in fstab I changed /dev/scd0 in /dev/hdc and /dev/scd1 in /dev/hdd > > cdrecord -scanbus dev=ATA gave me : > > Using libscg version 'schily-0.8'. > > scsibus1: > 1,0,0 100) 'SONY ' 'DVD-ROM DDU1612 ' 'DYS1' Removable CD-ROM > 1,1,0 101) 'LITE-ON ' 'LTR-52327S ' 'QS09' Removable CD-ROM > > then in /etc/default/cdrecord I have put: > > # CDR_DEVICE = yamaha ( I commented this line ) > CDR_DEVICE = cdrw > cdrw = ATA:1,1,0 ( for you is: cdrw = ATA:0,0,0 ) > > and now I do: > > cdrecord -dev=1,1,0 -speed=10 -v -eject image.iso That does not work here but this does cdrecord dev=ATA:1,1,0 speed=10 -v -eject image.iso Note no^ - ^^^^ ^ no dash Otherwise I agree, thats the way to go. In adition the ATA: is said to use DMA with the CDRW drive. Wayne -- Every bug you find is the last one. _______________________________________________________ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]