>> ls -l /usr/src/linux/version.h # ls -l /usr/src/linux/version.*
-rw-r--r-- 1 root root 10 Мар 7 05:33 /usr/src/linux/version.Debian
> Дело скорее всего не в этом. Для начал, неплохо было бы узнать,
> какая версия Linux стоит
Извините...
# lsb_release -d
Description: Debian GNU/Linux 6.0.1 (squeeze)
> и почему используются ванильные исходники ядра.
Меня послали на http://alsa-project.org/main/index.php/Matrix:Module-ymfpci
На самом деле это я продолжаю здесь форум, заглохший на LOR'е
http://www.linux.org.ru/forum/linux-hardware/6135262?lastmod...
Кстати если можно несколько вопросов: что значит "ванильные исходники"? Я так понял что "немодифицированные", но тогда относительно чего? И как Вы определили что я именно их использую?
> Во-вторых, если есть пакет linux-headers, то его надо УДАЛИТЬ.
Удалил.
> Ну и надо проверить, куда ссылается у вас /lib/modules/2.6.32-5/build.
Сделал ссылку
# cd /lib/modules/2.6.32-5-686/
# ln -s /usr/src/linux-source-2.6.32 build
Пытаюсь компилировать:
# cd /usr/src/alsa/alsa-driver-1.0.24/
# ./configure --with-cards=ymfpci --with-sequencer=yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for current directory... /usr/src/alsa/alsa-driver-1.0.24
checking cross compile...
checking for directory with ALSA kernel sources... /usr/src/alsa/alsa-driver-1.0.24/alsa-kernel
checking for directory with kernel source... /lib/modules/2.6.32-5-686/build
checking for directory with kernel build... /lib/modules/2.6.32-5-686/build
checking for kernel linux/version.h ... no
The file /lib/modules/2.6.32-5-686/build/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/2.6.32-5-686/build).
#