alsamixer能出来吗,出来的话,看有没有静音,截个图贴出来,在里面你能找到你的chipsetCrazier 写了:我的是ACER 的4732Z
输入 aplay -l
**** PLAYBACK硬件设备列表 ****
卡 0: Intel [HDA Intel], 设备 0: HDA Generic [HDA Generic]
子设备: 1/1
子设备:#0: subdevice #0
卡 0: Intel [HDA Intel], 设备 6: Si3054 Modem [Si3054 Modem]
子设备: 1/1
子设备:#0: subdevice #0
我应该去哪找驱动呀?我是个生手,听说驱动与内核有关就不敢乱动,望指教!
[原创]声卡完美解决 (Intel集成声卡,其他供参考) 至今没声音的请进--更新090209
- clarezoe
- 帖子: 220
- 注册时间: 2007-05-25 18:41
- 联系:
Re: 求教
- clarezoe
- 帖子: 220
- 注册时间: 2007-05-25 18:41
- 联系:
1. cat /proc/asound/version 看下你的驱动版本
2. alsamixer 看第二行chipset
比如我的是
我的chipset就是ALC250
3. 在这里找上一步找到的chipset参数
因为现在不知道你的机型和chipset,我也不知道怎么找
4. 然后就是在/etc/modprobe.d/alsa-base 里加参数
建议参考 https://help.ubuntu.com/community/HdaIntelSoundHowto
http://www.alsa-project.org/main/index. ... -hda-intel
2. alsamixer 看第二行chipset
比如我的是
代码: 全选
Card: Intel ICH6
Chip: Realtek ALC250 rev 2
View: [Playback] Capture All
Item: Master [dB gain=-18.00, -18.00]
3. 在这里找上一步找到的chipset参数
因为现在不知道你的机型和chipset,我也不知道怎么找
4. 然后就是在/etc/modprobe.d/alsa-base 里加参数
建议参考 https://help.ubuntu.com/community/HdaIntelSoundHowto
http://www.alsa-project.org/main/index. ... -hda-intel
-
- 帖子: 3
- 注册时间: 2007-12-20 2:43
您好!我的本本是acer 5585WXMi,刚装上ubuntu7.10 ,按照您帖子上操作了好多次,声音一直出不来,已装了好些软件,不想重装
系统的,下面是我的一些操作声卡的信息,麻烦您帮我分析一下看看。谢谢...
king@king-Heron:~$ modinfo soundcore
filename: /lib/modules/2.6.22-14-generic/kernel/sound/soundcore.ko
alias: char-major-14-*
license: GPL
author: Alan Cox
description: Core sound module
srcversion: 548AA54AF08207316C104F8
depends:
vermagic: 2.6.22-14-generic SMP mod_unload 586
king@king-Heron:~$ ls /etc/modprobe.d/|grep alsa
alsa-base
alsa-base~
king@king-Heron:~$ ls /etc/modprobe.d/|grep sound
king@king-Heron:~$ modprobe snd-intel8x0
WARNING: Error inserting ac97_bus (/lib/modules/2.6.22-14-generic/kernel/sound/misc/ac97_bus.ko): Operation not permitted
WARNING: Error inserting snd_ac97_codec (/lib/modules/2.6.22-14-generic/kernel/sound/pci/ac97/snd-ac97-codec.ko): Operation not permitted
FATAL: Error inserting snd_intel8x0 (/lib/modules/2.6.22-14-generic/kernel/sound/pci/snd-intel8x0.ko): Operation not permitted
king@king-Heron:~$ sudo /sbin/rmmod snd_intel8x0
[sudo] password for king:
ERROR: Module snd_intel8x0 does not exist in /proc/modules
king@king-Heron:~$ lspci -v|grep Audio
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
king@king-Heron:~$ sudo gedit /etc/modprobe.d/alsa-base
##########################################################
声卡信息如下:
king@king-Heron:~$ alsamixer
alsamixer: function snd_ctl_open failed for default: No such device
king@king-Heron:~$ aplay -l
aplay: device_list:205: 找不到声卡…
king@king-Heron:~$ cat /proc/asound/cards
--- no soundcards ---
king@king-Heron:~$ cat /proc/asound/devices
1: : sequencer
33: : timer
king@king-Heron:~$ lsmod|grep snd
snd_pcm_oss 43008 0
snd_mixer_oss 17920 1 snd_pcm_oss
snd_pcm 80644 1 snd_pcm_oss
snd_seq_oss 35328 0
snd_seq_midi_event 8704 1 snd_seq_oss
snd_seq 54256 4 snd_seq_oss,snd_seq_midi_event
snd_timer 24580 2 snd_pcm,snd_seq
snd_seq_device 9740 2 snd_seq_oss,snd_seq
snd 56708 7 snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_seq,snd_timer,snd_seq_device
soundcore 8800 1 snd
snd_page_alloc 11656 1 snd_pcm
king@king-Heron:~$ cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.15.
Compiled on Dec 20 2007 for kernel 2.6.22-14-generic (SMP).
系统的,下面是我的一些操作声卡的信息,麻烦您帮我分析一下看看。谢谢...
king@king-Heron:~$ modinfo soundcore
filename: /lib/modules/2.6.22-14-generic/kernel/sound/soundcore.ko
alias: char-major-14-*
license: GPL
author: Alan Cox
description: Core sound module
srcversion: 548AA54AF08207316C104F8
depends:
vermagic: 2.6.22-14-generic SMP mod_unload 586
king@king-Heron:~$ ls /etc/modprobe.d/|grep alsa
alsa-base
alsa-base~
king@king-Heron:~$ ls /etc/modprobe.d/|grep sound
king@king-Heron:~$ modprobe snd-intel8x0
WARNING: Error inserting ac97_bus (/lib/modules/2.6.22-14-generic/kernel/sound/misc/ac97_bus.ko): Operation not permitted
WARNING: Error inserting snd_ac97_codec (/lib/modules/2.6.22-14-generic/kernel/sound/pci/ac97/snd-ac97-codec.ko): Operation not permitted
FATAL: Error inserting snd_intel8x0 (/lib/modules/2.6.22-14-generic/kernel/sound/pci/snd-intel8x0.ko): Operation not permitted
king@king-Heron:~$ sudo /sbin/rmmod snd_intel8x0
[sudo] password for king:
ERROR: Module snd_intel8x0 does not exist in /proc/modules
king@king-Heron:~$ lspci -v|grep Audio
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
king@king-Heron:~$ sudo gedit /etc/modprobe.d/alsa-base
##########################################################
声卡信息如下:
king@king-Heron:~$ alsamixer
alsamixer: function snd_ctl_open failed for default: No such device
king@king-Heron:~$ aplay -l
aplay: device_list:205: 找不到声卡…
king@king-Heron:~$ cat /proc/asound/cards
--- no soundcards ---
king@king-Heron:~$ cat /proc/asound/devices
1: : sequencer
33: : timer
king@king-Heron:~$ lsmod|grep snd
snd_pcm_oss 43008 0
snd_mixer_oss 17920 1 snd_pcm_oss
snd_pcm 80644 1 snd_pcm_oss
snd_seq_oss 35328 0
snd_seq_midi_event 8704 1 snd_seq_oss
snd_seq 54256 4 snd_seq_oss,snd_seq_midi_event
snd_timer 24580 2 snd_pcm,snd_seq
snd_seq_device 9740 2 snd_seq_oss,snd_seq
snd 56708 7 snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_seq,snd_timer,snd_seq_device
soundcore 8800 1 snd
snd_page_alloc 11656 1 snd_pcm
king@king-Heron:~$ cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.15.
Compiled on Dec 20 2007 for kernel 2.6.22-14-generic (SMP).
-
- 帖子: 3
- 注册时间: 2007-12-20 2:43
king@king-Heron:~$ sudo gedit /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-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 snd-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
options snd-intel8x0 ac97_quirk=6
options snd-card-intel8x0 model=auto
options snd-hda-intel model=acer
文件打开内容如下:(最底下三行为自己加的,也不起作用)
# 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-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 snd-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
options snd-intel8x0 ac97_quirk=6
options snd-card-intel8x0 model=auto
options snd-hda-intel model=acer
-
- 帖子: 117
- 注册时间: 2007-04-26 9:22
楼主帮我分析分析:
ubuntu 7.10 按1.0.15的驱动编译过不行。无声
刚才按你的方法remove alsa,再重新安装的方法,还是不行。无声
点系统-首选项-音效,点音乐和电影,测试,提示:
audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample ! gconfaudiosink profile=music: 无法打开资源写入。
#aplay -l
卡 0: Intel [HDA Intel], 设备 0: ALC883 Analog [ALC883 Analog]
子设备: 1/1
子设备:#0: subdevice #0
卡 0: Intel [HDA Intel], 设备 1: ALC883 Digital [ALC883 Digital]
子设备: 1/1
子设备:#0: subdevice #0
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-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 snd-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
这是我自己增加的/etc/modutils/alsa
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-hda-intel
# module options should go here
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# 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
options snd-hda-intel model=3stack-dig
这是model无论设成auto还是不设,还是设成这个都没有声音。
#alsamixer
能出来,我把所有的MM都变成了一个倒8
ubuntu 7.10 按1.0.15的驱动编译过不行。无声
刚才按你的方法remove alsa,再重新安装的方法,还是不行。无声
点系统-首选项-音效,点音乐和电影,测试,提示:
audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample ! gconfaudiosink profile=music: 无法打开资源写入。
#aplay -l
卡 0: Intel [HDA Intel], 设备 0: ALC883 Analog [ALC883 Analog]
子设备: 1/1
子设备:#0: subdevice #0
卡 0: Intel [HDA Intel], 设备 1: ALC883 Digital [ALC883 Digital]
子设备: 1/1
子设备:#0: subdevice #0
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-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 snd-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
这是我自己增加的/etc/modutils/alsa
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-hda-intel
# module options should go here
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# 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
options snd-hda-intel model=3stack-dig
这是model无论设成auto还是不设,还是设成这个都没有声音。
#alsamixer
能出来,我把所有的MM都变成了一个倒8
- clarezoe
- 帖子: 220
- 注册时间: 2007-05-25 18:41
- 联系:
- clarezoe
- 帖子: 220
- 注册时间: 2007-05-25 18:41
- 联系:
alsamixer出来是什么chipset? 看第二行bus387 写了:楼主帮我分析分析:
ubuntu 7.10 按1.0.15的驱动编译过不行。无声
刚才按你的方法remove alsa,再重新安装的方法,还是不行。无声
点系统-首选项-音效,点音乐和电影,测试,提示:
audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample ! gconfaudiosink profile=music: 无法打开资源写入。
#aplay -l
卡 0: Intel [HDA Intel], 设备 0: ALC883 Analog [ALC883 Analog]
子设备: 1/1
子设备:#0: subdevice #0
卡 0: Intel [HDA Intel], 设备 1: ALC883 Digital [ALC883 Digital]
子设备: 1/1
子设备:#0: subdevice #0
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-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 snd-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
这是我自己增加的/etc/modutils/alsa
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-hda-intel
# module options should go here
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# 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
options snd-hda-intel model=3stack-dig
这是model无论设成auto还是不设,还是设成这个都没有声音。
#alsamixer
能出来,我把所有的MM都变成了一个倒8
你的声卡参数在这里
代码: 全选
ALC883/888
3stack-dig 3-jack with SPDIF I/O
6stack-dig 6-jack digital with SPDIF I/O
3stack-6ch 3-jack 6-channel
3stack-6ch-dig 3-jack 6-channel with SPDIF I/O
6stack-dig-demo 6-jack digital for Intel demo board
acer Acer laptops (Travelmate 3012WTMi, Aspire 5600, etc)
acer-aspire Acer Aspire 9810
medion Medion Laptops
medion-md2 Medion MD2
targa-dig Targa/MSI
targa-2ch-dig Targs/MSI with 2-channel
laptop-eapd 3-jack with SPDIF I/O and EAPD (Clevo M540JE, M550JE)
lenovo-101e Lenovo 101E
lenovo-nb0763 Lenovo NB0763
lenovo-ms7195-dig Lenovo MS7195
haier-w66 Haier W66
6stack-hp HP machines with 6stack (Nettle boards)
3stack-hp HP machines with 3stack (Lucknow, Samba boards)
auto auto-config reading BIOS (default)
- clarezoe
- 帖子: 220
- 注册时间: 2007-05-25 18:41
- 联系:
你的问题我觉得就应该按照我上面说的声卡排障步骤和SondTroubleshooting先把那些错误都排除heron228 写了:您好!我的本本是acer 5585WXMi,刚装上ubuntu7.10 ,按照您帖子上操作了好多次,声音一直出不来,已装了好些软件,不想重装
系统的,下面是我的一些操作声卡的信息,麻烦您帮我分析一下看看。谢谢...
-
- 帖子: 117
- 注册时间: 2007-04-26 9:22
我试了3stack-dig,auto都不行。声卡在机箱后面只有3个孔,所以我用3stack-dig来试。不行。clarezoe 写了:alsamixer出来是什么chipset? 看第二行bus387 写了:楼主帮我分析分析:
ubuntu 7.10 按1.0.15的驱动编译过不行。无声
刚才按你的方法remove alsa,再重新安装的方法,还是不行。无声
点系统-首选项-音效,点音乐和电影,测试,提示:
audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample ! gconfaudiosink profile=music: 无法打开资源写入。
#aplay -l
卡 0: Intel [HDA Intel], 设备 0: ALC883 Analog [ALC883 Analog]
子设备: 1/1
子设备:#0: subdevice #0
卡 0: Intel [HDA Intel], 设备 1: ALC883 Digital [ALC883 Digital]
子设备: 1/1
子设备:#0: subdevice #0
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-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 snd-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
这是我自己增加的/etc/modutils/alsa
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-hda-intel
# module options should go here
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# 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
options snd-hda-intel model=3stack-dig
这是model无论设成auto还是不设,还是设成这个都没有声音。
#alsamixer
能出来,我把所有的MM都变成了一个倒8
你的声卡参数在这里按照电脑型号添加参数代码: 全选
ALC883/888 3stack-dig 3-jack with SPDIF I/O 6stack-dig 6-jack digital with SPDIF I/O 3stack-6ch 3-jack 6-channel 3stack-6ch-dig 3-jack 6-channel with SPDIF I/O 6stack-dig-demo 6-jack digital for Intel demo board acer Acer laptops (Travelmate 3012WTMi, Aspire 5600, etc) acer-aspire Acer Aspire 9810 medion Medion Laptops medion-md2 Medion MD2 targa-dig Targa/MSI targa-2ch-dig Targs/MSI with 2-channel laptop-eapd 3-jack with SPDIF I/O and EAPD (Clevo M540JE, M550JE) lenovo-101e Lenovo 101E lenovo-nb0763 Lenovo NB0763 lenovo-ms7195-dig Lenovo MS7195 haier-w66 Haier W66 6stack-hp HP machines with 6stack (Nettle boards) 3stack-hp HP machines with 3stack (Lucknow, Samba boards) auto auto-config reading BIOS (default)
options snd-hda-intel model=3stack-dig