В общем после установки ubuntu 12.04 звук пытался работать исключительно через видеокарту (nvidia hdmi чото там). На борту стоит карта e-mu 0404 pci-e, которую alsa поидее должна видеть. Была совершена попытка поставить oss4, удалив alsa но без результатно.. Теперь же пытаюсь собрать alsa заново из исходников с нужным конфигом. Но вот в чем беда:
flat@ubuntu:/usr/src/alsa/alsa-driver-1.0.25$ sudo ./configure --with-cards=emu10k1 --with-sequencer=yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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.25
checking cross compile...
checking for directory with ALSA kernel sources... /usr/src/alsa/alsa-driver-1.0.25/alsa-kernel
checking for directory with kernel source... /lib/modules/3.11.0-15-generic/build
checking for directory with kernel build... /lib/modules/3.11.0-15-generic/build
checking for kernel linux/version.h ... no
The file /lib/modules/3.11.0-15-generic/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/3.11.0-15-generic/build).
Все исходники и пакеты с ними стоят. Файла linux/version.h нет.. Чо делать не понял, ибо нуб...
