hackingtosh AppleALC的源码编译和clover configurator的设置

1.下载AppleALC和Lilu源码:

git clone https://github.com/acidanthera/Lilu.git

git clone https://github.com/acidanthera/AppleALC.git

2.用Xcode的编译Lilu和AppleALC:

注意Xcode的路径:

查看:

xcode-select -p

修改:

sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer

a.Lilu编译Debug版本和release版本:


hackingtosh AppleALC的源码编译和clover configurator的设置_第1张图片
hackingtosh AppleALC的源码编译和clover configurator的设置_第2张图片
hackingtosh AppleALC的源码编译和clover configurator的设置_第3张图片

b.把LiluDebug版本拷贝到AppleALC里面去:

同样的方法编译AppleALC二个不同版本;


hackingtosh AppleALC的源码编译和clover configurator的设置_第4张图片
hackingtosh AppleALC的源码编译和clover configurator的设置_第5张图片
编译成功以后如下:


hackingtosh AppleALC的源码编译和clover configurator的设置_第6张图片

3.clover里面的设置:

找到你声卡填在clover里面的ID:

https://github.com/acidanthera/AppleALC/wiki/Supported-codecs

例如ALC290


hackingtosh AppleALC的源码编译和clover configurator的设置_第7张图片
3和28


hackingtosh AppleALC的源码编译和clover configurator的设置_第8张图片

4.如果你的声卡的ID找不到型号或者填入数字无法识别,请使用hacking tool打补丁,或者hotpatch,万能声卡驱动进行尝试。

hackingtool比较流行而且比较简单:

1).下载tool:

https://www.tonymacx86.com/threads/release-hackintool-v1-8-3.254559/

2.选择os的版本

3.


hackingtosh AppleALC的源码编译和clover configurator的设置_第9张图片

4.导出Plist文件


5.声卡的补丁已经打好了:

你可能感兴趣的:(hackingtosh AppleALC的源码编译和clover configurator的设置)