乘客 发表于 2005-5-22 16:59

linux 求助

linux 求助

我装了redhat linux 9.0, 发现没有声音,上网看了帮助,如下:
The soundcard is some Yamaha model, but is is supported by the intel8x0 driver of the alsa project. The module is either snd-intel8x0 or snd-card-intel8x0. Here is the part of my modules.conf:

#ALSA entries by ovid
alias char-major-116 snd
alias char-major-14 soundcore
# ALSA portion
alias snd-card-0 snd-intel8x0
# OSS/Free portion
alias sound-slot-0 snd-card-0
# 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

不知怎么办,我是linux 初学者.求高手指点.

VanillaA 发表于 2005-6-2 13:32

did you tried (as root of course):

modprobe snd
modprobe soundcore
modprobe snd-intel8x0

or

modprobe snd-card-intel8x0

is there any error message?

if there is no error message you should try out "aumix" or "aplay" with a wav-file as argument
so then it should work.

did you tried alsaconf?
you are sure that your card use this driver
(you should check with
lspci
in the output normaly is the chipset written)

have fun!

乘客 发表于 2005-6-2 14:10

Originally posted by VanillaA at 2005-6-2 14:32
did you tried (as root of course):

modprobe snd
modprobe soundcore
modprobe snd-intel8x0

or

modprobe snd-card-intel8x0

is there any error message?

if there is no error message you...
3ks a lot!
页: [1]
查看完整版本: linux 求助