acesword 发表于 2006-4-18 09:10:11

ac97和Audigy冲突,help

我主板集成的ac97声卡,bios已经屏蔽了。可是驱动还是加载在ac97.....郁闷
lsmod
snd_emu10k1_synth 6977 0
snd_emux_synth 31553 1 snd_emu10k1_synth
snd_seq_virmidi 7105 1 snd_emux_synth
snd_seq_midi_emul 5953 1 snd_emux_synth
snd_emu10k1 104261 2 snd_emu10k1_synth
snd_rawmidi 24001 2 snd_seq_virmidi,snd_emu10k1
snd_ac97_codec 83937 1 snd_emu10k1
snd_ac97_bus 2497 1 snd_ac97_codec

modprobe.conf

alias eth0 via-rhine
alias snd-card-0 snd-emu10k1
options snd-card-0 index=0
options snd-emu10k1 index=0
remove snd-emu10k1 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-emu10k1

请教如何加载Audigy 驱动,谢谢!

dukeduan 发表于 2006-4-18 09:13:20

rmmod手动删除ac97的模块,modprobe手动加载audigy的模块试试。
页: [1]
查看完整版本: ac97和Audigy冲突,help