I'm going to go ahead and reply or I'll forget... :)

On Sun, Feb 17, 2002 at 02:46:57AM -0800, Brandon Dorman wrote:
> Sorry, no cheap crack deals although i do live in
> Fresno, which has more crime than LA.  Anyway.
>  
> I've recompiled the 2.4.17 kernel with ide-scsi
> support and stuff, and it sees my drive.  However the
> whole ide-scsi thing in lilo.conf but it never
> "takes," always gives an error.  Where am I supposed
> to put it?  normally its something like this (im on
> vacation right now, not on my normal computer) but:

Here's the relevant section from my lilo.conf file (my burner is hdb):

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
message=/boot/message
lba32
default=Lin2413

image=/boot/bzImage-2.4.13-ac8
        label=Lin2413
        read-only
        root=/dev/hdc7
        append="hdb=ide-scsi"

You also need to be sure you are loading the necessary modules at
boot.  See the CD-Writing-HOWTO for details, but I think running

# cdrecord -scanbus

should tell you what you need to know.  If it doesn't give any errors,
and detects your burner, I think everything's fine.  I know you need
the "ide-scsi", "loop", "sg", "sr_mod", and "iso9660" modules
available.  However, cdrecord may load some of them only when
necessary, so try it first.  "lsmod" will list your currently loaded
modules, BTW.

Regards,
Ben

-- 
Ben Logan: ben at wblogan dot net
OpenPGP Key KeyID: A1ADD1F0

Simon's Law:
        Everything put together falls apart sooner or later.



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

Reply via email to