|
急!!请教高人:ac97声卡安装?????
还望高手指点:
viaVT8233a芯片,Enhanced AC97'音效片,在KDE下识别为:VT82cxx_audio
进入KDE提示:
Sound server infomation message;
Error while initializing the sound server;
device /dev/dsp can't be opened (No such device)
The soun server will contine,using the null output device.
在gnome下无此提示,也没声音!!
曾经成功使用OSS的限时驱动,现在安装了alsa的最新驱动,步骤:
a. ./Configure
b. make install
c. ./snddevices
d. Edit /etc/modules.conf为
alias parport_lowlevel parport_pc
alias usb-controller usb-uhci
#alias sound-slot-0 via82cxxx_audio //remark this line, this is default audio driver
#====== added those lines =============
alias char-major-116 snd
options snd major=116 cards_limit=1
#--- Intel 8x0 and SiS 7012 ----------
alias snd-card-0 snd-intel8x0
options snd-intel8x0 index=0 id="ICH"
#--- Via8233 and Via686A/B -------------------
#alias snd-card-0 snd-via82xx
#options snd-via82xx index=0 id="VIA"
#------------------------------------------------------
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
#=================================
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
e. reboot.
进入KDE问题依旧!!!
那位大侠能解决此问题!!!!!!!!!!!!!!!!!!!! |
|