Did you try cdrecord dev=help like it says? The output of that will
tell you that -scanbus isn't supported with ATAPI devices. I got it
to work blind using 'cdrecord speed=8 dev=ATAPI:0,1,0 -v my.iso' for
a CD-RW at hdb. So, I'm assuming the first 0 is the IDE channel,
the 1 is for a slave (so 0 for master?), and the third I'll just leave
as zero. Of course, don't use the ide-scsi module. Use the ide-cd
module instead.
Hope this helps,
Andy Johnson
>
> FWIW, I also tried just cdrecord -scanbus
>
> What am I missing? I thought we didn't need the scsi layer anymore.
>
> Here are snips from .config:
>
> CONFIG_IDE=y
>
> #
> # IDE, ATA and ATAPI Block devices
> #
> CONFIG_BLK_DEV_IDE=y
>
> #
> # Please see Documentation/ide.txt for help/info on IDE drives
> #
>
> CONFIG_BLK_DEV_IDEDISK=y
> CONFIG_IDEDISK_MULTI_MODE=y
>
> CONFIG_BLK_DEV_IDECD=y
>
> # IDE chipset support/bugfixes
> #
>
> CONFIG_BLK_DEV_IDEPCI=y
> CONFIG_BLK_DEV_GENERIC=y
> CONFIG_IDEPCI_SHARE_IRQ=y
> CONFIG_BLK_DEV_IDEDMA_PCI=y
>
> CONFIG_IDEDMA_PCI_AUTO=y
>
> CONFIG_BLK_DEV_IDEDMA=y
>
> CONFIG_BLK_DEV_ADMA=y
>
> CONFIG_BLK_DEV_VIA82CXXX=y
> CONFIG_IDEDMA_AUTO=y
>
> CONFIG_BLK_DEV_IDE_MODES=y
>
> #
> # SCSI device support
> #
> # CONFIG_SCSI is not set
>
>
>
>
>
>
>
>
>
>
>
> _________________________________________________________________
> Protect your PC - get McAfee.com VirusScan Online
> http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/