superbaby 发表于 2005-3-26 10:38:53

求高人指点:声卡配置

小弟是dell D600的机器,sigmatel 9750 芯片,alsa认出来是intel 8x0的,我在网上搜了半天,据说就是应该选这个驱动。但是用alsaconf配置后就是发不出声,我试着改了一下配置文件,仍旧不行。以下是modprobe.conf的内容和错误窗口。请高人指点一下,不胜感激啊......
alias eth1 tg3
alias snd_card_0 snd-intel8x0
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && { /bin/alsa-startup start 2>&1; }
remove snd-intel8x0 { /bin/alsa-startup stop 2>&1 ; /sbin/rmmod snd-seq-oss; /sbin/rmmod snd-pcm-oss; /sbin/rmmod snd-mixer-oss; }; /sbin/modprobe -r --ignore-remove snd-intel8x0
alias usb-controller ehci-hcd

# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 1.0.8 ---
# ALSA portion
alias char-major-116 snd

# OSS/Free portion
alias char-major-14 soundcore

#ALSA portion
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0

# OSS/Free portion - card #1
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

# --- END: Generated by ALSACONF, do not edit. ---

潇湘馆主 发表于 2005-3-26 19:26:55

可以使用最新的alsa驱动, 修正了很多的bug
页: [1]
查看完整版本: 求高人指点:声卡配置