Re: [SLUG] XCDRoast

From: Andrew Wyatt (awyatt@intergate.cx)
Date: Mon May 14 2001 - 20:52:32 EDT


On Mon, 14 May 2001, Frank Roberts - SOTL wrote:

> Sorry but I just do not understand this. I have posted my current files at
> the end of this message. Could you please modify so that I may understand.
> Thanks
> Frank
>
> On Saturday 12 May 2001 10:35 am, you wrote:
> > go into /etc/lilo.conf and add to the ignore line your cd reader. next,
> > go into /etc/modules.conf and add your cd-reader to the ide-scsi
> > devices.
> >
> > Andrew
> >
> > On 12 May 2001 09:29:19 -0400, Frank Roberts - SOTL wrote:
> > > I am trying to set XCDRoast up and can not figure how to do such. It has
> > > automatically found my RW-Rom. Apparently it was old enough to be
> > > included in the known configuration files but it has completely failed to
> > > find my Mitumi FX Series CD-Rom Drive.
> > >
> > > Does any one know how to configure XCDRoast such that it finds a R-CDRom?
> > > If so would you mind passing a fewhelpful hints along.
> > >
> > > Thanks
> > > Frank
> ------------------------
> lilo.config
>
> oot=/dev/hda
> map=/boot/map
> install=/boot/boot.b
> prompt
> timeout=50
> message=/boot/message
> linear
> default=linux
>
> image=/boot/vmlinuz-2.4.2-2
> label=linux
> read-only
> root=/dev/hda5
> append="hdd=ide-scsi"
^^^
append="hdc=ide-scsi hdd=ide-scsi"

(unless your cdrom is hdb)
then
esc-:wq (if you are in vi)
lilo -v

> ------------------------
> modules.conf
>
> alias eth0 8139too
> alias parport_lowlevel parport_pc
> alias sound-slot-0 via82cxxx_audio
> post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null
> 2>&1 || :
> pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null
> 2>&1 || :
> alias usb-controller usb-uhci
> ------------------------
>

Odd there's usually a alias here..

add this:

alias scsi_hostadapter ide-scsi
options ide-cd ignore=hdc,hdd

esc-:wq (if in vi)

change your links in /dev from /dev/cdrom --> /dev/hdd

to /dev/scd0 --> /dev/cdrom

mv /dev/cdrom /dev/cdrom.bak
ln -s /dev/scd0 /dev/cdrom

then reboot.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 16:07:55 EDT