On 04/16/00, 09:24:14PM -0700, Craig Kulesa wrote:
>
>
> On Sat, 15 Apr 2000, Bryan Opfer wrote:
>
> > I am trying to get my cd writer (HP 9300, IDE) working on Redhat 6.2. I
> > have read the HOWTO and added the following lines to my conf.modules
> > file:
> >
> > options ide-cd ignore=hdd
> > alias scd0 sr_mod
> > pre-install sg modprobe ide-scsi
> > pre-install sr_mod modprobe ide-scsi
> >
> > But, it is not working. Is there something else I need to do?
>
> The stock kernels have ide-cd _not_ as a module, but statically
> built into the kernel. So telling the ide-cd module to ignore /dev/hdd
> isn't going to work. You can either rebuild the kernel with ide-cd as a
> module (and then it will work as-is) or pass the following line to the
> kernel in your lilo.conf file or at the LILO prompt:
>
> image=/boot/vmlinuz-2.2.14-5.0
> label=Linux
> read-only
> append="hdd=ide-scsi" <-----
>
> Now the static ide-cd code in the kernel won't lock the device, and
> ide-scsi will be able to grok it correctly.
>
> Good luck!
I found I also had to put insmod commands for sg, idc-scsi and loop in
my rc.local file to get things to work. I cound not get cdrecord to
load the modules, even after following the HOWTO to the letter, except
with this hack. (Mine is the standard 6.2 installation on a PIII,
running the linux-up 2.2.14-5.0 kernel, right off the Red Hat iso image.)
Is this the right way to do this?
John
>
> -Craig Kulesa
> [EMAIL PROTECTED]
>
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.