well i thought i had it.........( thanks for any help--again..:( )
okay for easier assistance:--in order lilo.conf & rc.local--my  kernel
is setup according to cdwriting HOWTO from i believe xcdroast page that
or cdrecord's homepage...........
last is my xcdroast program out put when it errors out which   it
sometimes does........

lilo.conf:

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
linear
default=linux

image=/boot/vmlinuz-2.2.14-12
 label=linux
 read-only
 root=/dev/hda3
        append="hdc=ide-scsi"

other=/dev/hda1
 label=dos
----------------------------------------------------------------------
#---I PUT THIS HERE because i had to do it manually everytime i booted
and got tired of it...............=================
test `whoami` = 'root' || echo "You must be root to execute the
commands."
       cdrecord -scanbus > /dev/null
       if ! (pidof kerneld || test -f "/proc/sys/kernel/modprobe"); then

           echo "Neither kerneld nor kmod are running to automatically
load modules".
       fi
       report_no_autoload() {
           echo "Ensure the module $1 is loaded automatically next
time."
       }
       if test ! -f "/proc/scsi/scsi"; then
           report_no_autoload scsi_mod  &&  insmod scsi_mod
       fi
       if ! grep "^........ sg_" /proc/ksyms > /dev/null; then
           report_no_autoload sg  &&  insmod sg
       fi
       if ! grep "^........ sr_" /proc/ksyms > /dev/null; then
           report_no_autoload sr_mod  &&  insmod sr_mod
       fi
       if ! grep "^........ loop_" /proc/ksyms > /dev/null; then
           report_no_autoload loop  &&  insmod loop
       fi
       if ! grep iso9660 /proc/filesystems > /dev/null; then
           report_no_autoload iso9660  &&  insmod iso9660
       fi
       echo "The following is only needed for IDE/ATAPI CD-writers."
       if ! grep ide-scsi /proc/ide/drivers > /dev/null; then
           report_no_autoload ide-scsi  &&  insmod ide-scsi
       fi
       cdrecord -scanbus

#--------------THIS WAS RECCOMENDED by the cdwriting howto but was NOT
working so commented out for now..
=========================================
#options ide-cd ignore=hdb            # tell the ide-cd module to ignore
hdb
#alias scd0 sr_mod                    # load sr_mod upon access of scd0
#pre-install ide-scsi modprobe imm    # uncomment for some ZIP drives
only
#pre-install sg     modprobe ide-scsi # load ide-scsi before sg
#pre-install sr_mod modprobe ide-scsi # load ide-scsi before sr_mod
#pre-install ide-scsi modprobe ide-cd # load ide-cd   before ide-scsi
#insmod loop  #i put this here for loop support in writing

fi
============================================================
LAST ONE HERE ( below ) WHICH IS OUTPUT FROM XCDROAST
===========================================================
[root@localhost /root]# xcdrgtk

** ERROR **: non existing cdrom?
aborting...
Aborted (core dumped)
[root@localhost /root]#






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

Reply via email to