LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Problems Rebuilding a kernel (https://www.linuxquestions.org/questions/linux-general-1/problems-rebuilding-a-kernel-47376/)

slayer0605 02-27-2003 04:20 AM

Problems Rebuilding a kernel
 
I am running Mandrake 9 and need to tweak the kernel in order to run mkcdrec. I installed the source files during installation and everything worked fine including my cdrw on ide channel 1. My problem is that everytime I rebuild the kernel, everything works fine except the cdrw which I can no longer access (using cdrecord -scanbus to test as this is what mkcdrec uses). Prior to rebuilding the kernel, the driver used is ide-scsi, after the rebuild the driver used is ide-cd.
Is there anyway, when running my original kernel, that I can ensure my .config file actually represents the running system ?

Any help would be gratefully appreciated.

kater 02-27-2003 05:07 AM

Is your CD-burner a real SCSI device or do you have to emualte it with ide-scsi?

slayer0605 02-27-2003 07:30 AM

No, its an IDE device but the installation of mandrake configures it with ide-scsi which works fine.

kater 02-27-2003 08:20 AM

Okay. Did you enable the SCSI-Emulation while compiling the new kernel?

Did you tried a 'modprobe ide-scsi'?

slayer0605 02-28-2003 04:57 AM

I've done it.

I have added an append line into lilo.conf as follows

append="hdc=ide-scsi"

This now loads the correct driver.

Thanks so much for trying to help and sorry for any inconvenience


All times are GMT -5. The time now is 03:50 PM.