求助 声卡驱动问题
我用的是MSI915 PLNeo-v主板,声卡集成的,
查了一下是类型 好像是 ADISoundMax AC97
从网上搜了很久,也没找到驱动程序,
这个问题如何解决?
谢谢 现在声卡驱动一般用ALSA
你的内核是多少,2.6的内核带有ALSA。
http://www.linuxsir.org/main/?q=node/67 我的是rh9.0, 2.4.20
用ALSA后,
在装utils时,
./configure通过,
但make时,
遇到错误
# make
Making all in include
make: Entering directory `/software/alsa/alsa-utils-1.0.9rc4/include'
makeall-am
make: Entering directory `/software/alsa/alsa-utils-1.0.9rc4/include'
make: Leaving directory `/software/alsa/alsa-utils-1.0.9rc4/include'
make: Leaving directory `/software/alsa/alsa-utils-1.0.9rc4/include'
Making all in alsactl
make: Entering directory `/software/alsa/alsa-utils-1.0.9rc4/alsactl'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -MT alsactl.o -MD -MP -MF
".deps/alsactl.Tpo" \
-c -o alsactl.o `test -f 'alsactl.c' || echo './'`alsactl.c; \
then mv -f ".deps/alsactl.Tpo" ".deps/alsactl.Po"; \
else rm -f ".deps/alsactl.Tpo"; exit 1; \
fi
alsactl.c:31:21: alsactl.h: 没有那个文件或目录
make: *** Error 1
make: Leaving directory `/software/alsa/alsa-utils-1.0.9rc4/alsactl'
make: *** Error 1
请指教.
alsactl.c:31:21: alsactl.h: 没有那个文件或目录
你得包里的alsactl.c第31行引用了alsactl.h,但是编译的时候,找不到alsactl.h,
你的源码包不完整 从ftp://ftp.alsa-project.org/pub/driver/下载的,
理论上来说应该行啊
rc4
还不是正式的发布版本 http://www.alsa-project.org/alsa-doc/index.php?vendor=vendor-Analog_Devices#matrix
页:
[1]