To add IDE-SCSI support, make the following changes as necessary,
then reboot. These assume Secondary Master (hdc).
Adding ide-scsi for CD-ROM (Assuming CD/DVD on Secondary Master)
Add the follwing to /etc/modules.conf
options ide-cd ignore=hdc
pre-install sg modprobe ide-scsi
pre-install sr_mod modprobe ide-scsi
pre-install ide-scsi modprobe ide-cd
If running GRUB
Add the following in /boot/grub/menu.lst
hdc=ide-scsi (at end of "kernel =" line)
If running LILO
Edit /etc/lilo.conf
append="hdc=ide-scsi"
(re-run lilo)
Alternates
Add to /etc/modules/default
ide-scsi
sg
sr_mod (CD/DVD)
st (Tape)
After rebooting, the command:
cat /proc/scsi/scsi
should show the DVD device.
At this point, make sure there is a non-blank CD-ROM in the drive.
Run EDGEMENU -> Admin -> Define Resources. Point to the current
DVD (dvd0) and press F6 to delete it.
Run EDGEMENU -> Admin -> Autodetect New Devices. The program will
re-detect the devices and show all the media types it can use.
|