prompt 
timeout=50 
default=linux 
boot=/dev/hde 
map=/boot/map 
install=/boot/boot.b 
message=/boot/message 
lba32 

image=/boot/vmlinuz-2.4.17 
label=linux 
read-only 
root=/dev/hdf1 
append="hdc=ide-scsi hdd=ide-scsi" 
Then I ran ./lilo and no errors were reported. 
Then I tried cdrecord -scanbus 

[root@localhost sbin]# cdrecord -scanbus 
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
cdrecord: No such file or directory. Cannot open SCSI driver. 
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you
are root. 

Then I did lsmod 
[root@localhost sbin]# ./lsmod 
Module                  Size  Used by    Not tainted 
apm                     8748   2 
ext3                   60800   3  (autoclean) 
jbd                    44004   3  (autoclean) [ext3] 
vfat                    9724   4  (autoclean) 
fat                    30456   0  (autoclean) [vfat] 
rtc                     5656   0  (autoclean) 

Then I ran cat /proc/ide/hdd/model and got: 
[root@localhost hdc]# cat /proc/ide/hdd/driver 
ide-cdrom version 4.59 
[root@localhost hdc]# cat /proc/ide/hdd/model 
PHILIPS CDD3610 CD-R/RW 

which according to the CD-writing how-to is supported.

note:  The Howto says to access your device from the new scd0 if it was
say, hdd.  During the boot process it identifies my drives as hdc and
hdd, but in /etc/fstab they are like this:

/dev/cdrom              /mnt/cdrom              iso9660
noauto,owner,kudzu,ro 0 0
/dev/cdrom1             /mnt/cdrom1             iso9660
noauto,owner,kudzu,ro 0 0
/dev/fd0                /mnt/floppy             auto   
noauto,owner,kudzu 0 0

Notice they are /dev/cdrom.  do I have to change lilo to show /dev/cdrom
and /cdrom1 ?  And do I change "cdrom" (a DVD drive) to scd0 or keep it
as before?  I'm assuming changing it.  I didn't quite get the part on
the cdwriting howto talking about this:
http://www.linuxdoc.org/HOWTO/CD-Writing-HOWTO-2.html

Hope this helps, I will keep working on it, hopefully someone can shed
some insights on the questions from above.  Thanks so much!  We are
close to getting it to work!

-Brandon 

On Sun, 2002-02-17 at 03:16, Ben Logan wrote: 
> 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


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



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

Reply via email to