[root@localhost root]# cd /temp/alc_driver/alsa-driver-0.9.0rc5
[root@localhost alsa-driver-0.9.0rc5]# ./configure
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
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 ANSI C header files... yes
checking for gcc option to accept ANSI C... none needed
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... /temp/alc_driver/alsa-driver-0.9.0rc5
checking cross compile...
checking for directory with kernel source... /lib/modules/2.4.20-8/build
checking for kernel version... The file /lib/modules/2.4.20-8/build/include/linux/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 /usr/src/linux).
[root@localhost alsa-driver-0.9.0rc5]# make install
make dep
make[1]: Entering directory `/temp/alc_driver/alsa-driver-0.9.0rc5'
make[2]: Entering directory `/temp/alc_driver/alsa-driver-0.9.0rc5/acore'
Makefile:4: ../Makefile.conf: 没有那个文件或目录
Makefile:11: /alsa-kernel/core/Makefile: 没有那个文件或目录
make[2]: *** No rule to make target `/alsa-kernel/core/Makefile'. Stop.
make[2]: Leaving directory `/temp/alc_driver/alsa-driver-0.9.0rc5/acore'
make[1]: *** [dep] Error 1
make[1]: Leaving directory `/temp/alc_driver/alsa-driver-0.9.0rc5'
make: *** [include/sndversions.h] Error 2
[root@localhost alsa-driver-0.9.0rc5]#