
* Grischa grischa@stuff24.de [20100113 01:15]:
I'm running grml with a 2.6.26 kernel on an asus eee box b202 which has unfortunately a JMicron network card. I want to install the driver (ftp://driver.jmicron.com.tw/jmc2xx/) manually because the driver is not included. As mentioned in the readme .txt I did:
apt-get install linux-source-$(uname -r) apt-get install linux-headers-$(uname -r) apt-get install build-essential
After 'make install' I got the following error:
make: *** /lib/modules/2.6.26-grml/build: No such file or directory. Stop. make: *** [all] Error 2
Try executing 'm-a prepare' before running any build process. This should set up the according symlinks for you.
BTW: kernel 2.6.26-grml is pretty outdated nowadays, make sure to use a more recent kernel version like linux-image-2.6.31-grml. :)
regards, -mika-