How can I know if IDE-SCSI is included in my distribution
"insmod ide-scsi" said module not found
"locate ide-scsi" only find the ide-scsi.c/.h file but no .o anywhere.
I tried to use my HP7200e(parallel port cdwriter) with cdrecord but the program cannot find the device. I can access the HP7200e as a read only CD-ROM by loading the "pcd" driver. In order to use it as a writer, it seems that I need to load the "pg" driver. But after loading the "pg" driver, "cdrecord -scanbus" doesn't see the device.
Re: How can I know if IDE-SCSI is included in my distributio
Quote:
Originally Posted by garyng
"insmod ide-scsi" said module not found
"locate ide-scsi" only find the ide-scsi.c/.h file but no .o anywhere.
insmod ide-scsi doesn't work because it is not a module - it's already compiled into the kernel. That's why you'll see the append "hda=scsi hdb=scsi" etc in your lilo.conf