Am Montag 25 Juni 2007 17:23 schrieb Alex Schuster: > Florian Philipp writes: > > [...] > > > #include > > [...] > > > making all in tool > > make[1]: Entering directory `/home/dsl/dLAN-linux-package-v3/tool' > > make[1]: Nothing to be done for `all'. > > make[1]: Leaving directory `/home/dsl/dLAN-linux-package-v3/tool' > > making all in driver > > make[1]: Entering directory `/home/dsl/dLAN-linux-package-v3/driver' > > ./kerneldir.sh /lib/modules/2.6.21-gentoo-r3/build > > make[2]: Entering directory `/usr/src/linux-2.6.21-gentoo-r3' > > CC [M] /home/dsl/dLAN-linux-package-v3/driver/devolo_usb.o > > /home/dsl/dLAN-linux-package-v3/driver/devolo_usb.c:22:26: error: > > linux/config.h: No such file or directory > > [..] > > The missing config.h belongs to the linux-headers package. I thought it > needs to be installed on any gentoo system, did you remove it? > Try "emerge linux-headers". The source compiles fine on my system. > > Alex 2.6.17-r2 is the latest stable version and is installed... I'll try 2.6.21 with the gcc64 useflag which is currently disabled (seems to date back to 2006.1) Thanks for the hint!