Where is the KERNELPATH ?
Hi !
I apologize for the silliness of my question, I am not very knowledgeable in Linux...
Wifi is not working on my Acer Aspire One. No surprise, it seldom does out of the box with that machine. My usual workaround is to install a customized kernel specially tailored for this machine hardware. If I understand it right however, 64Studio needs its own kernel for low latency so, what is left to me is to compile madwifi on the field. I found this set of instructions but it get stuck on setting the KERNELPATH:
sudo apt-get install build-essential subversion
cd ~
mkdir madwifi
cd madwifi
svn co https://svn.madwifi-project.org/madwifi/branches/madwifi-hal-0.10.5.6
cd madwifi-hal-0.10.5.6
make
It works up to this point where I get
cd: 1: can't cd to /lib/modules/2.6.29-1-multimedia-686/build
Makefile.inc:66: *** /lib/modules/2.6.29-1-multimedia-686/build is missing, please set KERNELPATH. Stop.
In the INSTALL file of madwifi, I can read this instruction:
"If you want to compile MadWifi for a different kernel, you need to
specify the location of the kernel build tree, e.g.:
$ make KERNELPATH=/usr/src/linux-2.6.3"
But nothing is to be found in /usr/src/ repertory
Any hint ?
Thanks !

PS
Kernel headers