-
Notifications
You must be signed in to change notification settings - Fork 20
lietxia edited this page Apr 11, 2020
·
3 revisions
我们的声卡是Conexant CX8070
这个声卡已经有人做了适配的,我们只要把声卡ID改成15即可。
- 删掉 EFI分区下
EFI\CLOVER\kexts\other
下万能声卡驱动VoodooHDA.kext
等等 - 下载最新的 AppleALC.kext放到
EFI\CLOVER\kexts\other
- 纯文本编辑器(记事本等)打开
EFI\CLOVER\config.plist
- 查找
<key>Arguments</key>
在<string>
后面加alcid=15
- 查找
<key>PciRoot(0x0)/Pci(0x1f,0x3)</key>
在<key>layout-id</key>
后面一行改成<integer>15</integer>
下面2步不知道重不重要
- 查找
FixHDA
,AddHDMI
和UseIntelHDMI
如果下面一行是true
就改成flase
- 查找
<key>Audio</key>
在<key>Inject</key>
下面一行改成<string>No</string>
- 抓AppleALC源码
- 修改AppleALC源码\Resources\CX8070\Platforms15.xml找到内置扬声器node是
23
和22
两个地方,把Amp MuteInputAmp
设成false
- Xcode 重新编译APPLEALC