|
我在CF卡上安装Debian 31r1,主板用的是VIA的CPU,AC97集成声卡。因为CF卡空间有限,只安装了基本系统。安装系统时似乎安装了声卡的。但是play-sample hello.wav时提示
Error opening device:/dev/dsp
Error during initialisation of soundcard.
然后
#apt-get install alsa- base
#apt-get install alsa-source
都提示已经是最新版本
运行
/usr/share/alsa-base/snddevices
然后运行
#alsaconf
没有找到声卡。
#play-sample hello.wav
还是
Error opening device:/dev/dsp
Error during initialisation of soundcard.
#ls -l /dev/dsp*
lrwxrwxrwx 1 root root 9 2006-2-12 20:20 /dev/dsp -> /dev/dsp0
crw-rw---- 1 root audio 14,3 2006-2-12 20:20 /dev/dsp0
crw-rw---- 1 root audio 14,19 2006-2-12 20:20 /dev/dsp1
crw-rw---- 1 root audio 14,35 2006-2-12 20:20 /dev/dsp2
crw-rw---- 1 root audio 14,51 2006-2-12 20:20 /dev/dsp3
劳烦大家帮帮忙,谢谢!
元宵快乐! |
|