|
我用的是 ISA 的 ess AudioDrive1868 的声卡,在RH8的硬件浏览器中显示 :
sound card----->ESS ES1868 Plug and Play AudioDrives : unknown
之后我用alsa-0.9.0rc6 安装声卡,结果还是没装上.以下是安装步骤(请各位前辈指点) :
1.
[root@panxiangjia alsa-driver-0.9.0rc6]# ./configure --with-isapnp=yes switch
configure: WARNING: you should use --build, --host, --target
checking for switch-gcc... no
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 switch-ranlib... no
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... /home/pxj/download/software/Advanced Linux Sound Architecture (ALSA)/0.9.0rc6/alsa-driver-0.9.0rc6
checking cross compile...
checking for directory with kernel source... /lib/modules/2.4.18-14/build
checking for kernel version... The file /lib/modules/2.4.18-14/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). |
|