hello,
the ones you need are:
sg
sr_mod
ide-scsi
scsi_mod
ide-cd
cdrom
- at least thse are loaded on my system.
here is my scsi support:
and for block devicesCode:# # SCSI support # CONFIG_SCSI=m # # SCSI support type (disk, tape, CD-ROM) # CONFIG_BLK_DEV_SD=m CONFIG_SD_EXTRA_DEVS=4 # CONFIG_CHR_DEV_ST is not set # CONFIG_CHR_DEV_OSST is not set CONFIG_BLK_DEV_SR=m # CONFIG_BLK_DEV_SR_VENDOR is not set CONFIG_SR_EXTRA_DEVS=2 CONFIG_CHR_DEV_SG=m
Code:# # 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_HD_IDE is not set # CONFIG_BLK_DEV_HD is not set CONFIG_BLK_DEV_IDEDISK=y CONFIG_IDEDISK_MULTI_MODE=y # CONFIG_IDEDISK_STROKE is not set # CONFIG_BLK_DEV_IDEDISK_VENDOR is not set # CONFIG_BLK_DEV_COMMERIAL is not set CONFIG_BLK_DEV_IDECD=m # CONFIG_BLK_DEV_IDETAPE is not set CONFIG_BLK_DEV_IDEFLOPPY=m CONFIG_BLK_DEV_IDESCSI=m # CONFIG_IDE_TASK_IOCTL is not set
and yes ide-scsi is needed, if i had to guess a culprit right now that would be it.


Reply With Quote
And CP, I recompiled before seeing your post and that seemed to do it. You DO need more than ide-scsi to mount an IDE CD-RW (as I unfortunately pulled my hair out over). However, you just need ide-scsi.o for cdrecord to recognize it. I was missing a module or two that prevented me from mounting it like a regular cd-rom drive. 
Bookmarks