Description of problem: It's impossible to add new modules to the smp kernel. makefiles try to install the modules in /lib/modules/2.4.22-1.2166.nptl instead of /lib/modules/2.4.22-1.2166.nptlsmp Neither alsa works. I tried with alsa, captive-ntfs and 3c2000 Version-Release number of selected component (if applicable): kernel-smp-2.4.22-1.2166.nptl How reproducible: Whenever I try to install a module. Steps to Reproduce: configure, compile and install a module Actual results: it installs modules in the wrong directory. Expected results: that installs modules in the right directory Additional info: i tried to do make mrproper, configure it and make dep. i also tried to change EXTRAVERSION from -1.2166.nptlcustom to -1.2166.nptlsmp but there's nothing to do. Makefiles guess the current kernel version by doing uname -r but when i do uname -r from bash i get the right version. Weird!