On Thu, 2002-09-26 at 22:55, Heater, Daniel (IndSys, GEFanuc, VMIC) > 2. Assuming the kernel source is in /usr/src/linux is not always valid. > > 3. I currently use /usr/src/linux-`uname -r` to locate the kernel source > which is just as broken as method #2. you have to use /lib/modules/`uname -r`/build (yes it's a symlink usually, but that doesn't matter) that's what Linus decreed and that's what all distributions honor, and that's that make install does for manual builds. Greetings, Arjan van de Ven