tluck Posted October 15, 2016 Author Share Posted October 15, 2016 i presume you installed VoodooHDA? if your AppleHDA.kext is in /Backup for my AppleHDA_ALC293.kext to work. 1) make sure original AppleHDA.kext is in /S/L/E 2) remove VoodooHDA.kext (from either /L/E or /S/L/E) 3) remove AppleHDADisabler.kext (from either /L/E or /S/L/E) run the _kext-install.command in the EFI/CLOVER/kext folder to install Apple_ALC293.kext in /L/E - which creates a symbolic link to original AppleHDA.kext binary in /S/L/E make sure the config.plist stuff for HDEF/HDA patching is in your config.plist the SSDT-HDEF file defines codec etc. 1 Link to comment Share on other sites More sharing options...
aleixsr Posted October 20, 2016 Share Posted October 20, 2016 @tluck it is now working fine thanks. I'm having another strage issue, when I wakeup from sleep touchpad doesn't work, do you know how I can debug it? Do you have same issue? Thanks. Link to comment Share on other sites More sharing options...
tluck Posted October 20, 2016 Author Share Posted October 20, 2016 well yes and no. sometimes the trackpad and trackPoint work before and after sleep for me. but sometimes not. so look in the sleepwatcher - rc.sleep and rc.wakeup files. which unloads the Trackpad kext before sleep and loads it in back after wake. perhaps not the best way - but seeming effective workaround. meant to document those files in the misc folder. if one googles "sleepwatcher" you can download the installer package and then these are /etc/rc files that i use - which seem to help with both networking and Trackpad. 1 Link to comment Share on other sites More sharing options...
aleixsr Posted October 28, 2016 Share Posted October 28, 2016 Hello, I just updated new OS X 10.11.6 Security update an now my laptop keyboard is not working, do you know anything about it? I can see this error trying to refresh Kexts: "Can't read info dictionary for VoodooPS2Keyboard.kext: IOCFUnserialize: syntax error near line 299" Link to comment Share on other sites More sharing options...
tluck Posted October 28, 2016 Author Share Posted October 28, 2016 hmm. i installed the recent security patch without issue? i just test and rebuild caches ok. what SIP (CsrActiveConfig). otherwise could be file corruption? how did you get that kext onto the system? Link to comment Share on other sites More sharing options...
aleixsr Posted October 29, 2016 Share Posted October 29, 2016 I solved it removing /Library/Extensions/VoodooPS2Keyboard.kext and loading it again. sudo touch /Library/Extensions/ sudo kextcache -i / sudo kextload /Library/Extensions/VoodooPS2Controller.kext/ kextstat | grep -i voodoo Link to comment Share on other sites More sharing options...
aleixsr Posted October 31, 2016 Share Posted October 31, 2016 FYI. i am on Sierra 10.12.1 now. I had to roll back the SKLFramebuffer kext to 10.11.6 version to avoid KP on startup. but i do not (or did not) have have full GFX anyway! will investigate more to understand why. but otherwise things are looking just fine. Do you get all working like 10.11.6 ? Link to comment Share on other sites More sharing options...
azerty076 Posted November 3, 2016 Share Posted November 3, 2016 Hi Tluck! I think you should go on the other site, there is apparently the solution for HD520/530 for Sierra (and maybe El Capitan) Link to comment Share on other sites More sharing options...
vusun123 Posted November 3, 2016 Share Posted November 3, 2016 The solution you are talking about is for the glitching/flickering in the finder bar. Tluck's problem comes from the screen connector itself Link to comment Share on other sites More sharing options...
aleixsr Posted November 3, 2016 Share Posted November 3, 2016 Hi Tluck! I think you should go on the other site, there is apparently the solution for HD520/530 for Sierra (and maybe El Capitan) This fix is not working for me on El Capitan, is it working for you ? Link to comment Share on other sites More sharing options...
vusun123 Posted November 4, 2016 Share Posted November 4, 2016 This fix is not working for me on El Capitan, is it working for you ? If you are looking for the glitch fix, create a SSDT with this snipet DefinitionBlock ("ssdt.aml", "SSDT", 2, "APPLE ", "igpu", 0x00001000) { External (_SB_.PCI0, DeviceObj) External (IGPU, DeviceObj) Scope (\_SB.PCI0) { Device (IGPU) { Name (_ADR, 0x00020000) Method (_DSM, 4, NotSerialized) { If (LEqual (Arg2, Zero)) { Return (Buffer (One) { 0x03 }) } Return (Package (0x02) { "AAPL,GfxYTile", Buffer (0x4) { 0x01, 0x00, 0x00, 0x00 } }) } } } } Credits to PikeRAlpha 1 Link to comment Share on other sites More sharing options...
thedeliveryboy Posted November 6, 2016 Share Posted November 6, 2016 thanks again for your efforts. just to clarify something: when i create a bootable installer via terminal, the T460s won't boot into clover - even after copying the files across as per the instructions. when i create it via that other app thing which shall not be named, it boots into clover. however, i then boot in verbose mode it keeps crashing after the "Missing Bluetooth Controller Transport"and "USBMSC Identifier (non-unique)" the question: must i create the install USB via that other app thing which shall not be named or the terminal command? once i have that sorted, i'll keep going until i solve the next issue. thanks sparkypants p.s. edit to remove the name of that other app thing which shall not be named. sorry about that. My Hardware: Mobo: Lenovo T460s (Clover)CPU: Intel® Core i5-6300U CPU @ 2.40GHz/HM76Graphics: Intel® HD Graphics 520 / 1920x1080 Link to comment Share on other sites More sharing options...
tluck Posted November 6, 2016 Author Share Posted November 6, 2016 no you can install OS X via Clover with USB. how is the USB formatted? you may have to check some bios settings to make sure UEFI USB is set right. my USB is formatted GPT and i don't use any tools from other websites - Clover + macOS for Recovery and Installers, I inject IntelGFX and use device Id 0x12345678 1 Link to comment Share on other sites More sharing options...
thedeliveryboy Posted November 6, 2016 Share Posted November 6, 2016 Awesome! Thanks - that worked and I can boot using the USB I created using terminal and adding the custom files. Added the device id in Clover options, but still failing at "Missing Bluetooth..." error message. Will keep trying! Link to comment Share on other sites More sharing options...
vusun123 Posted November 7, 2016 Share Posted November 7, 2016 Take a picture of the verbose log, and we will see, it's hard to know exactly what error you are facing Link to comment Share on other sites More sharing options...
tluck Posted November 7, 2016 Author Share Posted November 7, 2016 I just updated the zip in post 1 with Clover 3909 and a few Sierra kexts patches and an updated VoodooPS2Controller that is Sierra compatible. This exact EFI folder is what I have on my USB installer AND HD ESP. And Note - you many need to inject IntelGFX and set fake-id to 0x12345678 to avoid installer startup crashes. Link to comment Share on other sites More sharing options...
thedeliveryboy Posted November 7, 2016 Share Posted November 7, 2016 Thanks tluck! Was going to post some pics of the verbose log as your update came through. Will try it now and see if it works! Link to comment Share on other sites More sharing options...
thedeliveryboy Posted November 7, 2016 Share Posted November 7, 2016 OK, still no luck. No doubt I'm doing something wrong. Please can I ask you to check the images attached and provide some of your expert guidance? Thanks Sparky Link to comment Share on other sites More sharing options...
tluck Posted November 7, 2016 Author Share Posted November 7, 2016 i just created the Sierra 10.12.1 the GPT USB today using this: sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/USB --applicationpath /Applications/Install\ macOS\ Sierra.app --nointeraction and then i mounted ESP copied the EFI stuff (from the zip) to the USB. your picture showing the 0x1234568 is correct - how i did it. Link to comment Share on other sites More sharing options...
aleixsr Posted November 7, 2016 Share Posted November 7, 2016 OK, still no luck. No doubt I'm doing something wrong. Please can I ask you to check the images attached and provide some of your expert guidance? Thanks Sparky I'm trying USB boot and I'm getting same error, I'll test new tluck uploaded files asap. Enviat des del meu HUAWEI GRA-L09 usant Tapatalk Link to comment Share on other sites More sharing options...
aleixsr Posted November 8, 2016 Share Posted November 8, 2016 If you are looking for the glitch fix, create a SSDT with this snipet DefinitionBlock ("ssdt.aml", "SSDT", 2, "APPLE ", "igpu", 0x00001000) { External (_SB_.PCI0, DeviceObj) External (IGPU, DeviceObj) Scope (\_SB.PCI0) { Device (IGPU) { Name (_ADR, 0x00020000) Method (_DSM, 4, NotSerialized) { If (LEqual (Arg2, Zero)) { Return (Buffer (One) { 0x03 }) } Return (Package (0x02) { "AAPL,GfxYTile", Buffer (0x4) { 0x01, 0x00, 0x00, 0x00 } }) } } } } Credits to PikeRAlpha I tried it but it doesn't work, can anybody test or help me? Maybe I'm doing anything wrong. Link to comment Share on other sites More sharing options...
thedeliveryboy Posted November 9, 2016 Share Posted November 9, 2016 Just got my T460s installed with 10.12.1! So excited... Need to fix a few things - audio, swap CMD and Alt keys. Will post more later. Thanks for all your help. Link to comment Share on other sites More sharing options...
tluck Posted November 10, 2016 Author Share Posted November 10, 2016 I just updated the zip with newer VoodooPS2Controller kext that has the lastest caplocks fix for Sierra. Link to comment Share on other sites More sharing options...
thedeliveryboy Posted November 10, 2016 Share Posted November 10, 2016 Hi Having some trouble installing the kexts. These are the messages from the Terminal: /EFI/CLOVER/kexts/_kext-install.command: line 88: cd: /Library/Extensions/AppleHDA_*.kext/Contents/MacOS: No such file or directory and then ------------------------------------ Sleeping for 20 seconds before rebuild of kext cache - wait … IntelMausiEthernet.kext has incorrect permissions; omitting. KernelCache ID: 0B39A1FE950B47855E851977C2A4F6B7 symlink("/System/Library/PrelinkedKernels/prelinkedkernel", "/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache") failed 17 (File exists) <createPrelinkedKernel 2795> … done! also get a pop-up window that the AppleHDA and IntelMausi kexts cannot be used. Any ideas/suggestions please? Thanks. Link to comment Share on other sites More sharing options...
tluck Posted November 10, 2016 Author Share Posted November 10, 2016 cd to /EFI/CLOVER/kexts Run with root - i.e. sudo cd <zip location>/EFI/CLOVER/kexts sudo ./_kext-install.command 1 Link to comment Share on other sites More sharing options...
Recommended Posts