Description of problem: ide-scsi is disabled in kernel series 2.6 for Fedora Core. cdrecord don't care it, but cdrdao (wich is part of the distribution) needs it. Version-Release number of selected component (if applicable): kernel-2.6.1-1.47 How reproducible: Always Steps to Reproduce: 1. Try to use cdrdao with an IDE cdrecorder with Fedora kernels 2.6. Additional info:
$ ls -l /lib/modules/2.6.1-1.47/kernel/drivers/scsi/ide-scsi.ko -rwxr--r-- 1 root root 21268 Jan 17 01:08 /lib/modules/2.6.1-1.43.1/kernel/drivers/scsi/ide-scsi.ko I think the most modern large harddrives able to provide additionl ~21 KB space for this module.
no cdrdao does not need ide-scsi since ide-scsi can no longer be really used for cdrom/cdr/cdrw. cdrdao needs fixing to the new API instead.