|
声卡是板载的,芯片realtek alc883,传说这个芯片是很难弄得阿,要设置n多东西才能出来声音……听说新版本的alsa做了修改,能直接支持了。已经成功安装了alsa-lib-1.0.13,方法是:
./configure;make;make install
正要装alsa-driver-1.0.13,但是出现问题:
执行./configure时出现以下错误
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 ANSI C... 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 egrep... 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... /home/xiu/Desktop/alsa-driver-1.0.13
checking cross compile...
checking for directory with kernel source... /usr/src/linux
checking for directory with kernel build...
checking for kernel linux/version.h... no
The file /usr/src/linux/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).
如何解决??
网上查了查,都是外国网,上不去阿……
是不是要贴这个的阿……
执行lspci:
0000:00:1b.0 0403: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
执行uname:
2.6.15-26-386 i686 unknown unknown
unknown是因为我的cpu是T2400么…… |
|