Contribute
Register

CLEVO N870HZ HIGH SIERRA HELP

Status
Not open for further replies.
So this is a normal behavior..., may I consider this problem solved?
If so, I noticed that no card reader is recognized in my system.
dfrank
 
I update my situation:

Installed Vanilla AppleHDA.kext High Sierra

AppleHDA Patcher
Laptop. Realtek ALC 269 vc2
Install patched AppleHDA.kext
<key>Devices</key>
<dict>
<key>#AddProperties</key>
CHANGE
<key>Devices</key>
<dict>
<key>AddProperties</key>
Config.plist patch
DSDT irq patch
CodecCommander.kext
NO AUDIO

I skipped this section in HDA Patcher
Screen Shot 2018-02-24 at 18.30.50.png


Screen Shot 2018-02-24 at 18.31.07.png


Please help me.

dfrank970

PS: here my problem report files
 

Attachments

  • debug_6803.zip
    1.9 MB · Views: 48
I update my situation:

Installed Vanilla AppleHDA.kext High Sierra

AppleHDA Patcher
Laptop. Realtek ALC 269 vc2
Install patched AppleHDA.kext
<key>Devices</key>
<dict>
<key>#AddProperties</key>
CHANGE
<key>Devices</key>
<dict>
<key>AddProperties</key>
Config.plist patch
DSDT irq patch
CodecCommander.kext
NO AUDIO

I skipped this section in HDA Patcher
View attachment 315679

View attachment 315680

Please help me.

dfrank970

PS: here my problem report files

No clear statement of the problem provided. What is the issue?
 
NO audio working (analog and HDMI)
 
I update my situation:

Installed Vanilla AppleHDA.kext High Sierra

AppleHDA Patcher
Laptop. Realtek ALC 269 vc2
Install patched AppleHDA.kext
<key>Devices</key>
<dict>
<key>#AddProperties</key>
CHANGE
<key>Devices</key>
<dict>
<key>AddProperties</key>
Config.plist patch
DSDT irq patch
CodecCommander.kext
NO AUDIO

I skipped this section in HDA Patcher
View attachment 315679

View attachment 315680

Please help me.

dfrank970

PS: here my problem report files
NO audio working (analog and HDMI)

Check that your patched AppleHDA.kext actually uses layout-id=3.
The way to check is documented in the ACPI patching guide.
https://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/
 
in info.plist I see

<dict>
<key>LayoutID</key>
<integer>8</integer>
<key>SampleOffsetPad</key>
<integer>260</integer>
</dict>
 
in info.plist I see

<dict>
<key>LayoutID</key>
<integer>8</integer>
<key>SampleOffsetPad</key>
<integer>260</integer>
</dict>

You clearly didn't read the procedures in the ACPI patching guide.
You're looking at the wrong Info.plist.
 
at AppleHDA.kext/Contents/PlugIns/AppleHDAHardwareConfigDriver.kext/Contents/Info.plist

I read

<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>Mirone - Realtek ALC269-VC v2</string>
<key>CodecID</key>
<integer>283902569</integer>
<key>ConfigData</key>
<data>
ASccEAEnHQABJx6mAScfkAFXHCABVx0QAVce
IQFXHwABhxwwAYcdEAGHHoEBhx8CAbccQAG3
HQABtx4XAbcfkAG3DAI=
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>3</integer>
</dict>
 
at AppleHDA.kext/Contents/PlugIns/AppleHDAHardwareConfigDriver.kext/Contents/Info.plist

I read

<dict>
<key>AFGLowPowerState</key>
<data>
AwAAAA==
</data>
<key>Codec</key>
<string>Mirone - Realtek ALC269-VC v2</string>
<key>CodecID</key>
<integer>283902569</integer>
<key>ConfigData</key>
<data>
ASccEAEnHQABJx6mAScfkAFXHCABVx0QAVce
IQFXHwABhxwwAYcdEAGHHoEBhx8CAbccQAG3
HQABtx4XAbcfkAG3DAI=
</data>
<key>FuncGroup</key>
<integer>1</integer>
<key>LayoutID</key>
<integer>3</integer>
</dict>

Yes, it indicates layout-id=3.

Keep in mind there are may versions of ALC269...
 
Status
Not open for further replies.
Back
Top