Quote:
Originally posted by davidsrsb
You want k3b for cd burning, but you may need to add the ide-scsi which will change the cd drive from something like /dev/hdc to /dev/sr0
|
No that's wrong. You don't need ide-scsi for IDE device burning anymore. From the command line:
cdrecord dev=ATAPI -scanbus (finds your burner address)
then burn:
cdrecord -v dev=ATAPI:0,1,0 speed=8 filename.iso OR
cdrecord dev=/dev/hdc speed=8 filename.iso
Also, K3B works fine without ide-scsi.