Coder Social home page Coder Social logo

alc269-vb-v2's Introduction

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).

alc269-vb-v2's People

Contributors

robertyim avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.