分页: 1 / 1

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

发表于 : 2009-11-25 17:31
kwonsangwooo
请问CQ 45 203TX 装Ubuntu9.04都没声音 这是BUG?

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


这个问题一直困扰着我,每次都需要编译alsa。

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

发表于 : 2009-11-25 17:52
jxhow
:em06 这标题 :em06 这版块
不算是bug
不能很好的支持硬件 算是bug吗
谁普及一下

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

发表于 : 2009-11-25 17:56
delectate
标题是亮点 :em06

这帖子,到底是归档还是老版本支持? :em06

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

发表于 : 2009-11-25 17:58
kwonsangwooo
:em09 谁能帮个忙?


每次都这样 我会受不了的 :em20

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

发表于 : 2009-12-08 11:11
kwonsangwooo
还是没人帮我

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

发表于 : 2009-12-08 22:38
lock-on
我的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上实验成功,自己看看吧。。。。

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

发表于 : 2009-12-08 22:43
lock-on
刚才不在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

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

发表于 : 2010-01-07 14:39
kwonsangwooo
lock-on, 每次安装后,按你说的方法就行?