lenovo部分电脑在 ubuntu 系统插上耳机后音响出声音的解决方案
(2011-10-31 19:23:27)
标签:
it |
分类: 操作系统 |
如题,今天干了一件很囧的事情,机器在安装了 ubuntu 系统后,带上耳机放音乐,结果电脑的音响也出声音了,但我带着耳机却听不到,给大家添乱了,哈哈!不好意思
搜索了一下,找到以下解决方法,可能对于所有 realtek 的声卡都适用吧:
这里就用vim 作为文字编辑器介绍吧
1. 打开 terminal 终端窗口
2. 输入 vim /etc/modprobe.d/alsa-base
3.找到这两行
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
4. 在上面加入:options snd-hda-intel model=lenovo
5. 最终这个文件会有以下几行:
options snd-usb-caiaq index=-2
options snd-hda-intel model=lenovo
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
6. vim 保存并退出,即可~
原文见:Linux (Ubuntu) Sound Problems Semi-Resol
http://forums.lenovo.com/t5/Lenovo-3000-and-Value-line/Linux-Ubuntu-Sound-Problems-Semi-Resolved-for-Lenovo-3000-Y410/td-p/62121