Contribute
Register
Status
Not open for further replies.
Brightness settings not remind after each restart with my DSDT.

Nothing to do with DSDT. You need working nvram. With Clover, that means EmuVariableUEFI-64.efi and RC scripts installed to the boot volume.
 
nothing to do with dsdt. You need working nvram. With clover, that means emuvariableuefi-64.efi and rc scripts installed to the boot volume.

thanks man it seems working now.
For sound after wakeup i installed ioaudiofamily.kext that I found somewhere and its working too :)
 
thanks man it seems working now.
For sound after wakeup i installed ioaudiofamily.kext that I found somewhere and its working too :)

Instead of a patched/rollback IOAudioFamily.kext is better to use an EAPD wake up kext like CodecCommander (less problems on updates). With Clover it is possible to do all AppleHDA patching on the fly, such that updates don't break audio.
 
Instead of a patched/rollback IOAudioFamily.kext is better to use an EAPD wake up kext like CodecCommander (less problems on updates). With Clover it is possible to do all AppleHDA patching on the fly, such that updates don't break audio.

Where to find this CodecCommander.kext?
Do I need to make it?
Well I found somewhere that you said to install xcode for this. Well I never use xcode before but I give a try if I can figure out anything.
 
Where to find this CodecCommander.kext?
Do I need to make it?
Well I found somewhere that you said to install xcode for this. Well I never use xcode before but I give a try if I can figure out anything.

I have a pre-built: https://github.com/RehabMan/EAPD-Codec-Commander

You will need to customize the Info.plist according to your needs/audio codec details.
 
I have a pre-built: https://github.com/RehabMan/EAPD-Codec-Commander

You will need to customize the Info.plist according to your needs/audio codec details.

I have ALC269VB and my codec:

Node 0x14 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
Control: name="Speaker Playback Switch", index=0, device=0
ControlAmp: chs=3, dir=Out, idx=0, ofs=0
Control: name="Speaker Phantom Jack", index=0, device=0
Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
Amp-Out vals: [0x00 0x00]
Pincap 0x00010014: OUT EAPD Detect
EAPD 0x2: EAPD
Pin Default 0x99130110: [Fixed] Speaker at Int ATAPI
Conn = ATAPI, Color = Unknown
DefAssociation = 0x1, Sequence = 0x0
Misc = NO_PRESENCE
Pin-ctls: 0x40: OUT
Unsolicited: tag=00, enabled=0
Connection: 2
0x0c 0x0d*

Can I just copy this to info.plist?
Found this here: https://github.com/Dolnor/EAPD-Codec-Commander

<key>Default</key>
<dict>
<key>HDEF Device Location</key>
<string>1B</string>
<key>Simulate Headphones</key>
<integer>0</integer>
<key>Codec Address Number</key>
<integer>0</integer>
<key>Engine Output Number</key>
<integer>1</integer>
<key>Update Speaker Node</key>
<integer>20</integer>
<key>Update Headphone Node</key>
<integer>0</integer>
<key>Update Extra Node</key>
<integer>0</integer>
<key>Stream Delay</key>
<integer>500</integer>
<key>Generate Stream</key>
<true/>
<key>Check Interval</key>
<integer>3000</integer>
<key>Check Infinitely</key>
<true/>
</dict>
 
Can I just copy this to info.plist?
I have ALC269VB

Found this here: https://github.com/Dolnor/EAPD-Codec-Commander

<key>Default</key>
<dict>
<key>HDEF Device Location</key>
<string>1B</string>
<key>Simulate Headphones</key>
<integer>0</integer>
<key>Codec Address Number</key>
<integer>0</integer>
<key>Engine Output Number</key>
<integer>1</integer>
<key>Update Speaker Node</key>
<integer>20</integer>
<key>Update Headphone Node</key>
<integer>0</integer>
<key>Update Extra Node</key>
<integer>0</integer>
<key>Stream Delay</key>
<integer>500</integer>
<key>Generate Stream</key>
<true/>
<key>Check Interval</key>
<integer>3000</integer>
<key>Check Infinitely</key>
<true/>
</dict>

You should read the README. You will need a codec dump to determine which audio nodes have an associated EAPD amp.
 
You should read the README. You will need a codec dump to determine which audio nodes have an associated EAPD amp.

My codec is the same with this one I think.
 
My codec is the same with this one I think.

I have no idea about that. It is something you should check by looking at your audio codec dump from Linux.
 
I have no idea about that. It is something you should check by looking at your audio codec dump from Linux.

I installed this kext and after wake up it just popup the volume one step.
 
Status
Not open for further replies.
Back
Top