[原创]声卡完美解决 (Intel集成声卡,其他供参考) 至今没声音的请进--更新090209

CPU/显卡/打印机/USB设备等硬件问题
回复
zshxiong
帖子: 41
注册时间: 2007-05-31 16:17

#76

帖子 zshxiong » 2008-01-12 16:15

hjh0927 写了:我用你的办法试了,可依然alsamixer: function snd_ctl_open failed for default: No such device 看样子我只能用我的板载了!!!!
用户权限问题,应将用户添加到audio组!
chenqingzhi
帖子: 12
注册时间: 2008-01-27 19:32
来自: 广东

可能大家都没有设置参数

#77

帖子 chenqingzhi » 2008-01-29 21:16

具体的参数设置请看
viewtopic.php?p=615696#615696
希望对大家有用
我可是找了很久的
头像
clarezoe
帖子: 220
注册时间: 2007-05-25 18:41
联系:

#78

帖子 clarezoe » 2008-01-29 21:18

谢谢楼上XD帮忙
aqidesign
帖子: 30
注册时间: 2008-02-09 23:54

#79

帖子 aqidesign » 2008-02-13 16:51

多谢,我是HP的B3800,运行了

代码: 全选

sudo /sbin/modprobe snd-intel8x0 ac97_quirk=6
,有声音了,哈哈
头像
clarezoe
帖子: 220
注册时间: 2007-05-25 18:41
联系:

#80

帖子 clarezoe » 2008-02-14 0:17

恭喜恭喜!
别忘了改那个文件,这样以后一开机就能自动启动这个参数模块了
frey0618
帖子: 3
注册时间: 2008-03-06 19:12

#81

帖子 frey0618 » 2008-03-15 21:23

tsinghan 写了:我的声卡驱动也是有问题 插了耳机 喇叭还是发声 google了一百遍了
所有都试过了 包括 楼主mm的一些方法 也搞不定
抓狂了
我是Intel HDA , ALC660, ASUS Notebook

:cry: :cry: :cry: :cry: :cry: :cry:

试下options snd-hda-intel model=lenovo
frey0618
帖子: 3
注册时间: 2008-03-06 19:12

#82

帖子 frey0618 » 2008-03-15 21:25

bus387 写了:
clarezoe 写了:
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
alsamixer出来是什么chipset? 看第二行
你的声卡参数在这里

代码: 全选

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)
按照电脑型号添加参数
我试了3stack-dig,auto都不行。声卡在机箱后面只有3个孔,所以我用3stack-dig来试。不行。
options snd-hda-intel model=3stack-dig
不要只试一个参数
3stack-dig
6stack-dig
3stack-6ch l
3stack-6ch-dig
6stack-dig-demo
acer
acer-aspire
medion
medion-md2
targa-dig
targa-2ch-dig
laptop-eapd
lenovo-101e
lenovo-nb0763
lenovo-ms7195-dig
haier-w66
6stack-hp
3stack-hp
一个一个试验
头像
clarezoe
帖子: 220
注册时间: 2007-05-25 18:41
联系:

#83

帖子 clarezoe » 2008-03-16 0:50

谢谢楼上帮忙解答
zhaofw
帖子: 40
注册时间: 2007-01-25 20:12

#84

帖子 zhaofw » 2008-03-25 14:39

搞定了,拜一下搂主!
lsdee
帖子: 3
注册时间: 2008-02-10 12:25

#85

帖子 lsdee » 2008-03-28 19:19

我还是没有搞定,楼主有空的话帮忙看看吧。
我几乎把网上找到的方法都试了一下。
先是按照楼主的帖子 viewtopic.php?t=90653&highlight= 重新安装了 alsa ,设置ac97_quirk=*的参数 的时候从6设置到0后都不行。

然后又按照 https://help.ubuntu.com/community/HdaIntelSoundHowto 把声卡重新编译,安装了,也不行。先卸载声卡再重新编译安装还是不行。

又按照http://forum.ubuntu.org.cn/viewtopic.php?t=45667&highlight=&sid=ec2b707332c22927eb2183f65d0df4f3
所说的把 “External Amplifier”打开,'Headphone Jack Sense' 和'Line Jack Sense'关闭后依然没有声音。

现在已经不知道还能作些什么了。

我声卡的型号根楼主的是一样。
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 04)

snd_atiixp_modem 17800 0
snd_via82xx_modem 16648 0
snd_intel8x0m 19084 5
snd_intel8x0 35356 1
snd_ac97_codec 101156 4 snd_atiixp_modem,snd_via82xx_modem,snd_intel8x0m,snd_intel8x0
ac97_bus 3456 1 snd_ac97_codec
snd_pcm 81028 7 snd_atiixp_modem,snd_via82xx_modem,snd_intel8x0m,snd_intel8x0,snd_ac97_codec
snd_timer 24452 1 snd_pcm
snd 56580 17 snd_atiixp_modem,snd_via82xx_modem,snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
soundcore 8800 1 snd
snd_page_alloc 11272 5 snd_atiixp_modem,snd_via82xx_modem,snd_intel8x0m,snd_intel8x0,snd_pcm
头像
追疯少年
帖子: 950
注册时间: 2008-03-13 23:37
联系:

我的有声音,但很小很小~~~~~

#86

帖子 追疯少年 » 2008-03-29 8:51

以前还好好的,听歌用bmp,感觉还不错。自从装了qsopcast,类似pplive,这个鸟东西!电视没看成,还把我的系统弄坏了,可恶之至阿! 不知道怎么解决阿????
gotspook
帖子: 2
注册时间: 2007-08-25 20:59

#87

帖子 gotspook » 2008-04-05 0:21

终于解决了

代码: 全选

options snd-intel8×0 ac97_quirk=4
steeven
帖子: 103
注册时间: 2006-08-02 22:05

#88

帖子 steeven » 2008-04-28 14:04

最大的可能应该是插头位置不对?!

我的电脑也是板载的intel声卡,在windows下面正常工作的声卡,在ubuntu8.04下面死活没有声音。
在System-》首选项-》音效-》测试打开的时候,换了一下耳机插孔位置搞定!
请大家注意,怀疑是windows下面自动检测了耳机,而linux下面没有检测到。
ninghuajiang
帖子: 28
注册时间: 2007-08-14 20:06

#89

帖子 ninghuajiang » 2008-05-09 11:32

这么火热的帖子,看来大家的声卡都不怎么好使啊
总是有程序独占声卡设备怎么办?
joeminc
帖子: 39
注册时间: 2008-05-08 19:13

#90

帖子 joeminc » 2008-05-09 14:01

lz is very nb
回复