ons 2002-10-09 klockan 17.39 skrev Gabriel Arcos: > Hi all!! this is my first message to the list (I have subscrip me today > :D). Well I'm trying to compile my scsi driver DC-395U (tekram) not > supported by Red Hat installation, where I can send the suggestion to > the Red Hat team to includ it in the distro?. The problem is: I need the > kernel .config file to get the driver compiled, where it is? I have > found the floder /usr/src/linux-2.4.18-14/configs/ there are varius > xxSomethinGxx.config files, is one of them what I'm looking for? or > maybe is the /boot/config-2.4.18-14 file? Please help me to get my > CD-writer back :D
One of the conig files in /usr/src/linux-2.4/configs is what you're looking for. Find out what kind of kernel you're running (it should be pretty self-evident from viewing the output from uname -r). Copy the appropriate config file from /usr/src/linux-2.4/configs to /usr/src/linux-2.4/.config. Then you should be ready to build the module (if it is a loadable module) or configure and compile the kernel (if it is a compiled-in driver). If you're running RH8 you might run into the same weird problem that I'm having - modprobe/insmod complains that the module is compiled with the wrong version of gcc. Even though I've compiled the module with the gcc that Red Hat ships with RH8 (which gcc --version says is version 3.2), insmod still thinks that I've used gcc 2.x and refuses to load the driver. I've yet to come up with a solution for that one. /Robert -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
