> -----Original Message----- > From: fedora-list-admin@xxxxxxxxxx > [mailto:fedora-list-admin@xxxxxxxxxx]On Behalf Of Andrew Robinson > Sent: Wednesday, March 03, 2004 12:49 AM > To: fedora-list@xxxxxxxxxx > Subject: k3b copy problems > > > Having seen the virtues of k3b extolled in the forum, I > decided to give > it a try. It works fine for creating a cd from scratch. > However, when I > try to copy a cd, I get errors that seem to be related to > this message: > > No support for ATAPI with cdrdao > You will not be able to use all your reading devices as copy > sources since there is at least one not configured to use > SCSI emulation and your system does not support ATAPI with > cdrdao. > Solution: The best and recommended solution is to enable > ide-scsi (SCSI emulation) for all devices. This way you won't > have any problems. > > Using Google, I never found a definitive answer to this. The best > suggestion seemed to be to include a directive in the > grub.conf. When I > looked, I seemed to already have this directive: > > title Fedora Core (2.4.22-awr1) > root (hd0,9) > kernel /boot/vmlinuz-2.4.22-awr1 ro root=LABEL=/12 > hdc=ide-scsi rhgb > initrd /boot/initrd-2.4.22-awr1.img > > Which seems to matche what I see in dmesg: > > hdc: attached ide-cdrom driver. > hdc: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33) > hdd: attached ide-cdrom driver. > hdd: ATAPI 48X DVD-ROM drive, 128kB Cache, UDMA(33) > Think you have the same problem as I. What kernel are you using?? if 2.6 then it figures.. 2.6 uses ide-cd as a default. (i guess if you didn't enable scsi-emulation in your .config) I'm still able to burn cdr using cdrecord but the cdrdao will need an upgrade cos according to docs, you need a more recent version of cdrdao, i think 1.7-5 (vs 1.7-4 which I have.) HTH