Kyvaith Posted October 4, 2018 Share Posted October 4, 2018 All on ESD partiton: /Volumes/EFI/EFI/CLOVER/kexts/Other/ Clover Configurator has a function to automatically download and put newest kext in there. Like I said, I've tried also downloading Lilu and AppleALC from github releases, and building them from surce, master branch. Link to comment Share on other sites More sharing options...
Matgen84 Posted October 4, 2018 Share Posted October 4, 2018 4 minutes ago, Kyvaith said: All on ESD partiton: /Volumes/EFI/EFI/CLOVER/kexts/Other/ Clover Configurator has a function to automatically download and put newest kext in there. Like I said, I've tried also downloading Lilu and AppleALC from github releases, and building them from surce, master branch. Sorry, I can not reproduce the error so I can not help you. It remains to manually copy the Kexts in the directory. Link to comment Share on other sites More sharing options...
lvs1974 Posted October 4, 2018 Share Posted October 4, 2018 (edited) Hello @reelgirly, I have managed to fix an issue with unresolved symbols in AirportBrcmFixup, installed Yosemite & Xcode 7.2.1 under virtual machine and found an issue: AirportBrcmFixup release v.1.1.6 Fixing of BT4LEContiunityFixup probably will take more time, I think it was never tested/worked under Yosemite: I have managed to fix a previous commit (you can checkout, build and test this version). Under my virtual machine BT4LEContiunityFixup is loaded, all callbacks are called and there are no any errors in log, but I can't check continuity and the bluetooth features. Edited October 4, 2018 by lvs1974 1 Link to comment Share on other sites More sharing options...
reelgirly Posted October 4, 2018 Share Posted October 4, 2018 2 hours ago, lvs1974 said: Hello @reelgirly, I have managed to fix an issue with unresolved symbols in AirportBrcmFixup, installed Yosemite & Xcode 7.2.1 under virtual machine and found an issue: AirportBrcmFixup release v.1.1.6 Fixing of BT4LEContiunityFixup probably will take more time, I think it was never tested/worked under Yosemite: I have managed to fix a previous commit (you can checkout, build and test this version). Under my virtual machine BT4LEContiunityFixup is loaded, all callbacks are called and there are no any errors in log, but I can't check continuity and the bluetooth features. Yeah, perfect this did it... both kext working now (again) on Yosemite... continuity and so on are enabled... and airport is also configured correctly im really glad... many thanks for your help and work again Link to comment Share on other sites More sharing options...
lvs1974 Posted October 4, 2018 Share Posted October 4, 2018 @reelgirly - glad to hear it! I released BT4LEContiunityFixup. 2 Link to comment Share on other sites More sharing options...
Sherlocks Posted October 21, 2018 Share Posted October 21, 2018 (edited) @lvs1974 hi. today. i got very rare kernel panic of AirportBrcmFixup. here is screenshot. thanks in advance Edited October 21, 2018 by Sherlocks Link to comment Share on other sites More sharing options...
lvs1974 Posted October 21, 2018 Share Posted October 21, 2018 (edited) @Sherlocks, I don't think I can help: __ZN16AirportBrcmFixupC2Ev it is a constructor: __int64 __fastcall AirportBrcmFixup::AirportBrcmFixup(AirportBrcmFixup *this) { IOService::IOService(this, (const OSMetaClass *)&AirportBrcmFixup::gMetaClass); *(_QWORD *)this = off_39F0; return OSMetaClass::instanceConstructed((OSMetaClass *)&AirportBrcmFixup::gMetaClass); } And this constructor is auto-generated, and I have no idea about any reason (except bad kernel/kext cache). One more strange thing: method LiluAPI::onEntitlementRequest is not supposed to create instance of AirportBrcmFixup, it had to only store arguments in entitlementRequestedCallbacks, so backtrace in kernel panic does not look correct. You can try to reproduce this panic using Debug versions of Lilu and AirportBrcmFixu. Edited October 21, 2018 by lvs1974 1 Link to comment Share on other sites More sharing options...
Sherlocks Posted October 21, 2018 Share Posted October 21, 2018 [mention=980913]Sherlocks[/mention], I don't think I can help: __ZN16AirportBrcmFixupC2Ev it is a constructor:__int64 __fastcall AirportBrcmFixup::AirportBrcmFixup(AirportBrcmFixup *this){ IOService::IOService(this, (const OSMetaClass *)&AirportBrcmFixup::gMetaClass); *(_QWORD *)this = off_39F0; return OSMetaClass::instanceConstructed((OSMetaClass *)&AirportBrcmFixup::gMetaClass);} And this constructor is auto-generated, and I have no idea about any reason (except bad kernel/kext cache). One more strange thing: method LiluAPI::onEntitlementRequest is not supposed to create instance of AirportBrcmFixup, it had to only store arguments in entitlementRequestedCallbacks, so backtrace in kernel panic does not look correct. i don't know why kernel panic happen. since i use your driver for long time, i first experienced this issue today. i just got it and report if you improve your driver from it.. also i want to report virtualsmc's battery plugin.battery cycle is not shown properly compare to acpibattery.kext 나의 LG-F800S 의 Tapatalk에서 보냄 Link to comment Share on other sites More sharing options...
telepati Posted October 21, 2018 Share Posted October 21, 2018 NoVPAJpeg is implemented in Lilu, am I right? Link to comment Share on other sites More sharing options...
FredWst Posted October 23, 2018 Share Posted October 23, 2018 (edited) Hi, csr-active-config need to be = 2 with last Mojave beta 5 if not you will get some error debug Lilu does not have wright to patch ... Did not see sides effects with car-active-config = 0 ... I mean it can boot Fred Edited October 23, 2018 by FredWst 2 Link to comment Share on other sites More sharing options...
vit9696 Posted October 23, 2018 Author Share Posted October 23, 2018 I confirm that userspace patcher does not work on Mojave beta 5: Lilu: user @ failed to obtain write permissions for patching This is the log line that confirms it (dumped via liludump=60 -liludbgall to /var/log/LiluXXXX...) Find the latest Mojave version that works with SIP fully enabled, 0 and upload the kernel (/System/Library/Kernels). 2 Link to comment Share on other sites More sharing options...
vit9696 Posted October 24, 2018 Author Share Posted October 24, 2018 Fixed by https://github.com/acidanthera/Lilu/commit/5d35beea4a1fc5c106275eb5e8b52ae1c3df6ffc. 3 1 Link to comment Share on other sites More sharing options...
FredWst Posted October 24, 2018 Share Posted October 24, 2018 52 minutes ago, vit9696 said: Fixed by https://github.com/acidanthera/Lilu/commit/5d35beea4a1fc5c106275eb5e8b52ae1c3df6ffc. Nice, it also fix issue I got with iTunes on Mojave. Was not able to play bought movie was using car-config-cfg = 2 now 0 working Fred 1 Link to comment Share on other sites More sharing options...
Badruzeus Posted October 25, 2018 Share Posted October 25, 2018 (edited) Hello @vit9696, with this commit I get failed when building Lilu using Xcode 8.2.1 (OS X 10.11.6). Thanks Lexical or Preprocessor Issue: ~/Lilu/Lilu/Sources/kern_user.cpp:18:10: 'kern/cs_blobs.h' file not found Edited October 25, 2018 by Badruzeus Link to comment Share on other sites More sharing options...
vit9696 Posted October 25, 2018 Author Share Posted October 25, 2018 Committed a fix to this, sorry. 1 Link to comment Share on other sites More sharing options...
poctox Posted December 5, 2018 Share Posted December 5, 2018 (edited) On 10/4/2018 at 7:07 PM, Kyvaith said: All on ESD partiton: /Volumes/EFI/EFI/CLOVER/kexts/Other/ Clover Configurator has a function to automatically download and put newest kext in there. Like I said, I've tried also downloading Lilu and AppleALC from github releases, and building them from surce, master branch. Hello bro. Can you help me with this issue I've putted lilu.kext and WhateverGreen.kext in /EFI/EFI/CLOVER/Kexts/Others folder. I'm newbie with hackintosh. edit: Solved. Just changing in OS Version to Other. Edited December 5, 2018 by poctox Link to comment Share on other sites More sharing options...
Sherlocks Posted December 9, 2018 Share Posted December 9, 2018 @vit9696 hi. can we resolve pmtelemetry message? 2018-12-09 11:28:25.711061+0900 0x419 Default 0x0 0 0 kernel: (pmtelemetry) Unsupported CPU 2018-12-09 11:28:25.717228+0900 0x419 Default 0x0 0 0 kernel: (pmtelemetry) Unsupported PCH under sandybridge cpu, we now get pmelemetry message. also old cpu need pmelemetry patch to install mojave. it was discussed in mojave beta. /System/Library/UserEventPlugins/com.apple.telemetry.plugin perl -pi -e 's|\x28\x07\x00\x00\x85|\xC8\x06\x00\x00\x85|g' com.apple.telemetry.plugin/Contents/MacOS/com.apple.telemetry thanks in advance Link to comment Share on other sites More sharing options...
vit9696 Posted December 9, 2018 Author Share Posted December 9, 2018 These are unrelated issues. Kext telemetry notifications are present for all CPUs but recent Skylake ones (on real macs). Old CPU support and legacy telemetry plugin are caused by userpsace stuff, and are a completely side thing. The support does not particularly depend on this file, and the exact cause needs to be researched. The patch you mentioned is not really a patch but a way to completely break this file, i.e. it is equivalent to deleting it. 2 Link to comment Share on other sites More sharing options...
Sherlocks Posted December 9, 2018 Share Posted December 9, 2018 These are unrelated issues. Kext telemetry notifications are present for all CPUs but recent Skylake ones (on real macs). Old CPU support and legacy telemetry plugin are caused by userpsace stuff, and are a completely side thing. The support does not particularly depend on this file, and the exact cause needs to be researched. The patch you mentioned is not really a patch but a way to completely break this file, i.e. it is equivalent to deleting it.thank you for clear나의 LG-F800S 의 Tapatalk에서 보냄 Link to comment Share on other sites More sharing options...
the_gael Posted December 29, 2018 Share Posted December 29, 2018 (edited) Lilu_1.3.0_18.2.txtI am experiencing an issue with Lilu.kext v1.3.0 on my Gigabyte Brix BKi3HA-7100. Using Lilu.kext v1.2.9 all works well When I upgrade to Lilu.kext v1.3.0 the Brix will not boot - am attaching a screenshot of the errors I see when I boot verbose. Edited to add - I am using WhateverGreen v1.2.6 The issue is repeatable and no other change takes place. output from debug log attached. Edited December 29, 2018 by the_gael Additional info Link to comment Share on other sites More sharing options...
vit9696 Posted December 29, 2018 Author Share Posted December 29, 2018 (edited) On the screenshot I would say that WhateverGreen failed to load. You could try to boot into your system with -x or -disablegfxfirmware boot arguments and check the kernel logs why it may be the case. From the top of my head I would suggest file system corruption of the EFI partition or some corrupted download of the latest WhateverGreen. Edited December 29, 2018 by vit9696 Link to comment Share on other sites More sharing options...
the_gael Posted December 29, 2018 Share Posted December 29, 2018 (edited) 3 hours ago, vit9696 said: On the screenshot I would say that WhateverGreen failed to load. You could try to boot into your system with -x or -disablegfxfirmware boot arguments and check the kernel logs why it may be the case. From the top of my head I would suggest file system corruption of the EFI partition or some corrupted download of the latest WhateverGreen. Thank you @vit9696 I updated 3 kexts this morning so will download all again directly from your Github repository and try again. I suspect that a corrupted download may be more likely than a corruption of the EFI partition as the issue is stable, repeatable and reversible i.e. reverting to an earlier version of Lilu.kext fixes the issue. The kexts in question were AirportBrcmFixup, Lilu and WhateverGreen - I will report back on how I get on. Thanks again. Edited To Add: I have downloaded the 3 kexts directly from your Github but the result was the same - using Lilu.kext v1.3.0 with either the latest or previous versions of AirportBrcmFixup.kext or WhateverGreen.kext cause my machine to not boot. I inserted a different SSD which was using Lilu.kext v1.2.8, and previous versions of the other two kexts - it works perfectly but if I update to latest version of Lilu.kext v1.3.0 I get the same failure to boot. I tried booting in safe mode and also with -disablegfxfirmware but neither option will allow me to boot. I do however have Lilu.kext v1.2.9 in EFI/Clover/Kexts/Other and so I booted using the option to boot with injected Kexts after pressing spacebar. Edited December 29, 2018 by the_gael Link to comment Share on other sites More sharing options...
vinhtq115 Posted December 30, 2018 Share Posted December 30, 2018 @vit9696 I have just updated Lilu to 1.3.0 and saw that while rebuilding kextcache, some Lilu plugins failed to resolve dependencies. Kext with invalid signatured (-67062) allowed: <OSKext 0x7fdc1d6b0700 [0x7fff916f98f0]> { URL = "FakeSMC.kext/ -- file:///Library/Extensions/", ID = "org.netkas.driver.FakeSMC" } Kext with invalid signatured (-67062) allowed: <OSKext 0x7fdc1d6a6460 [0x7fff916f98f0]> { URL = "VoodooPS2Mouse.kext/ -- file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/", ID = "org.rehabman.voodoo.driver.PS2Mouse" } Kext with invalid signatured (-67062) allowed: <OSKext 0x7fdc1d670400 [0x7fff916f98f0]> { URL = "VoodooPS2Controller.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.voodoo.driver.PS2Controller" } Kext with invalid signatured (-67062) allowed: <OSKext 0x7fdc1d69d710 [0x7fff916f98f0]> { URL = "VoodooPS2Keyboard.kext/ -- file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/", ID = "org.rehabman.voodoo.driver.PS2Keyboard" } Kext with invalid signatured (-67062) allowed: <OSKext 0x7fdc1d682c50 [0x7fff916f98f0]> { URL = "VoodooPS2Trackpad.kext/ -- file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/", ID = "org.rehabman.voodoo.driver.PS2Trackpad" } Kext with invalid signatured (-67062) allowed: <OSKext 0x7fdc1d65e600 [0x7fff916f98f0]> { URL = "AppleBacklightFixup.kext/ -- file:///Library/Extensions/", ID = "com.hieplpvip.AppleBacklightFixup" } AppleBacklightFixup.kext - no compatible dependency found for as.vit9696.Lilu. AppleBacklightFixup.kext is missing dependencies (including anyway; dependencies may be available from elsewhere) Kext with invalid signatured (-67062) allowed: <OSKext 0x7fdc1d61b630 [0x7fff916f98f0]> { URL = "USBInjectAll.kext/ -- file:///Library/Extensions/", ID = "com.rehabman.driver.USBInjectAll" } Kext with invalid signatured (-67062) allowed: <OSKext 0x7fdc1d0fbec0 [0x7fff916f98f0]> { URL = "WhateverGreen.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.WhateverGreen" } WhateverGreen.kext - no compatible dependency found for as.vit9696.Lilu. WhateverGreen.kext is missing dependencies (including anyway; dependencies may be available from elsewhere) Kext with invalid signatured (-67062) allowed: <OSKext 0x7fdc1d0d9c60 [0x7fff916f98f0]> { URL = "CodecCommander.kext/ -- file:///Library/Extensions/", ID = "org.tw.CodecCommander" } Kext with invalid signatured (-67062) allowed: <OSKext 0x7fdc1d089f00 [0x7fff916f98f0]> { URL = "AtherosE2200Ethernet.kext/ -- file:///Library/Extensions/", ID = "com.insanelymac.AtherosE2200Ethernet" } Kext with invalid signatured (-67062) allowed: <OSKext 0x7fdc1d072790 [0x7fff916f98f0]> { URL = "AppleALC.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.AppleALC" } AppleALC.kext - no compatible dependency found for as.vit9696.Lilu. AppleALC.kext is missing dependencies (including anyway; dependencies may be available from elsewhere) Kext with invalid signatured (-67062) allowed: <OSKext 0x7fdc1d070a60 [0x7fff916f98f0]> { URL = "NoTouchID.kext/ -- file:///Library/Extensions/", ID = "xyz.racermaster.NoTouchID" } NoTouchID.kext - no compatible dependency found for as.vit9696.Lilu. NoTouchID.kext is missing dependencies (including anyway; dependencies may be available from elsewhere) Kext with invalid signatured (-67062) allowed: <OSKext 0x7fdc1d3814e0 [0x7fff916f98f0]> { URL = "Lilu.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.Lilu" } Kext with invalid signatured (-67062) allowed: <OSKext 0x7fdc1d3803d0 [0x7fff916f98f0]> { URL = "ACPIBatteryManager.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.driver.AppleSmartBatteryManager" } KernelCache ID: FAB022D6545046801236E2F5FB453B2F Kext with invalid signatured (-67062) allowed: <OSKext 0x7f960bcb8b60 [0x7fff916f98f0]> { URL = "ACPIBatteryManager.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.driver.AppleSmartBatteryManager" } Kext with invalid signatured (-67062) allowed: <OSKext 0x7f960bcb9590 [0x7fff916f98f0]> { URL = "Lilu.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.Lilu" } Kext with invalid signatured (-67062) allowed: <OSKext 0x7f960bcbe8a0 [0x7fff916f98f0]> { URL = "NoTouchID.kext/ -- file:///Library/Extensions/", ID = "xyz.racermaster.NoTouchID" } Kext with invalid signatured (-67062) allowed: <OSKext 0x7f960bcc07c0 [0x7fff916f98f0]> { URL = "AppleALC.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.AppleALC" } Kext with invalid signatured (-67062) allowed: <OSKext 0x7f960be18440 [0x7fff916f98f0]> { URL = "AtherosE2200Ethernet.kext/ -- file:///Library/Extensions/", ID = "com.insanelymac.AtherosE2200Ethernet" } Kext with invalid signatured (-67062) allowed: <OSKext 0x7f960be49d70 [0x7fff916f98f0]> { URL = "CodecCommander.kext/ -- file:///Library/Extensions/", ID = "org.tw.CodecCommander" } Kext with invalid signatured (-67062) allowed: <OSKext 0x7f960be53200 [0x7fff916f98f0]> { URL = "WhateverGreen.kext/ -- file:///Library/Extensions/", ID = "as.vit9696.WhateverGreen" } Kext with invalid signatured (-67062) allowed: <OSKext 0x7f960be860d0 [0x7fff916f98f0]> { URL = "USBInjectAll.kext/ -- file:///Library/Extensions/", ID = "com.rehabman.driver.USBInjectAll" } Kext with invalid signatured (-67062) allowed: <OSKext 0x7f960bec93a0 [0x7fff916f98f0]> { URL = "AppleBacklightFixup.kext/ -- file:///Library/Extensions/", ID = "com.hieplpvip.AppleBacklightFixup" } Kext with invalid signatured (-67062) allowed: <OSKext 0x7f960bf096c0 [0x7fff916f98f0]> { URL = "VoodooPS2Controller.kext/ -- file:///Library/Extensions/", ID = "org.rehabman.voodoo.driver.PS2Controller" } Kext with invalid signatured (-67062) allowed: <OSKext 0x7f960bee81c0 [0x7fff916f98f0]> { URL = "VoodooPS2Trackpad.kext/ -- file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/", ID = "org.rehabman.voodoo.driver.PS2Trackpad" } Kext with invalid signatured (-67062) allowed: <OSKext 0x7f960690cc10 [0x7fff916f98f0]> { URL = "VoodooPS2Keyboard.kext/ -- file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/", ID = "org.rehabman.voodoo.driver.PS2Keyboard" } Kext with invalid signatured (-67062) allowed: <OSKext 0x7f960b987b30 [0x7fff916f98f0]> { URL = "VoodooPS2Mouse.kext/ -- file:///Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/", ID = "org.rehabman.voodoo.driver.PS2Mouse" } Kext with invalid signatured (-67062) allowed: <OSKext 0x7f960b98e210 [0x7fff916f98f0]> { URL = "FakeSMC.kext/ -- file:///Library/Extensions/", ID = "org.netkas.driver.FakeSMC" } As a result, after rebooting, none of those plugins appeared in kextstat. Index Refs Address Size Wired Name (Version) UUID <Linked Against> 1 92 0xffffff7f80c00000 0x9e50 0x9e50 com.apple.kpi.bsd (18.2.0) 53F68796-15D8-42EF-ADA5-F8123FB250E0 2 11 0xffffff7f80d2f000 0x3900 0x3900 com.apple.kpi.dsep (18.2.0) 942DF532-DA39-47A4-94C6-35CC08238B7A 3 115 0xffffff7f80c2a000 0x21be0 0x21be0 com.apple.kpi.iokit (18.2.0) 485B8445-9986-42F3-B8D0-9BAB1B6DBF8D 4 0 0xffffff7f82a07000 0x34b0 0x34b0 com.apple.kpi.kasan (18.2.0) 684C2E43-81D7-4C55-A0F3-97DB154B70E9 5 122 0xffffff7f80c0a000 0xd7b0 0xd7b0 com.apple.kpi.libkern (18.2.0) 2710D2EE-C696-4349-A1DE-A746D2391281 6 107 0xffffff7f80c18000 0x3f60 0x3f60 com.apple.kpi.mach (18.2.0) 2C208D17-1E8E-4D16-91A7-3B5260FDD6AC 7 73 0xffffff7f80c1c000 0xd480 0xd480 com.apple.kpi.private (18.2.0) 5F3C0F51-6E3F-4A9A-B37B-603BFF97D932 8 78 0xffffff7f80c8f000 0x5ed0 0x5ed0 com.apple.kpi.unsupported (18.2.0) 7B7E8683-CCD5-46C3-9B85-AD6C227DAF27 9 2 0xffffff7f80f92000 0x10000 0x10000 com.apple.kec.Libm (1) 1B82D7C4-28DD-31CC-9D03-52579B15FBAC <5> 10 8 0xffffff7f814ae000 0xb5000 0xb5000 com.apple.kec.corecrypto (1.0) 0F77793D-78A0-3EA4-B2AC-A287F438DE3A <8 7 6 5 3 1> 11 0 0xffffff7f820f2000 0xa000 0xa000 com.apple.kec.pthread (1) 6EE76787-10DD-3FD2-A8C9-CFA31548D58B <8 7 6 5 3 1> 12 24 0xffffff7f80d10000 0x9000 0x9000 com.apple.iokit.IOACPIFamily (1.4) 99A8A054-9F64-3FB8-BB1D-5973F8AB04A1 <8 7 5 3> 13 30 0xffffff7f80c95000 0x35000 0x35000 com.apple.iokit.IOPCIFamily (2.9) 7EA30FDD-A2FB-390F-99DD-42BC19691BB4 <8 7 6 5 3> 14 8 0xffffff7f810ca000 0x1e000 0x1e000 com.apple.driver.AppleSMC (3.1.9) 9FAF842D-CCF4-3F6A-893D-DD542139F128 <13 12 8 7 6 5 3 1> 15 2 0xffffff7f821c0000 0x9c000 0x9c000 com.apple.driver.AppleACPIPlatform (6.1) 52CE91F1-D89E-3BF2-A5BE-0A914968DC65 <14 13 12 8 7 6 5 3 1> 16 0 0xffffff7f80d19000 0x12000 0x12000 org.netkas.driver.FakeSMC (1800) FC7031CC-C949-35D1-AC1A-CA8DB349793E <12 8 6 5 3 1> 17 7 0xffffff7f80de4000 0x7000 0x7000 com.apple.iokit.IOReportFamily (47) 75A625B5-0DEB-343A-A723-9D72533F098C <6 5 3> 18 0 0xffffff7f80f63000 0x4000 0x4000 com.rehabman.driver.USBInjectAll (0.7.1) A5767EA0-3760-3131-B996-28EE85139CF5 <13 12 5 3> 19 0 0xffffff7f81374000 0x22000 0x22000 as.vit9696.Lilu (1.3.0) 4FD13744-318E-3CA3-B7B5-B49EDC3C12AD <8 6 5 3 2 1> 20 6 0xffffff7f81243000 0x30000 0x30000 com.apple.iokit.IONetworkingFamily (3.4) 3F8CF549-42D5-33F3-A686-5FDFCB7F45AC <8 7 6 5 3 1> 21 2 0xffffff7f813d7000 0x2d000 0x2d000 com.apple.iokit.IOTimeSyncFamily (700.7) BCD63A8F-C0E9-3D46-99D2-C85405701F54 <20 6 5 3 1> 22 4 0xffffff7f81ae0000 0x7000 0x7000 com.apple.driver.IOSlaveProcessor (1) EB5E38E3-BB7B-358C-96AE-C3D60383179A <5 3> 23 3 0xffffff7f827c5000 0x18000 0x18000 com.apple.driver.AppleSEPManager (1.0.1) 87D52C5F-5190-3029-A328-9367CB797765 <22 13 10 8 7 6 5 3 1> 24 1 0xffffff7f810ea000 0x8000 0x8000 com.apple.driver.AppleBusPowerController (1.0) 259C3224-6994-3543-8911-D6B91EAD498C <14 12 7 6 5 3> 25 7 0xffffff7f810f2000 0x8000 0x8000 com.apple.driver.usb.AppleUSBCommon (1.0) 46BD3E9A-9FF2-3806-B397-F45A4E834547 <6 5 3 1> 26 14 0xffffff7f810fa000 0x7b000 0x7b000 com.apple.iokit.IOUSBHostFamily (1.2) 28523125-5E51-38C1-B721-16166115E54E <25 24 8 7 6 5 3 1> 27 3 0xffffff7f81daa000 0x1d000 0x1d000 com.apple.driver.KernelRelayHost (1) 7E192DB5-F832-3D89-AF6E-4BE28762F02E <26 6 5 3> 28 1 0xffffff7f827f2000 0x3e000 0x3e000 com.apple.driver.AppleCredentialManager (1.0) 623BD357-6A0F-3172-B615-F21FB1FF8DEC <27 23 22 10 8 7 6 5 3 1> 29 8 0xffffff7f813a3000 0x28000 0x28000 com.apple.iokit.IOStorageFamily (2.1) 7D6A3E9B-D1CD-3F8B-9800-C4B943806679 <8 7 6 5 3 1> 30 3 0xffffff7f80c4c000 0x2b000 0x2b000 com.apple.iokit.IOSCSIArchitectureModelFamily (408.200.1) 2D5CF6DE-6FFA-3B50-B138-3BE3D4427812 <7 6 5 3 1> 31 1 0xffffff7f82119000 0x19000 0x19000 com.apple.iokit.IOSCSIBlockCommandsDevice (408.200.1) 49698A27-4262-35B9-9E19-0FE108416B54 <30 29 7 6 5 3 1> 32 1 0xffffff7f82136000 0x2d000 0x2d000 com.apple.iokit.IOUSBMassStorageDriver (145.200.2) C9501B48-4947-3E28-A419-0729222A250E <30 29 26 7 6 5 3 1> 33 1 0xffffff7f81563000 0xa000 0xa000 com.apple.kext.CoreTrust (1) 3BD2FF78-359B-3C2A-8775-EEDD0BE3F98B <10 5> 34 5 0xffffff7f8156d000 0x1d000 0x1d000 com.apple.driver.AppleMobileFileIntegrity (1.0.5) A69BF990-ABB3-3731-A7A2-9C1FB76BCF6F <33 10 8 7 6 5 3 2 1> 35 1 0xffffff7f8216a000 0x13000 0x13000 com.apple.driver.AppleUSBTDM (456.230.1) FED65615-C9CD-389E-9772-11B4B367398D <34 32 31 30 29 26 8 7 6 5 3 1> 36 0 0xffffff7f82830000 0x69000 0x69000 com.apple.driver.AppleKeyStore (2) 97DF2B63-D03E-3EA9-ABED-BA5C461521F6 <35 34 28 27 23 22 10 8 7 6 5 3 1> 37 2 0xffffff7f81920000 0xc000 0xc000 com.apple.driver.AppleEffaceableStorage (1.0) BE15F7D7-153A-3D24-8A9A-DAB34B23FCF6 <8 6 5 3 1> 38 0 0xffffff7f828c5000 0xc000 0xc000 com.apple.driver.AppleFDEKeyStore (28.30) FD2A17B7-F835-32A9-9AE3-E70DEC0B0794 <37 10 8 7 6 5 3 1> 39 0 0xffffff7f82cc0000 0x19000 0x19000 com.apple.driver.DiskImages (493.0.0) 81642D4E-F204-3227-8B31-BFC8CD1DDC32 <29 8 7 6 5 3 1> 40 2 0xffffff7f8158a000 0x5000 0x5000 com.apple.kext.AppleMatch (1.0.0d1) 462A2C25-732E-3F63-A15A-B2D7F984D9E9 <5 1> 41 2 0xffffff7f8158f000 0x31000 0x31000 com.apple.security.sandbox (300.0) 268A5FEF-68BE-35B1-886F-99DFB1B09B38 <40 34 29 8 7 6 5 3 2 1> 42 1 0xffffff7f815c0000 0x8000 0x8000 com.apple.security.quarantine (3) 101BC32B-C030-367E-8999-E63343838652 <41 40 8 7 6 5 2 1> 43 0 0xffffff7f82cbd000 0x2000 0x2000 com.apple.security.TMSafetyNet (8) 4E59E1CA-F619-3AE7-9922-43C92A266A3B <8 7 6 5 2 1> 44 0 0xffffff7f82db2000 0x9000 0x9000 com.apple.nke.applicationfirewall (190) 208D3667-B3E8-3404-9A96-5C1F169FC6F1 <8 7 6 5 3 1> 45 0 0xffffff7f8303b000 0x3000 0x3000 com.apple.driver.AppleAPIC (1.7) 46FCC78F-7A9E-3614-A5F6-EEF2A50A4A67 <13 5 3> 46 0 0xffffff7f827a9000 0x4000 0x4000 com.apple.driver.AppleSMBIOS (2.1) F94DD634-8A7E-3C1F-B014-97F99EDF4C08 <8 5 3> 47 0 0xffffff7f81d9f000 0x8000 0x8000 com.apple.driver.AppleRTC (2.0) EAEEF651-7908-38EF-A817-ABE0D6005CBC <12 8 6 5 3 1> 48 2 0xffffff7f80dd0000 0xb000 0xb000 org.rehabman.voodoo.driver.PS2Controller (1.9.2) E11711CB-AFEA-384E-97B8-B8EECB515995 <12 8 6 5 3 1> 49 0 0xffffff7f81396000 0x9000 0x9000 org.rehabman.driver.AppleSmartBatteryManager (1.90.1) 704B9E4D-F72F-358C-B0AD-F7C91A415398 <12 5 3> 50 7 0xffffff7f80d33000 0x7e000 0x7e000 com.apple.iokit.IOHIDFamily (2.0.0) 2AEFB432-C333-3CFC-955E-24BBDDDE0F5E <8 7 6 5 3 2 1> 51 0 0xffffff7f8226f000 0x4000 0x4000 com.apple.driver.AppleACPIButtons (6.1) 3A808674-21BD-3358-BFA7-1E99B3006D82 <50 17 15 12 8 7 6 5 3 1> 52 0 0xffffff7f82ad9000 0x3000 0x3000 com.apple.driver.AppleHPET (1.8) 784E4E15-3762-3886-9A11-33AF0A9810C1 <12 8 6 5 3> 53 2 0xffffff7f820fc000 0x4000 0x4000 com.apple.iokit.IOSMBusFamily (1.1) BC6BE924-53E3-318A-A1B7-B896FA559717 <6 5 3> 54 0 0xffffff7f82265000 0x7000 0x7000 com.apple.driver.AppleACPIEC (6.1) 09C19168-9108-38CE-82D8-50D1DE18743A <53 50 17 15 12 8 7 6 5 3 1> 55 1 0xffffff7f815ee000 0x5000 0x5000 com.apple.driver.AppleEFIRuntime (2.1) 789934D3-2534-3DD3-BA30-DB4CF52D9D7B <8 7 6 5 3> 56 2 0xffffff7f815f3000 0xb000 0xb000 com.apple.driver.AppleEFINVRAM (2.1) E68F9756-227E-3378-8E22-F37409594A7F <55 8 7 6 5 3 1> 57 0 0xffffff7f82ffe000 0x3000 0x3000 com.apple.private.KextAudit (1.0) 6CC4204B-0634-3CF3-9F09-E45F0B584EAD <14 8 7 6 5 3> 58 1 0xffffff7f8117d000 0x9b000 0x9b000 com.apple.iokit.IOUSBFamily (900.4.2) 3E59E6AE-1814-3BCA-AC64-EB7B169C1F9D <26 25 13 8 6 5 3 1> 59 0 0xffffff7f8185f000 0x5000 0x5000 com.apple.driver.usb.AppleUSBHostPacketFilter (1.0) 327589D5-3A3E-3CDC-BC35-9870B71D205A <26 25 8 7 6 5 3 1> 60 1 0xffffff7f81767000 0x56000 0x56000 com.apple.driver.usb.AppleUSBXHCI (1.2) 7F694937-2965-3985-B5D1-95642D87688C <26 25 12 8 7 6 5 3 1> 61 0 0xffffff7f81864000 0x2f000 0x2f000 com.apple.driver.usb.AppleUSBXHCIPCI (1.2) 94B23905-04C8-311B-9221-AAB88975A25D <60 26 25 13 12 8 7 6 5 3 1> 62 2 0xffffff7f8232f000 0x1a000 0x1a000 com.apple.iokit.IOAHCIFamily (288) 4C9B6D3B-8F1D-33CB-8CCB-89CAD0A485BC <6 5 3 1> 63 0 0xffffff7f82c9a000 0x14000 0x14000 com.apple.driver.AppleAHCIPort (329.200.2) 871E1927-7110-3DEF-A741-136D53AE8A90 <62 13 6 5 3 1> 64 0 0xffffff7f8127a000 0x8000 0x8000 com.insanelymac.AtherosE2200Ethernet (2.2.2) 14D6BA10-9384-33D1-B0D1-DA26C1DD2982 <20 13 6 5 3 1> 65 0 0xffffff7f82359000 0x27000 0x27000 com.apple.iokit.IOAHCIBlockStorage (301.200.2) 64DC26B2-7817-3E86-BE80-ABB84BFE253C <62 56 29 7 6 5 3 1> 66 0 0xffffff7f815c8000 0x8000 0x8000 com.apple.AppleSystemPolicy (1.0) D8F52D1B-4DFD-3FC4-8BD1-EA7FFAB5252F <42 41 34 8 7 6 5 3 2 1> 67 1 0xffffff7f8160b000 0x8000 0x8000 com.apple.filesystems.hfs.encodings.kext (1) DFFDAA59-E96C-3154-AEF7-57615129D7C3 <8 7 6 5 3 1> 68 0 0xffffff7f8169d000 0xd000 0xd000 com.apple.AppleFSCompression.AppleFSCompressionTypeZlib (1.0.0) B6A59F0D-6ADB-3F6A-B70A-6F5545152C05 <7 5 3 2 1> 69 0 0xffffff7f81c39000 0xe000 0xe000 com.apple.BootCache (40) 03E7E1A0-D640-3D55-8BEE-74D808894BE6 <8 7 6 5 3 1> 70 0 0xffffff7f8258b000 0x3000 0x3000 com.apple.AppleFSCompression.AppleFSCompressionTypeDataless (1.0.0d1) AEA21480-0918-3103-B57F-5E9E75630122 <8 7 5 3 2 1> 71 0 0xffffff7f82ade000 0x69000 0x69000 com.apple.filesystems.hfs.kext (407.200.4) 1ECE1137-785A-3934-8CFB-F726BE37EF5F <67 8 7 6 5 3 1> 72 2 0xffffff7f82a2b000 0xe000 0xe000 com.apple.iokit.IOSerialFamily (11) 663F512E-C819-3D9C-93E3-AC6C07F27A9D <8 7 6 5 3 1> 73 0 0xffffff7f82d19000 0x13000 0x13000 com.apple.driver.AppleVirtIO (2.1.2) 15515BF4-BE55-36AC-889A-4B1BB2858526 <72 29 13 6 5 3 1> 76 1 0xffffff7f819c8000 0x100000 0x100000 com.apple.filesystems.apfs (945.230.6) 60380132-AE9F-3720-B7BF-1653155D78BD <37 29 10 8 7 6 5 3 1> 77 0 0xffffff7f80deb000 0x6000 0x6000 org.rehabman.voodoo.driver.PS2Keyboard (1.9.2) 0AD6AD57-1F08-39DF-A616-39715E69C536 <50 48 17 8 7 6 5 3 1> 78 0 0xffffff7f80df3000 0xc000 0xc000 org.rehabman.voodoo.driver.PS2Trackpad (1.9.2) 172C5C14-5D31-3BE0-A947-59A4F3938B90 <50 48 17 8 7 6 5 3 1> 82 0 0xffffff7f815d5000 0x8000 0x8000 com.apple.driver.usb.AppleUSBHostCompositeDevice (1.2) 366036F0-AC1A-3B73-A6F6-90816E48D751 <26 25 7 6 5 3 1> 83 0 0xffffff7f816c9000 0x8000 0x8000 com.apple.driver.usb.networking (5.0.0) 28ED5A1D-DF6B-3836-9A7D-572F57623449 <26 7 6 5 3 1> 86 2 0xffffff7f80fa2000 0xce000 0xce000 com.apple.vecLib.kext (1.2.0) 9CF55BF4-B8F5-3605-87A6-7149E13F461B <9 7 6 5 3> 87 4 0xffffff7f81070000 0x3f000 0x3f000 com.apple.iokit.IOAudioFamily (206.5) 2D823CAE-0134-3F4A-9C86-795C749DDF4B <86 6 5 3 1> 88 0 0xffffff7f815dd000 0xc000 0xc000 com.apple.driver.usb.IOUSBHostHIDDevice (1.2) ABD85FB9-07A4-37BC-AEC4-753BDE10F506 <50 26 25 6 5 3 1> 91 14 0xffffff7f81613000 0x4b000 0x4b000 com.apple.iokit.IOGraphicsFamily (530.14) C5617AC3-A68D-36CE-AC22-7C7C81318961 <13 8 6 5 3 1> 92 1 0xffffff7f82191000 0xe000 0xe000 com.apple.driver.AppleSMBusController (1.0.18d1) 358B8FF6-88DE-31BD-BF81-34E04A558829 <53 13 12 6 5 3> 93 0 0xffffff7f82a8e000 0xf000 0xf000 com.apple.driver.AppleMCCSControl (1.5.6) 2A77F45F-2682-337F-88D0-AECA120C5832 <92 91 14 13 12 8 6 5 3 1> 95 3 0xffffff7f82277000 0xa000 0xa000 com.apple.driver.IOPlatformPluginFamily (6.0.0d8) 9DF17529-5D31-365E-A28F-D5581C4D18B4 <12 8 7 6 5 3> 96 1 0xffffff7f822ac000 0x18000 0x18000 com.apple.driver.X86PlatformPlugin (1.0.0) F5B7D100-AD52-386F-9F29-668FDCD0FE7D <95 58 26 14 12 8 7 6 5 3 1> 97 0 0xffffff7f829b5000 0x4000 0x4000 com.apple.driver.AppleOSXWatchdog (1) F677275E-0C32-3CCB-9AE8-FD02558657AB <13 8 7 6 5 3 1> 98 2 0xffffff7f8258f000 0x22000 0x22000 com.apple.iokit.IOSurface (255.1) CAF77C5D-98FF-33D0-B31C-FC327D7AD4F6 <8 7 6 5 3 1> 99 2 0xffffff7f825b3000 0xa5000 0xa5000 com.apple.iokit.IOAcceleratorFamily2 (404.2.2) FA92A03C-F113-384A-9B1F-B2C52DE7F4D2 <98 91 34 17 13 8 7 6 5 3 1> 100 5 0xffffff7f8192c000 0x9000 0x9000 com.apple.AppleGraphicsDeviceControl (3.28.4) 400C2E21-0880-36D7-AC5E-6B9BC885F158 <91 13 8 7 6 5 3 1> 101 0 0xffffff7f82dbd000 0x203000 0x203000 com.apple.driver.AppleIntelCFLGraphicsFramebuffer (12.0.4) 59AFEC07-9902-3E8E-9AC3-3B707561C4D7 <100 99 91 17 13 12 8 7 6 5 3 1> 102 1 0xffffff7f8166b000 0x5000 0x5000 com.apple.iokit.IOSlowAdaptiveClockingFamily (1.0.0) 92EE1DF0-90B6-370E-A9E6-347E2ED903FC <8 7 6 5 3 1> 103 0 0xffffff7f82a27000 0x2000 0x2000 com.apple.driver.AppleIntelSlowAdaptiveClocking (4.0.0) 6C2A218B-5497-357B-9B3D-5F6AB495DA6D <102 5 3> 104 0 0xffffff7f80dc7000 0x5000 0x5000 com.driver.LogJoystick (2.0) B02191E1-23F0-3B9B-BD97-F6173C3C2BD4 <50 6 5 3> 105 0 0xffffff7f8196f000 0xd000 0xd000 com.apple.AppleGPUWrangler (3.28.4) D61F64EE-E8D7-3E54-BEF9-4555C7A2F241 <100 91 13 8 7 6 5 3 1> 106 2 0xffffff7f81dca000 0xc000 0xc000 com.apple.iokit.IOHDAFamily (282.10) B553255E-87B3-3258-BE61-933DD039A18C <6 5 3 1> 107 1 0xffffff7f81dd9000 0x1d000 0x1d000 com.apple.driver.AppleHDAController (282.10) 70256EC9-AF38-31BD-A3C5-9C0E30B64AA3 <106 91 87 13 8 7 6 5 3 1> 108 2 0xffffff7f82406000 0xf6000 0xf6000 com.apple.iokit.IOBluetoothFamily (6.0.9f2) 6437483C-5DDE-3E8F-92B5-2F890F3BC952 <26 17 12 8 7 6 5 3 1> 109 1 0xffffff7f82a3c000 0xb000 0xb000 com.apple.iokit.IOBluetoothHostControllerTransport (6.0.9f2) 1F6B385D-A9CD-3BA3-B128-8893E9D8B988 <108 26 13 12 8 7 6 5 3 1> 110 0 0xffffff7f82a4e000 0x20000 0x20000 com.apple.iokit.IOBluetoothHostControllerUSBTransport (6.0.9f2) A8F5526D-AEA7-3665-98F2-9C0A751762E2 <109 108 26 13 12 8 7 6 5 3 1> 113 4 0xffffff7f81952000 0x10000 0x10000 com.apple.iokit.IONDRVSupport (530) 1F572217-4A67-3472-A183-142F10A584D2 <91 13 8 6 5 3> 114 0 0xffffff7f827a6000 0x3000 0x3000 com.apple.driver.AppleSMBusPCI (1.0.14d1) 185C5DD5-9803-3AD8-A391-A4F45FFF101E <13 6 5 3> 115 0 0xffffff7f82b60000 0x5000 0x5000 com.apple.Dont_Steal_Mac_OS_X (7.0.0) E8A46A07-5CA9-3449-AB3C-194D7EDBDEC6 <14 10 8 5 3 1> 116 0 0xffffff7f82aa8000 0x12000 0x12000 com.apple.driver.pmtelemetry (1) 90FED9E0-C0C8-36C4-8231-99FF16B46CB0 <8 7 6 5 3> 117 0 0xffffff7f82a7e000 0xa000 0xa000 com.apple.iokit.IOBluetoothSerialManager (6.0.9f2) 6D248369-38DB-3948-B7B6-C62D339B55A7 <72 8 6 5 3 1> 118 0 0xffffff7f82899000 0xd000 0xd000 com.apple.driver.AppleSSE (1.0) 820E89F2-2F5E-3673-AF12-FAB3726810D2 <27 23 22 8 6 5 3 1> 119 0 0xffffff7f827af000 0x6000 0x6000 com.apple.iokit.IOUserEthernet (1.0.1) 67F54A00-494C-357F-B4FF-6A291C66C4DA <20 7 6 5 3 1> 120 0 0xffffff7f82668000 0xf3000 0xf3000 com.apple.driver.AppleIntelKBLGraphics (12.0.4) 0CE89560-0A60-3725-BE64-0CA6DF7CA2D7 <99 98 91 13 8 7 6 5 3 1> 121 0 0xffffff7f823f0000 0x9000 0x9000 com.apple.driver.AppleHV (1) 70BE21E9-ED1C-3847-841B-F3692643F387 <8 7 6 5 3 1> 122 2 0xffffff7f81b72000 0x7000 0x7000 com.apple.iokit.IOEthernetAVBController (1.1.0) 43E4FF0D-16A8-32EB-AAC0-73ADB153914E <20 6 5 3 1> 123 1 0xffffff7f81b79000 0x9b000 0x9b000 com.apple.plugin.IOgPTPPlugin (700.7) F27998C4-8FEA-392F-B132-F6A67CB4BC1B <122 50 21 20 9 7 6 5 3 1> 124 0 0xffffff7f81c27000 0x10000 0x10000 com.apple.iokit.IOAVBFamily (710.1) 2B2C886C-C656-3782-998D-79172349C318 <123 122 21 20 7 6 5 3 1> 125 1 0xffffff7f81962000 0x6000 0x6000 com.apple.driver.AppleBacklightExpert (1.1.0) BBD31948-BD3D-3EBB-A3EE-E3880346A5EB <113 91 14 13 6 5 3> 126 0 0xffffff7f82c5d000 0x5000 0x5000 com.apple.driver.AppleBacklight (170.12.11) B0CE7EF6-EB1D-31FC-8189-F9568E6FB4EA <125 113 91 13 6 5 3> 129 0 0xffffff7f810b7000 0x9000 0x9000 org.tw.CodecCommander (2.7.1) 114866EA-9E10-3A75-8084-CEEE9D344D9F <87 13 12 5 3 1> 130 1 0xffffff7f81dfc000 0x13000 0x13000 com.apple.kext.OSvKernDSPLib (527) C39D546B-2D04-3E1E-A96F-9A478137270E <6 5> 131 1 0xffffff7f81e0f000 0x142000 0x142000 com.apple.driver.DspFuncLib (282.10) F5B4377A-62C3-3034-80CE-99FF5F2DF7C8 <130 87 86 56 7 6 5 3 1> 132 0 0xffffff7f81f5c000 0xb7000 0xb7000 com.apple.driver.AppleHDA (282.10) B2208DA8-8CD9-36D8-BD59-C6D9A5379585 <131 113 107 106 91 87 7 6 5 3 1> 134 0 0xffffff7f828b6000 0x5000 0x5000 com.apple.driver.AppleUpstreamUserClient (3.6.5) 494501D4-CFB0-3474-8F18-04CEB5F56E82 <91 13 12 8 6 5 3 1> 135 1 0xffffff7f822c4000 0x7000 0x7000 com.apple.driver.X86PlatformShim (1.0.0) 6E37DB1C-5DF5-3F7A-9716-81C076F8E3BF <96 95 14 8 5 3> 136 0 0xffffff7f828d1000 0x19000 0x19000 com.apple.driver.AGPM (110.23.46) 9A7BD08F-08E4-3DB7-A339-706609B0149A <113 100 95 91 13 7 6 5 3> 137 0 0xffffff7f82a0b000 0x4000 0x4000 com.apple.driver.ApplePlatformEnabler (2.7.0d0) 8A5BD78F-CEBD-39E1-923C-CD50627509D8 <8 6 5 3> 138 0 0xffffff7f81937000 0x3000 0x3000 com.apple.AGDCPluginDisplayMetrics (3.28.4) 80FF8D30-0F1F-3EAD-8C06-126254E42C02 <100 8 7 6 5 3 1> 139 1 0xffffff7f8193b000 0x3000 0x3000 com.apple.driver.AppleGraphicsControl (3.28.4) 200F1816-A734-3977-B7AE-7A6B2363059F <8 6 5 3 1> 140 0 0xffffff7f8193e000 0x12000 0x12000 com.apple.driver.AppleGraphicsDevicePolicy (3.28.4) B966AFB2-2D6A-3A5C-9895-C9A1CC39AB88 <139 100 91 13 12 8 7 6 5 3 1> 141 0 0xffffff7f8304d000 0x17000 0x17000 com.tuxera.filesystems.tuxera_ntfs (2017.12.18) 8425857F-FADB-51B7-50A3-30DB7629D80D <8 6 5 3 1> 142 1 0xffffff7f82a17000 0x5000 0x5000 com.apple.kext.triggers (1.0) B632A1C4-BDEA-35DF-B320-C5D2E77C241F <8 7 6 5 3 1> 143 0 0xffffff7f82a1c000 0x9000 0x9000 com.apple.filesystems.autofs (3.0) 9F33B8ED-D4DB-31A7-8E12-7ECE9F6CDE9A <142 8 7 6 5 3 2 1> 144 0 0xffffff7f816ad000 0x18000 0x18000 com.apple.fileutil (18.306.12) C5EF45E1-B31A-3DC0-827C-5057DAAADDE6 <6 5 3 2 1> 145 0 0xffffff7f83064000 0xf000 0xf000 com.apple.filesystems.msdosfs (1.10) BA2C22D4-9414-3864-8C30-C10941599FD4 <8 6 5 1> Link to comment Share on other sites More sharing options...
vit9696 Posted December 30, 2018 Author Share Posted December 30, 2018 AppleBacklightFixup.kext is superseded by WhateverGreen. Install kexts to CLOVER's Other folder. Link to comment Share on other sites More sharing options...
vinhtq115 Posted December 30, 2018 Share Posted December 30, 2018 (edited) 36 minutes ago, vit9696 said: AppleBacklightFixup.kext is superseded by WhateverGreen. Install kexts to CLOVER's Other folder. After doing that, I can't boot through Apple logo so I will downgrade back to 1.2.8 since it worked with kexts in /L/E. Edited December 30, 2018 by vinhtq115 Link to comment Share on other sites More sharing options...
Recommended Posts