[EMAIL PROTECTED] wrote:
> Hi All,
> I am trying to run Xcdroast, but my CD burner has an IDE interface.  I'm a
> newbie, so I need an easy to use GUI for kernel configuration and recompile
> in KDE.  Which one does the best job and is the easiest to use, and where
> can I get it?
> TIA,
> Bill
> 

If you are running stock RH you do not need to recompile the kernel - the modules you 
need are already there

you need to put something in at boot to the effect of /dev/hdd=/dev/sd for scsi 
emulation

or alternately put this in /etc/modules.conf
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




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

Reply via email to