Skip to content

RobertYim/ALC269-vB-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using AppleALC and Lilu

1. Place AppleALC.kext and Lilu.kext into Clover/Kext/Other

legacy content

Show
1. Edit AppleHDA.kext/Contents/PlugIns/AppleHDAHardwareConfigDriver.kext/Contents/Info.plist
Add following codec to the key IOKitPersonalities / HDA Hardware Config Resource / HDAConfigDefault:
```

<dict>
	<key>AFGLowPowerState</key>
	<data>
	AwAAAA==
	</data>
	<key>Codec</key>
	<string>Mirone - Realtek ALC269</string>
	<key>CodecID</key>
	<integer>283902569</integer>
	<key>ConfigData</key>
	<data>
	AUccEAFHHQABRx4TAUcfkAGHHCABhx2QAYce
	gQGHHwIBtxwwAbcdEAG3HqABtx+QAhccQAIX
	HRACFx4hAhcfAgFHDAI=
	</data>
	<key>FuncGroup</key>
	<integer>1</integer>
	<key>LayoutID</key>
	<integer>3</integer>
</dict>
```
2. Patch Platform.xml and Layout3.xml
Copy Platform.xml.zlib and layout3.xml.zlib to AppleHDA.kext/Content/Resources/
```
zlib.pl usage:
inflate:
perl zlib.pl inflate layout3.xml.zlib > layout3.xml
perl zlib.pl inflate Platforms.xml.zlib > Platforms.xml
deflate
perl zlib.pl deflate layout3.xml > layout3.xml.zlib
perl zlib.pl deflate Platforms.xml > Platforms.xml.zlib
```

3. Binary Patch

[Clover patch][2] or manually:

```
tools/patch-hda/patch-hda.pl -s /Path/to/AppleHDA.kext 10ec0269
```

4. DSDT Patch

Use layout 3 (edit DSDT or inject with Clover).

About

AppleHDA.kext patch for ALC269vBv2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages