This one time, at band camp, Shaun Oliver wrote: >hi all, I have here a reco mp70-40a 4x ide cd-writer. >I'm attempting to run it on debian woody. >how does one set up scsi emulation for this device? >any help would be greatly appreciated. thanks in advance. >btw. how should I enter in the information in /etc/fstab?
You need SCSI configured, and SCSI CD support, then you can choose the IDE-SCSI driver. I think you need to specify something like "append hdc=ide-scsi" to your lilo.conf or grub menu.lst to tell the kernel that your hdc device is not to be touched by the ide-cd driver, and instead let ide-scsi take care of it. Once that's done, you can use /dev/scd0 as your cdrom device. -- [EMAIL PROTECTED] http://spacepants.org/jaq.gpg -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
