On 2001-10-05, Jochen K�chelin wrote: >> On 2001-10-05, Jochen K�chelin wrote: >> >> >I'am using Kernel 2.4.2-2. >> >> Why not 2.4.3-12? >> >How can I get it and compile it without risk. >Is there a way to compile the new kernel with >the settings from the old one?
Via up2date, or many ftp/http mirrors: http://www.redhat.com/apps/support/updates.html Find Red Hat's kernel configs in /usr/src/linux-2.4/configs. >I use a TEAC CD-W54EK > >It's not listed it the list, but I think it's compatible >with some Toshiba writer. > >cdrecord -scanbus lists no found devices - but during boot >it's listed and linked witch /dev/hdd cdrecord -scanbus works when the kernel drivers are loaded. This is what I've had to put into /etc/modules.conf for hdc being my IDE/ATAPI CD-RW: options ide-cd ignore=hdc # tell the ide-cd module to ignore hdc alias scd0 sr_mod # load sr_mod upon access of scd0 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 _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list
