一个古老的问题

Library、Utilities、OSS Compat. Library
./configure;make install
Driver
./configure  --with-cards=emu10k1(你的声卡。可以用./configure --help查看) --with-oss=yes(打开oss模拟) --with-sequencer=yes(打开midi音序器) --with-isapnp=no(关闭isa声卡pnp支持) --with-debug=none(关闭调试除错信息);make;make install;./snddevices;alsaconf;alsamixer;ln -s /etc/rc.d/init.d/alsasound /etc/rc.d/rc3.d(你想使用的运行级别)/S98alsasound
为什么我的 机子上检测不到声卡?
因为你的声卡太稀有了。
[quote:87c9305a93="lanepan"]为什么我的 机子上检测不到声卡?[/quote]
编译内核,装驱动
alsa的驱动装好之后,会自动设置为静音,要用amixer来取消它的静音状态