sudo gedit /etc/modprobe.d/alsa-base.conf
增加以下内容:
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
这下耳机有声音了,以上是本论坛的一个朋友的解决方法!感谢一下,
解决音响问题::
Having sound issues with HP dvx laptop
If you have an HP dv4, dv5, and perhaps a dv7 model series laptop, you may have sound issues. ex: HP Pavilion dv4 1225, HP Pavilion dv5 1044ca, etc...
如果你使用的是HP dv4、dv5或者dv7系列的笔记本,你的声音可能会有问题。比如:HP Pavilion dv4 1225、HP Pavilion dv5 1044ca等。
- this fix work greet with Jaunty Jackalope (Ubuntu 9.04) 30 apr 2009
这个补丁可以很好的工作在Jaunty Jackalope (Ubuntu 9.04)上。
- the alsa developers have a solution for this issue:
alsa开发者公布了这个解决办法:
The cause, according to some alsa developers, is an incorrect 'pin' assignment (in the BIOS, perhaps) whereby sound output meant for the internal speakers gets routed to the wrong place.
The latest alsa-driver snapshot provides a fix for this issue. You can get it here:
按照一下方式下载并安装最新版本的补丁:
cd ~
mkdir src
cd src
mkdir alsa
cd alsa
wget ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz
tar -xvfp alsa-driver-snapshot.tar.gz
cd alsa-driver
sudo ./configure
sudo make
sudo make install-modules
Optional:
如果还不能正常工作的话请按下面的步骤操作:
sudo vim /etc/modprobe.d/alsa-base.conf
[add 'options snd_hda_intel model=hp-dv5' sans quotes to the bottom of the file, even if you have a dv4, etc.]
在文件中添加一行:
options snd_hda_intel model=hp-dv5
sudo reboot
最后解决方式,找一个耳机,先插入耳机,然后拔出耳机,最后,一切ok
重启之后,还是要重复操作,很麻烦的
如果你想要一劳永逸,给你介绍一个方法,可以彻底解决:
终极方案:
1。终端输入
2。然后在最后添加代码:
详见:http://geasyg.spaces.live.com/blog/cns!70C7C2A744B6D4ED!8176.entry