|
发表于 2014-6-5 02:18:41| 字数 1,760| - 中国–上海–上海 电信
|
显示全部楼层
|阅读模式
最近弄了台x201s, 想升级成双喇叭立体声, 结果发现装好后仅一个喇叭有声音。
搜索了很多帖子发现没有好的解决方法。
查找原因, 终于发现在联想的驱动文件 TPUNPEBw.inf 中有一段针对x201s声卡硬件的描述:
%HdAudioFunctionDriver.Pebble5071.DeviceDesc% = HdAudModel.PCAN3, HDAUDIO\FUNC_01&VEN_14F1&DEV_5069&SUBSYS_17AA2156
再次查找发现加载驱动时, 强制单声道:
[HdAudInit.PCAN3.AddReg]
;; Sample Section to Illustrate the format for Initialization verbs.
;; Uncomment and add appropriate verbs as needed.
;; Note that the top nibble of the verb (Codec Address) must be '0'.
HKR,InitVerbs,NumVerbs,0x00010001, 0x00000005 ; Example: Number of verbs in the init section
HKR,InitVerbs,0000, 0x00010001, 0x02527010 ; Sets Pecan to Mono spkr
HKR,InitVerbs,0001, 0x00010001, 0x02529088 ; Sets HPF to 120Hz
HKR,InitVerbs,0002, 0x00010001, 0x02539057 ; Sets TP to 100
HKR,InitVerbs,0003, 0x00010001, 0x0252F000 ; Disable Debounce
HKR,InitVerbs,0004, 0x00010001, 0x01370A00 ; Disable Beep Generator
一开始想修改此处为:
[HdAudInit.PCAN3.AddReg]
;; Sample Section to Illustrate the format for Initialization verbs.
;; Uncomment and add appropriate verbs as needed.
;; Note that the top nibble of the verb (Codec Address) must be '0'.
HKR,InitVerbs,NumVerbs,0x00010001, 0x00000004 ; Example: Number of verbs in the init section
HKR,InitVerbs,0000, 0x00010001, 0x02529088 ; Sets HPF to 120Hz
HKR,InitVerbs,0001, 0x00010001, 0x02539057 ; Sets TP to 100
HKR,InitVerbs,0002, 0x00010001, 0x0252F000 ; Disable Debounce
HKR,InitVerbs,0003, 0x00010001, 0x01370A00 ; Disable Beep Generator
结果发现驱动无法安装, 只好在安装好后的注册表中想办法, 找到 “HKR,InitVerbs,0000, 0x00010001, 0x02527010” 的位置:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e96c-e325-11ce-bfc1-08002be10318}\0000\InitVerbs]
注意 {4d36e96c-e325-11ce-bfc1-08002be10318} 是声卡的 类GUID, 理论上此值是固定的, 查找方法:
发现0000的键值是 0x02527010, 声卡被强制为单声道模式:
注:若无 InitVerbs 项, 可直接导入附件 stereo.reg 文件
修改后:
重启后, 立体声出现。
我用的驱动是:http://driverdl.lenovo.com.cn/th ... 1263543399885/Audio
不清楚是否对其它驱动有效。
不想修改注册表, 可执行附件的stereo.reg注册表文件:
[ Edited by caoyannay on 2014-6-5 02:21 ] |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注册
x
评分
-
查看全部评分
|