Re: [SLUG] XCDRoast

From: Glen Canaday (tuck@acer-access.com)
Date: Tue May 15 2001 - 18:20:56 EDT


All of the following confusion is why I always compile scsi-cdrom and
scsi-emulation into the kernel, not as a module. This way, the drivers probe
for the devices and there are no extra entries into any extra files save for
/etc/fstab... which gets changed to point to scd0 and scd1 (one a writer, one
a reader). For me, there has never been any reason to force parameters on any
of my kernel drivers. I disable the ide cdrom driver completely. As long as
links go from /dev/cdrom and /dev/cdrom1 to the proper sr* or scd* files
under /dev, I get no issues. (*Note: the preceding information was
distro-agnostic.. which means that it works no matter which version of
mandrake or suse you have.)

        As a side note, who's got an old brown Bronco with a redhat sticker on the
back window? I was behind you in the silver Lumina on Missouri at 1:05 today
:)

        Glen

On Monday 14 May 2001 20:52, you wrote:
> 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 - 17:28:41 EDT