[KLUG Members] SCSI emulation on BSWare Pro

Dirk H Bartley members@kalamazoolinux.org
Mon, 25 Jun 2001 10:56:53 -0400


John Bridleman wrote:
> 
> Does BSWare Pro support SCSI emaulation? I just got an IDE cd burner and wanted to know if I should put it in the xfs machine for the stock BSWare box.
> --
> John Bridleman / john@bridleman.org
> _______________________________________________
> Members mailing list
> Members@kalamazoolinux.org
> 


http://www.linuxdoc.org/HOWTO/CD-Writing-HOWTO.html

Should work exactly the same.  I just did it this weekend on my Father's
Machine.

This is what I added to the /etc/modules.conf

options ide-cd ignore=hdh
alias scd0 sr_mod                    # load sr_mod upon access of scd0
#pre-install ide-scsi modprobe imm    # uncomment for some ZIP drives only
pre-install sg     modprobe ide-scsi # load ide-scsi before sg
pre-install sr_mod modprobe ide-scsi # load ide-scsi before sr_mod
pre-install ide-scsi modprobe ide-cd # load ide-cd   before ide-scsi

Then I did the heinous reboot thing because ide-cd would not let me remove it
for some reason.  Then I edited /etc/fstab so the cdrom was /dev/scd0 and
mounted it no problem.

Let me know if it works.

Bruce does it the other way by editing lilo.conf.

Dirk