https://bugzilla.novell.com/show_bug.cgi?id=480717 User tgotelnet@yahoo.com added comment https://bugzilla.novell.com/show_bug.cgi?id=480717#c1 Summary: Cannot compile kernel module on 2.6.27.7-9-pae after installing kernel-{source,headers,syms} Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: i586 OS/Version: openSUSE 11.1 Status: NEW Severity: Major Priority: P5 - None Component: Development AssignedTo: pth@novell.com ReportedBy: tgotelnet@yahoo.com QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6 (.NET CLR 3.5.30729) I just installed a fresh copy of suse from openSUSE-11.1-DVD-i586.iso which installed kernel: Linux linux-whzs 2.6.27.7-9-pae #1 SMP 2008-12-04 18:10:04 +0100 i686 i686 i386 GNU/Linux I have installed linux-kernel-headers, kernel-source, and kernel-syms but it is installing them for the wrong kernel (I believe) and because of this I cannot compile kernel modules. When I attempt to compile my kernel module I get the error: make -C /lib/modules/2.6.27.7-9-pae/build M=/home/xx/mod modules make[1]: Entering directory `/usr/src/linux-2.6.27.19-3.2' ERROR: Kernel configuration is invalid. include/linux/autoconf.h or include/config/auto.conf are missing. Run 'make oldconfig && make prepare' on kernel src to fix it. WARNING: Symbol version dump /usr/src/linux-2.6.27.19-3.2/Module.symvers is missing; modules will have no dependencies and modversions. CC [M] /home/xx/mod/off.o /home/xx/mod/off.c:1: error: code model âkernelâ not supported in the 32 bit mode /home/xx/mod/off.c:1: sorry, unimplemented: 64-bit mode not compiled in make[2]: *** [/home/xx/mod/off.o] Error 1 make[1]: *** [_module_/home/xx/mod] Error 2 make[1]: Leaving directory `/usr/src/linux-2.6.27.19-3.2' make: *** [all] Error 2 -------------------------- All can be seen in the error log all the kernel sources are being installed for "linux-2.6.27.19-3.2" which is not the kernel I am running. Even after installing these hte only thing for the current kernel in /usr/src/ directorys is the modules versions file. I have not found any kernel sources for the currently running kernel. I really need to be able to compile a kernel mdoule for this specific kernel and do not want to upgrade to the non-stock one. Reproducible: Always Steps to Reproduce: 1. install the usual kernel development related packages 2. attempt to compile module -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.