ghh520 发表于 2022-8-25 23:26

含泪求助,联想E450在hackintool下声卡看不到。

联想E450声卡CX20751 /2,不管是10.15还是现在升到了11.4,声卡在hackintool里一直显示不出来,已经试过修改HPET,不知道是不是修改方法有误,已经折腾了三天三夜了,含泪求助。{:5_263:}   。文件上传受限,把 applealc分开传。谢谢

ghh520 发表于 2022-8-26 11:31

完成解决了,
部分笔记本电脑需要打如下的DSDT补丁才能驱动:

# Maintained by: RehabMan for: Laptop Patches
# system_IRQ.txt
# This can fix non-working audio and also has an affect on HPET.
# Use this if you have issues with patched AppleHDA (required on almost all laptops)
# or if you have issues with HPET (restart after wake).
# IRQ fix
into device name_hid PNP0000 code_regex IRQNoFlags\s\(\)\n\s+\{(\d+)\} remove_matched;
into device name_hid PNP0100 code_regex IRQNoFlags\s\(\)\n\s+\{(\d+)\} remove_matched;
into device name_hid PNP0B00 code_regex IRQNoFlags\s\(\)\n\s+\{(\d+)\} remove_matched;
into device name_hid PNP0103 code_regex IRQNoFlags\s\(\)\n\s+\{.*\} removeall_matched;
into device name_hid PNP0103 code_regex Name\s\(([^,]+),\sResourceTemplate\s\(\).*\n\s+\{((?:.|\n)*)\}\) replace_matched
begin
Name (%1, ResourceTemplate()\n
{\n
    IRQNoFlags() { 0, 8, 11, 15 }\n
%2
})\n
end;

ghh520 发表于 2022-8-26 11:37

什么替换HPET暂时没有看到效果,输出入段代码目前来看一招见效。打开MasiASL-补丁库-应用-保存(保存格式选择第二个)-放到efi-oc-acpi文件夹内。再打开OC-Acpi设置-加载acpi文件-保存

darbao 发表于 2022-11-15 15:28

ghh520 发表于 2022-8-26 11:37 https://bbs.pcbeta.com/static/image/common/back.gif
什么替换HPET暂时没有看到效果,输出入段代码目前来看一招见效。打开MasiASL-补丁库-应用-保存(保存格式选 ...

我也是这个声卡 折腾好了 能具体 怎么操作告知一下吗??
页: [1]
查看完整版本: 含泪求助,联想E450在hackintool下声卡看不到。