Hi, I have installed the linux kernel 3.14 from Debian Wheezy backports. But I can't build the hpklinux driver for the new kernel.
$ export KERNEL_VERSION=`uname -r` $ ./configure --with-kernel=/lib/modules/$KERNEL_VERSION/source --with-build=/lib/modules/$KERNEL_VERSION/build (...) checking for directory with kernel source... /lib/modules/3.14-0.bpo.2-amd64/source checking for directory with kernel build... /lib/modules/3.14-0.bpo.2-amd64/build /lib/modules/3.14-0.bpo.2-amd64/build checking for kernel linux/version.h ... no The file /include/INCLUDE_VERSION_H does not exist. Please install the package with full kernel sources for your distribution or use --with-kernel=dir option to specify another directory with kernel sources (default is /lib/modules/3.2.0-4-amd64/source). Does anybody has the same problem? Why the configure script didn't find the sources. They are installed: $ ls -l /lib/modules/3.14-0.bpo.2-amd64/source lrwxrwxrwx 1 root root 42 Aug 25 12:24 /lib/modules/3.14-0.bpo.2-amd64/source -> /usr/src/linux-headers-3.14-0.bpo.2-common $ ls -l /usr/src/linux-headers-3.14-0.bpo.2-common total 60 drwxr-xr-x 3 root root 4096 Sep 4 17:36 arch drwxr-xr-x 27 root root 4096 Sep 4 17:36 include -rw-r--r-- 1 root root 50732 Aug 25 11:10 Makefile lrwxrwxrwx 1 root root 35 Aug 25 13:15 scripts -> ../../lib/linux-kbuild-3.14/scripts And how can I set my (debian) system, that the modules are build automatically with the kernel update? module-assistent still uptodate? or does anybody use DKMS. Any hint to a howto is appreciated Best Keywan -- Redakteur Hertz 87.9 Hertz 87.9 - CampusRadio für Bielefeld www.radiohertz.de _______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
