【今日焦点】HP CQ45-203TX 每次装Ubuntu9.04都没声音

编译打包和其他
回复
头像
kwonsangwooo
帖子: 67
注册时间: 2009-07-07 22:58

【今日焦点】HP CQ45-203TX 每次装Ubuntu9.04都没声音

#1

帖子 kwonsangwooo » 2009-11-25 17:31

请问CQ 45 203TX 装Ubuntu9.04都没声音 这是BUG?

CQ45具体配置:http://zhidao.baidu.com/question/69269472.html?si=1


这个问题一直困扰着我,每次都需要编译alsa。
头像
jxhow
帖子: 5859
注册时间: 2008-10-24 22:02
来自: 浙江

Re: 【今日焦点】HP CQ45-203TX 每次装Ubuntu9.04都没声音

#2

帖子 jxhow » 2009-11-25 17:52

:em06 这标题 :em06 这版块
不算是bug
不能很好的支持硬件 算是bug吗
谁普及一下
http://sb.google.com/ 提问前 请在右上角搜索一下
delectate
帖子: 18311
注册时间: 2008-01-09 22:41

Re: 【今日焦点】HP CQ45-203TX 每次装Ubuntu9.04都没声音

#3

帖子 delectate » 2009-11-25 17:56

标题是亮点 :em06

这帖子,到底是归档还是老版本支持? :em06
头像
kwonsangwooo
帖子: 67
注册时间: 2009-07-07 22:58

Re: 【今日焦点】HP CQ45-203TX 每次装Ubuntu9.04都没声音

#4

帖子 kwonsangwooo » 2009-11-25 17:58

:em09 谁能帮个忙?


每次都这样 我会受不了的 :em20
头像
kwonsangwooo
帖子: 67
注册时间: 2009-07-07 22:58

Re: 【今日焦点】HP CQ45-203TX 每次装Ubuntu9.04都没声音

#5

帖子 kwonsangwooo » 2009-12-08 11:11

还是没人帮我
头像
lock-on
帖子: 21
注册时间: 2009-12-03 20:40
来自: 扬州

Re: 【今日焦点】HP CQ45-203TX 每次装Ubuntu9.04都没声音

#6

帖子 lock-on » 2009-12-08 22:38

我的hpCQ40-422tx的和你一样的效果,但是我解决了。。。。。分享一下,希望有用
1,在终端中输入 sudo gedit /etc/modprobe.d/alsa-base.conf 要密码的话输一下
2,打开文档以后在最底端很多options的后面输入这四段代码重启后就有效果了
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel model=hp-dv5
option snd-hda-intel enable_msi=1

我在CQ40和35上实验成功,自己看看吧。。。。
头像
lock-on
帖子: 21
注册时间: 2009-12-03 20:40
来自: 扬州

Re: 【今日焦点】HP CQ45-203TX 每次装Ubuntu9.04都没声音

#7

帖子 lock-on » 2009-12-08 22:43

刚才不在Ubuntu系统下,现在换了,刚才给的代码可能有点问题,这是我机器里面的,把它整体覆盖就行了。。。。。。。
# 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
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel model=hp-dv5
options snd-hda-intel enable_msi=1
# 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
头像
kwonsangwooo
帖子: 67
注册时间: 2009-07-07 22:58

Re: 【今日焦点】HP CQ45-203TX 每次装Ubuntu9.04都没声音

#8

帖子 kwonsangwooo » 2010-01-07 14:39

lock-on, 每次安装后,按你说的方法就行?
回复