Contribute
Register

[solved] No device audio ALC269 lenovo thinkpad w530

Status
Not open for further replies.
Yes, sorry
looking at your kextcache output:

Code:
Kext rejected due to improper filesystem permissions: <OSKext 0x7fe2c65abff0 [0x7fffa4233af0]> { URL = "AppleHDA.kext/ -- file:///System/Library/Extensions/", ID = "com.apple.driver.AppleHDA" }
Kext rejected due to improper filesystem permissions: <OSKext 0x7fe2c65c90f0 [0x7fffa4233af0]> { URL = "IOHDAFamily.kext/ -- file:///System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/", ID = "com.apple.iokit.IOHDAFamily" }
Kext rejected due to improper filesystem permissions: <OSKext 0x7fe2c65dfa90 [0x7fffa4233af0]> { URL = "AppleMikeyDriver.kext/ -- file:///System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/", ID = "com.apple.driver.AppleMikeyDriver" }
Kext rejected due to improper filesystem permissions: <OSKext 0x7fe2c65e9dc0 [0x7fffa4233af0]> { URL = "AppleHDAHardwareConfigDriver.kext/ -- file:///System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/", ID = "com.apple.driver.AppleHDAHardwareConfigDriver" }
Kext rejected due to improper filesystem permissions: <OSKext 0x7fe2c65f5230 [0x7fffa4233af0]> { URL = "DspFuncLib.kext/ -- file:///System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/", ID = "com.apple.driver.DspFuncLib" }
Kext rejected due to improper filesystem permissions: <OSKext 0x7fe2c65bd3c0 [0x7fffa4233af0]> { URL = "AppleHDAController.kext/ -- file:///System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/", ID = "com.apple.driver.AppleHDAController" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe2c66c6d90 [0x7fffa4233af0]> { URL = "ACPIKeyboard.kext/ -- file:///System/Library/Extensions/", ID = "org.rehabman.driver.ACPIKeyboard" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe2c450d240 [0x7fffa4233af0]> { URL = "ACPIBatteryManager.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.driver.AppleSmartBatteryManager" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe2c6860270 [0x7fffa4233af0]> { URL = "Lilu.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.Lilu" }
Kext rejected due to improper filesystem permissions: <OSKext 0x7fe2c6865a80 [0x7fffa4233af0]> { URL = "CodecCommander.kext/ -- file:///Library/Extensions/", ID = "org.tw.CodecCommander" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe2c686f750 [0x7fffa4233af0]> { URL = "IntelMausiEthernet.kext/ -- file:///Library/Extensions/", ID = "com.insanelymac.IntelMausiEthernet" }
Kext rejected due to improper filesystem permissions: <OSKext 0x7fe2c687b090 [0x7fffa4233af0]> { URL = "aDummyHDA.kext/ -- file:///Library/Extensions/", ID = "com.apple.driver.AppleHDA" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe2c687d430 [0x7fffa4233af0]> { URL = "ACPIDebug.kext/ -- file:///Library/Extensions/", ID = "com.rehabman.driver.ACPIDebug" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe2c68963d0 [0x7fffa4233af0]> { URL = "VoodooPS2Controller.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.voodoo.driver.PS2Controller" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe2c6899340 [0x7fffa4233af0]> { URL = "VoodooPS2Trackpad.kext/ -- file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/", ID = "org.rehabman.voodoo.driver.PS2Trackpad" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe2c68a12c0 [0x7fffa4233af0]> { URL = "VoodooPS2Keyboard.kext/ -- file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/", ID = "org.rehabman.voodoo.driver.PS2Keyboard" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe2c68a4090 [0x7fffa4233af0]> { URL = "VoodooPS2Mouse.kext/ -- file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/", ID = "org.rehabman.voodoo.driver.PS2Mouse" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe2c6895bf0 [0x7fffa4233af0]> { URL = "FakeSMC.kext/ -- file:///Library/Extensions/", ID = "org.netkas.driver.FakeSMC" }
Kext rejected due to improper filesystem permissions: <OSKext 0x7fe2c68b9420 [0x7fffa4233af0]> { URL = "AppleBacklightInjector.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.AppleBacklightInjector" }

you can see kexts are not installed properly (you should have checked this before uploading your files)

to install kext properly, in terminal:

Code:
sudo cp -R KextToInstall.kext /Library/Extensions
 
looking at your kextcache output:

Code:
Kext rejected due to improper filesystem permissions: <OSKext 0x7fe2c65abff0 [0x7fffa4233af0]> { URL = "AppleHDA.kext/ -- file:///System/Library/Extensions/", ID = "com.apple.driver.AppleHDA" }
Kext rejected due to improper filesystem permissions: <OSKext 0x7fe2c65c90f0 [0x7fffa4233af0]> { URL = "IOHDAFamily.kext/ -- file:///System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/", ID = "com.apple.iokit.IOHDAFamily" }
Kext rejected due to improper filesystem permissions: <OSKext 0x7fe2c65dfa90 [0x7fffa4233af0]> { URL = "AppleMikeyDriver.kext/ -- file:///System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/", ID = "com.apple.driver.AppleMikeyDriver" }
Kext rejected due to improper filesystem permissions: <OSKext 0x7fe2c65e9dc0 [0x7fffa4233af0]> { URL = "AppleHDAHardwareConfigDriver.kext/ -- file:///System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/", ID = "com.apple.driver.AppleHDAHardwareConfigDriver" }
Kext rejected due to improper filesystem permissions: <OSKext 0x7fe2c65f5230 [0x7fffa4233af0]> { URL = "DspFuncLib.kext/ -- file:///System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/", ID = "com.apple.driver.DspFuncLib" }
Kext rejected due to improper filesystem permissions: <OSKext 0x7fe2c65bd3c0 [0x7fffa4233af0]> { URL = "AppleHDAController.kext/ -- file:///System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/", ID = "com.apple.driver.AppleHDAController" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe2c66c6d90 [0x7fffa4233af0]> { URL = "ACPIKeyboard.kext/ -- file:///System/Library/Extensions/", ID = "org.rehabman.driver.ACPIKeyboard" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe2c450d240 [0x7fffa4233af0]> { URL = "ACPIBatteryManager.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.driver.AppleSmartBatteryManager" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe2c6860270 [0x7fffa4233af0]> { URL = "Lilu.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.Lilu" }
Kext rejected due to improper filesystem permissions: <OSKext 0x7fe2c6865a80 [0x7fffa4233af0]> { URL = "CodecCommander.kext/ -- file:///Library/Extensions/", ID = "org.tw.CodecCommander" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe2c686f750 [0x7fffa4233af0]> { URL = "IntelMausiEthernet.kext/ -- file:///Library/Extensions/", ID = "com.insanelymac.IntelMausiEthernet" }
Kext rejected due to improper filesystem permissions: <OSKext 0x7fe2c687b090 [0x7fffa4233af0]> { URL = "aDummyHDA.kext/ -- file:///Library/Extensions/", ID = "com.apple.driver.AppleHDA" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe2c687d430 [0x7fffa4233af0]> { URL = "ACPIDebug.kext/ -- file:///Library/Extensions/", ID = "com.rehabman.driver.ACPIDebug" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe2c68963d0 [0x7fffa4233af0]> { URL = "VoodooPS2Controller.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.voodoo.driver.PS2Controller" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe2c6899340 [0x7fffa4233af0]> { URL = "VoodooPS2Trackpad.kext/ -- file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/", ID = "org.rehabman.voodoo.driver.PS2Trackpad" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe2c68a12c0 [0x7fffa4233af0]> { URL = "VoodooPS2Keyboard.kext/ -- file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/", ID = "org.rehabman.voodoo.driver.PS2Keyboard" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe2c68a4090 [0x7fffa4233af0]> { URL = "VoodooPS2Mouse.kext/ -- file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/", ID = "org.rehabman.voodoo.driver.PS2Mouse" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fe2c6895bf0 [0x7fffa4233af0]> { URL = "FakeSMC.kext/ -- file:///Library/Extensions/", ID = "org.netkas.driver.FakeSMC" }
Kext rejected due to improper filesystem permissions: <OSKext 0x7fe2c68b9420 [0x7fffa4233af0]> { URL = "AppleBacklightInjector.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.injector.AppleBacklightInjector" }

you can see kexts are not installed properly (you should have checked this before uploading your files)

to install kext properly, in terminal:

Code:
sudo cp -R KextToInstall.kext /Library/Extensions

Ok!

Only crash "Applebacklight.kext" now. Should I install in /S/L/E, maybe?

Still without sound.

Thanks so much for the help !!
 

Attachments

  • debug_17486.zip
    2 MB · Views: 70
Ok!

Only crash "Applebacklight.kext" now. Should I install in /S/L/E, maybe?

Still without sound.

Thanks so much for the help !!

Are you certain aDummyHDA.kext uses layout-id=2? (which is what you're injecting).
 
Are you certain aDummyHDA.kext uses layout-id=2? (which is what you're injecting).
Yes.

In config.plist is 2 and I patched the DSDT with layout 2
 

Attachments

  • Captura de pantalla 2018-07-13 a las 18.55.12.png
    Captura de pantalla 2018-07-13 a las 18.55.12.png
    329 KB · Views: 117
It's correct!! Isn't?

Keep in mind vanilla AppleHDA required to use aDummyHDA.kext.
Your kextcache shows it is patched, not vanilla.

Also, your config.plist lacks the required patches to use aDummyHDA.kext (should be some patches for AppleHDA binary).
Refer to the README generated by the HDA patcher.
 
Keep in mind vanilla AppleHDA required to use aDummyHDA.kext.
Your kextcache shows it is patched, not vanilla.

Also, your config.plist lacks the required patches to use aDummyHDA.kext (should be some patches for AppleHDA binary).
Refer to the README generated by the HDA patcher.


I don't know "vanilla" AppleHDA, bro.
I extracted applehda with pacifist from my clean installation of High Sierra and the patched with AppleHDA patcher.

Ok. I just see the other lines in config.plist.

Thanks supa @RehabMan
 
@RehabMan config.plist edited again but still without sound
 
Status
Not open for further replies.
Back
Top