Alex V Flinsch wrote:
> 
> On Thu, 28 Oct 1999, you wrote:
> > On Thu, 28 Oct 1999, you wrote:
> > > Anyone know if one needs to have a scsi adapter installed in one's
> > > system in order to run cdrecord and/or xcdroast with an ATAPI CD-RW?
> > >
> > SCSI emulation. Add the following to the end of your /etc/lilo.conf
> > (I *think* this is correct) "append='ide=scsi'" (minus the
> > double-quotes, but WITH the single quotes around the ide=scsi)
> >       John
> 
> This is what I have in lilo.conf for a cdrw on hdd
> 
> boot = /dev/hda
> timeout = 100
> prompt
>   default = linux
>   vga = normal
>   append = "hdd=ide-scsi"
>   read-only
> map=/boot/map
> install=/boot/boot.b
> image = /boot/vmlinuz-2.2.13-7mdk
>   label = linux
>   root = /dev/hdb7
>   initrd = /boot/initrd-2.2.13-7mdk.img
> other = /dev/hda1
>   label = win
>   table=/dev/hda
> 
> It seems (to me anyway) that the ide-scsi won't work unless I have an initrd
> image. If I don't, cdrecord just barfs when trying to write to a disc.
> 
> --
> Alex

Alex....the initrd.img contains the scsi module.

Alan

Reply via email to