On Tue, 12 Sep 2000, Peter (XTRA) wrote:

> Hi
> 
> is there a simple way to use kernald or the likes to replace
> HP 7500 IDE Burner to a scsi device so it'll be seem by
> xcdroast to use, I believe there is a way to do something like
> ide-cdrom-scsi via the kernel orthe low machine devices to
> get scsi emulation.
> 
> As I don't know to much about this yet and I didn't fully 
> understand the CD-Burner howto and the tech programming
> info I'm thinking I maybe can make the changes from within
> Linuxconf or the likes.
> 
> Cheers
> Pete
> 
Hike Harris posted this before - it gives you what you need.

Mike's-IDE/ATAPI-CDRW-HOWTO

1) Put CD burner on Secondary Master.  If you have a CD reader as
   well, put it on Secondary Slave.

2) Edit lilo.conf, and below your kernel stanza, add an append
   line as follows:

image=/boot/bzImage-2.2.14-2NS
        label=linux-14NS
        read-only
        vga=ext
        root=/dev/hda6
        append="hdc=ide-scsi hdd=ide-cd"
                ^^^^^^^^^^^^^^^^^^^^^^^

3) Run "lilo"

4) Reboot.  Yes, this is one time in Linux where you actually
   have to reboot, although I'm sure there is some other
   convoluted way to do it by editing /etc/conf.modules and not
   rebooting, but we don't care about that here.

5) Put "insmod ide-scsi" in your /etc/rc.d/rc.local
6) Install and run cdrecord, cdrdao, xcdroast or whatever..

If it doesn't work, make sure all of the above steps were
followed correctly.  Also, if you kernel has "Probe for multiple
LUNs, you'll likely have trouble and have to disable this and
make a new kernel.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to