安装完成后没有声音!求助

CPU/显卡/打印机/USB设备等硬件问题
回复
aluya
帖子: 56
注册时间: 2006-11-22 12:00
来自: beijing
联系:

安装完成后没有声音!求助

#1

帖子 aluya » 2008-12-05 16:00

安装完系统后,打开声音控制面板,认到我的声卡为 intel 82801aa-ich(alsa mixer),把所有的音量调到最大,没有静音,播放MP3还是没有声音。
下面是我的alsa-base 文件。请高手帮忙看看哪有问题?

# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7

# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; : ; }
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; }
install snd-pcm /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe --quiet snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer && { /sbin/modprobe --quiet snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq && { /sbin/modprobe --quiet snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; }
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-seq ; }

# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe -Qb saa7134-alsa ; : ; }

# Load snd-seq for devices that don't have hardware midi;
# Ubuntu #26283, #43682, #56005; works around Ubuntu #34831 for
# non-Creative Labs PCI hardware
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; }
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-usx2y index=-2
options snd-usb-caiaq index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from beeing loaded as first soundcard
options snd-pcsp index=-2
options snd-hda-intel model=auto
生命在于折腾!
吃饭是为了有力气减肥,
减肥是为了吃更多的饭。
aluya
帖子: 56
注册时间: 2006-11-22 12:00
来自: beijing
联系:

Re: 安装完成后没有声音!求助

#2

帖子 aluya » 2008-12-05 16:06

救救我吧!!!!
生命在于折腾!
吃饭是为了有力气减肥,
减肥是为了吃更多的饭。
aluya
帖子: 56
注册时间: 2006-11-22 12:00
来自: beijing
联系:

Re: 安装完成后没有声音!求助

#3

帖子 aluya » 2008-12-05 19:18

好心人,快点儿出现吧。
生命在于折腾!
吃饭是为了有力气减肥,
减肥是为了吃更多的饭。
头像
heiling2000
帖子: 93
注册时间: 2008-05-05 11:38

Re: 安装完成后没有声音!求助

#4

帖子 heiling2000 » 2008-12-06 9:34

只是播放MP3时没有声音吗?是不是解码的问题?重装下声卡驱动试试!
首先到
http://www.alsa-project.org/main/index.php/Main_Page
下载最新版的声卡驱动,在整个网页右上部分。
要下载下面这三个
alsa-driver-1.0.18a、alsa-lib-1.0.18、alsa-untils-1.0.18
然后解压(这个我就不多说了)
再在新立得软件包管理器里安装cpad-kernel-source(如果已经安装或者已经安装了***-kernel-source那就跳过这步)
然后 打开终端,先进入alsa-drive-1.0.18a文件夹,然后输入
1、 ./configure
  2、sudo make
  3、sudo make install
  4、sudo ./snddevices
再进入alsa-lib-1.0.18文件夹,照做上面的前三个命令。
完成后再进入alsa-untils-1.0.18文件夹,同alsa-lib-1.0.18。
然后重启。
aluya
帖子: 56
注册时间: 2006-11-22 12:00
来自: beijing
联系:

Re: 安装完成后没有声音!求助

#5

帖子 aluya » 2008-12-06 19:19

是系统没有声音,没有任何声音。no sound ,no good.
sudo make 出错

chadz@chadz-desktop:~/文档/alsa-driver-1.0.18a$ sudo make
make dep
make[1]: 正在进入目录 `/home/chadz/文档/alsa-driver-1.0.18a'
make[2]: 正在进入目录 `/home/chadz/文档/alsa-driver-1.0.18a/acore'
copying file alsa-kernel/core/info.c
/home/chadz/文档/alsa-driver-1.0.18a/utils/patch-alsa: 24: patch: not found
make[2]: *** [info.c] 错误 1
make[2]:正在离开目录 `/home/chadz/文档/alsa-driver-1.0.18a/acore'
make[1]: *** [dep] 错误 1
make[1]:正在离开目录 `/home/chadz/文档/alsa-driver-1.0.18a'
make: *** [include/sndversions.h] 错误 2
生命在于折腾!
吃饭是为了有力气减肥,
减肥是为了吃更多的饭。
leaveboy
帖子: 13
注册时间: 2007-06-11 20:21
系统: archlinux
联系:

Re: 安装完成后没有声音!求助

#6

帖子 leaveboy » 2008-12-11 15:51

我的和你一样 到现在所有的linux(FC8 ubuntu 8.04 /8.10)都没有声音!
找了很多方法都不行!
网上有说修改snd-intel8x0m index=-2 buggy_semaphore=1为options snd-intel8x0 buggy_semaphore=1但是对于我同样不行!

代码: 全选

options snd-intel8x0m index=-2 buggy_semaphore=1
#options snd-intel8x0 index=0
#options snd-intel8x0 buggy_semaphore=1
不行

/etc/modprobe.d/alsa-base

代码: 全选

# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7

# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; : ; }
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; }
install snd-pcm /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe --quiet snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer && { /sbin/modprobe --quiet snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq && { /sbin/modprobe --quiet snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; }
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-seq ; }

# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe -Qb saa7134-alsa ; : ; }

# Load snd-seq for devices that don't have hardware midi;
#   Ubuntu #26283, #43682, #56005; works around Ubuntu #34831 for
#   non-Creative Labs PCI hardware
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; }
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2 buggy_semaphore=1
#options snd-intel8x0 index=0
#options snd-intel8x0 buggy_semaphore=1
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-usx2y index=-2
options snd-usb-caiaq index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci id="first" mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from beeing loaded as first soundcard
options snd-pcsp index=-2
回复