9.10声音问题

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
头像
Vidizoc
帖子: 1
注册时间: 2009-10-04 12:19

Re: 9.10声音问题

#6

帖子 Vidizoc » 2009-10-19 13:13

是不是爆音问题?在这看倒个解决办法
http://webupd8.blogspot.com/2009/10/fix ... armic.html

打开/etc/modprobe.d/alsa-base.conf

代码: 全选

sudo gedit /etc/modprobe.d/alsa-base.conf
找到options snd-hda-intel power_save=10这一行 在前面加个#

代码: 全选

#options snd-hda-intel power_save=10
airtao
帖子: 23
注册时间: 2005-11-08 21:25

Re: 9.10声音问题

#7

帖子 airtao » 2009-10-19 16:41

楼上的方法解决了我的问题。哈哈
头像
SecretZero
帖子: 1670
注册时间: 2007-08-30 5:39

Re: 9.10声音问题

#8

帖子 SecretZero » 2009-10-24 1:21

标注了#也不行呢。
深度,值得深入!
http://bbs.deepin.org/?u=348684

最新的综艺魔法相册
http://www.77studio.net/?fromuid=344
头像
SecretZero
帖子: 1670
注册时间: 2007-08-30 5:39

Re: 9.10声音问题

#9

帖子 SecretZero » 2009-10-24 3:49

后来在wubi的kde试了下,竟然成功了!
谢谢。
深度,值得深入!
http://bbs.deepin.org/?u=348684

最新的综艺魔法相册
http://www.77studio.net/?fromuid=344
头像
mickeywaley
帖子: 1427
注册时间: 2009-03-19 9:19
系统: ubuntu
来自: 江苏
联系:

Re: 9.10声音问题

#10

帖子 mickeywaley » 2009-10-24 4:27

BETA有,rc下发现没了
头像
SecretZero
帖子: 1670
注册时间: 2007-08-30 5:39

Re: 9.10声音问题

#11

帖子 SecretZero » 2009-10-25 1:03

mickeywaley 写了:BETA有,rc下发现没了
RC不也一样吗?
楼上能不能发下/etc/modprobe.d/alsa-base.conf这个设置?
深度,值得深入!
http://bbs.deepin.org/?u=348684

最新的综艺魔法相册
http://www.77studio.net/?fromuid=344
头像
mickeywaley
帖子: 1427
注册时间: 2009-03-19 9:19
系统: ubuntu
来自: 江苏
联系:

Re: 9.10声音问题

#12

帖子 mickeywaley » 2009-10-25 5:58

BETA的时候是9.04升级上来的,有爆音。SKYPE页是老出问题,
RC是我全新安装的,SKYPE语音 很OK,但是 Empathy IM 客户端 和 Pidgin 互联网通讯程序 语音无法使用

代码: 全选

sudo gedit /etc/modprobe.d/alsa-base.conf

代码: 全选

# 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 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
#
# Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }
#
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist 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 --quiet --use-blacklist snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist 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 --quiet --use-blacklist saa7134-alsa ; : ; }
# 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-us122l 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 being loaded as first soundcard
options snd-pcsp index=-2
# Power down HDA controllers after 10 idle seconds
options snd-hda-intel power_save=10 power_save_controller=N
头像
ffox
帖子: 48
注册时间: 2006-08-07 10:22

Re: 9.10声音问题

#13

帖子 ffox » 2009-10-25 8:18

empathy语音也不行
头像
SecretZero
帖子: 1670
注册时间: 2007-08-30 5:39

Re: 9.10声音问题

#14

帖子 SecretZero » 2009-10-25 8:46

哦?mickeywaley,我跟一一样情况了。
然后把“options snd-hda-intel power_save=10 power_save_controller=N”注释掉重启就OK了。
这项不知道为什么。
深度,值得深入!
http://bbs.deepin.org/?u=348684

最新的综艺魔法相册
http://www.77studio.net/?fromuid=344
ubuntu666
帖子: 2
注册时间: 2009-10-30 17:06

Re: 9.10声音问题

#15

帖子 ubuntu666 » 2009-10-31 12:11

不好意思,各位兄弟姐妹帮帮忙,指点一下怎样在ubuntu下配置声音阿。刚从debian下转过来的
头像
jiangkero
帖子: 704
注册时间: 2008-07-14 10:15

Re: 9.10声音问题

#16

帖子 jiangkero » 2009-11-01 11:10

正式版里面还是有这个问题
alex_aogce
帖子: 4
注册时间: 2009-04-03 18:03

Re: 9.10声音问题

#17

帖子 alex_aogce » 2009-11-01 21:02

SecretZero 写了:后来在wubi的kde试了下,竟然成功了!
谢谢。
这种方法会让播放器的音质变差。 :em20 而且对GNOME也没有效果。

LINUX还要加油阿,起于一段驱动代码,可不能让驱动成发展的障碍阿!
头像
huangyou
帖子: 40
注册时间: 2006-09-10 21:02

Re: 9.10声音问题

#18

帖子 huangyou » 2009-11-01 22:50

注释后还有,9.10,今天才装上的
xukunlong
帖子: 11
注册时间: 2009-09-26 22:54

Re: 9.10声音问题

#19

帖子 xukunlong » 2009-11-04 15:44

Vidizoc 写了:是不是爆音问题?在这看倒个解决办法
http://webupd8.blogspot.com/2009/10/fix ... armic.html

打开/etc/modprobe.d/alsa-base.conf

代码: 全选

sudo gedit /etc/modprobe.d/alsa-base.conf
找到options snd-hda-intel power_save=10这一行 在前面加个#

代码: 全选

#options snd-hda-intel power_save=10
我已经按照6楼的解决了,确实奏效,感谢六楼的兄弟,o(∩_∩)o...哈哈
还有kubuntu也有这个问题,但却没有那个命令
kubuntu的这个问题,在更新完所有更新后,自动没了,我也不知怎么回事??
内核一样的系统,咋效果不一样呢 :em11 :em11 :em11 :em11
beidou2009
帖子: 14
注册时间: 2009-06-26 18:53

Re: 9.10声音问题

#20

帖子 beidou2009 » 2009-11-07 23:42

按照LZ说的,我的解决了。我的机子是hp cq35-107tx,系统是9.10
回复