On Jul 26 2007 11:16, Kyle Rose wrote: > > 1. > > Make sure you have the headers for your kernel properly installed > and linked to /usr/src/linux-$KVER.
Why is this a requirement? Makefile not properly done? > 4. > > Look in /tmp for a directory called Sk98something. Go to Why /tmp? If untarred (with default options) in ~, it's in ~/tmp. > 5. > > Change into /tmp/Sk98something/all and execute: > > sudo -H make -C /usr/src/linux-$KVER M=`pwd` modules > sudo -H make -C /usr/src/linux-$KVER M=`pwd` modules_install This breaks with O= builds. See (1). Sorry for the nitpick, it can be done easier :) Jan -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/