Sherlocks Posted July 18, 2018 Share Posted July 18, 2018 (edited) 20 minutes ago, vit9696 said: Take a look: https://www.sweetscape.com/010editor/manual/Running.htm https://www.sweetscape.com/010editor/manual/TemplateResults.htm Also note, that the latest version of the bt template is in WhateverGreen repo in Manual folder. IGFX and NGFX repos are abandoned. okay. i understood it. then i got result. it's very useful. i will clean framebuffer info in clover. always thank you for hard work. EDIT1. if i want to dump kabylake framebuffer and coffeelake dump in skylake system, how can i dump in 10.13.6 and 10.14+? Edited July 18, 2018 by Sherlocks Link to comment Share on other sites More sharing options...
Sherlocks Posted July 18, 2018 Share Posted July 18, 2018 apple added cannonlake framebuffer in 10.13.6 but there is no cannonlake framebuffer file in 10.14.b4 strange. they added lots of device id and existed about 10 platform id 1. consider cannonlake case. 2. when i use skylake system in 10.14, can i use -igfxdump for kabylake and coffeelake and newer?. now seems to get only skylake framebuffer according to my cpu. i tested fakecpuid(kabylake) and fakeintel and kabylake platform id to get kabylake igfx dump. it was failed. thanks in advance AppleIntelCNLGraphicsFramebuffer.kext.zip Link to comment Share on other sites More sharing options...
vit9696 Posted July 18, 2018 Author Share Posted July 18, 2018 1. I am aware of both Canon Lake and Ice Lake. Not the priority at the moment. 2. You should normally dump on compatible hardware. Faking the device-id might work though, but you will have to change WhateverGreen sources to patch a different framebuffer kext for your cpu. https://github.com/acidanthera/WhateverGreen/blob/dd5bc7d/WhateverGreen/kern_igfx.cpp#L72 1 Link to comment Share on other sites More sharing options...
Sherlocks Posted July 18, 2018 Share Posted July 18, 2018 1. I am aware of both Canon Lake and Ice Lake. Not the priority at the moment. 2. You should normally dump on compatible hardware. Faking the device-id might work though, but you will have to change WhateverGreen sources to patch a different framebuffer kext for your cpu.https://github.com/acidanthera/WhateverGreen/blob/dd5bc7d/WhateverGreen/kern_igfx.cpp#L72thanks. so should we change source if want to get framebuffer dump when using other cpu? could we have chance to easily get dump like boot-arg option? example -igfxdumpall(since skylake framebuffer, we need to -igfxdump option to get info in 10.14+)thanks in advance나의 LG-F800S 의 Tapatalk에서 보냄 Link to comment Share on other sites More sharing options...
vit9696 Posted July 18, 2018 Author Share Posted July 18, 2018 That's not possible (as the kexts won't even match without a faked device-id), and I am not positive anybody needs to dump the framebuffers anymore. WhateverGreen supports semantical patches anyway, and Clover framebuffers are just legacy: 1 Link to comment Share on other sites More sharing options...
Sherlocks Posted July 18, 2018 Share Posted July 18, 2018 That's not possible (as the kexts won't even match without a faked device-id), and I am not positive anybody needs to dump the framebuffers anymore. WhateverGreen supports semantical patches anyway, and Clover framebuffers are just legacy: okay. i will test it that you mentioned part in source. thank you나의 LG-F800S 의 Tapatalk에서 보냄 Link to comment Share on other sites More sharing options...
baohiep Posted July 18, 2018 Share Posted July 18, 2018 Hi, can Lilu patch info.plist? I have two info.plist patch in Clover, used to disable Apple's I2C kexts to load. But Clover can't patch kexts in recovery or installation, so I want to write a plugin to do that. Link to comment Share on other sites More sharing options...
vit9696 Posted July 19, 2018 Author Share Posted July 19, 2018 On 7/17/2018 at 8:59 PM, baohiep said: Hi @vit9696, can Lilu patch info.plist? I have two info.plist patch in Clover, used to disable Apple's I2C kexts to load. But Clover can't patch kexts in recovery or installation, so I want to write a plugin to do that. You cannot. Yet you can apply the necessary changes in the driver itself, but I suppose Disabler kext or something alike already supports something suitable. Link to comment Share on other sites More sharing options...
Sherlocks Posted July 21, 2018 Share Posted July 21, 2018 @lvs1974 hi. long time no see, can you update your drivers for mojave without beta flag? thanks in advance Link to comment Share on other sites More sharing options...
Pavo Posted July 21, 2018 Share Posted July 21, 2018 2 hours ago, Sherlocks said: @lvs1974 hi. long time no see, can you update your drivers for mojave without beta flag? thanks in advance They already have been 1 Link to comment Share on other sites More sharing options...
Sherlocks Posted July 21, 2018 Share Posted July 21, 2018 airportbrcmfixup and others(BT) still are not support mojave without beta flaghttps://github.com/lvs1974/AirportBrcmFixup/blob/master/AirportBrcmFixup/kern_start.cpp They already have been나의 LG-F800S 의 Tapatalk에서 보냄 Link to comment Share on other sites More sharing options...
Pavo Posted July 21, 2018 Share Posted July 21, 2018 (edited) 8 minutes ago, Sherlocks said: airportbrcmfixup and others(BT) still are not support mojave without beta flaghttps://github.com/lvs1974/AirportBrcmFixup/blob/master/AirportBrcmFixup/kern_start.cpp 나의 LG-F800S 의 Tapatalk에서 보냄 Lilu, ApplALC and WhateverGreen have been. Don't think the other plugins have been updated in a long time. Have you tried compiling them with the latest Lilu debug kexts? Edited July 21, 2018 by Pavo 2 Link to comment Share on other sites More sharing options...
Sherlocks Posted July 22, 2018 Share Posted July 22, 2018 Lilu, ApplALC and WhateverGreen have been. Don't think the other plugins have been updated in a long time. Have you tried compiling them with the latest Lilu debug kexts?yes. i already compiled his drivers. there were no problem.나의 LG-F800S 의 Tapatalk에서 보냄 Link to comment Share on other sites More sharing options...
baohiep Posted July 25, 2018 Share Posted July 25, 2018 Hi @vit9696 Could you check why my plugin doesn't patch the kext? Link: https://github.com/hieplpvip/AppleBacklightFixup/blob/master/AppleBacklightFixup/kern_applbkl.cpp Link to comment Share on other sites More sharing options...
Sherlocks Posted July 25, 2018 Share Posted July 25, 2018 (edited) hi @vit9696 i have a question number format in whatevergreen recently, whatevergreen supported igpu's dvmt patch and others(hdmi, etc) headkaze posted he mentioned <key>framebuffer-con1-type</key> <integer>0x00000800</integer> but in plistedit pro, app shown this message so i have to input 2048 instead of 0x00000800. 2048 works in hdmi patch. what is correct? could whatevergreen read only number type? https://github.com/acidanthera/WhateverGreen/blob/c5dc4591daf0f25d8b316c832747661945d71272/WhateverGreen/kern_igfx.cpp#L579 also <key>framebuffer-con2-type</key> <integer>-1</integer> Additionally, no more need IntelGraphicsDVMTFixup like CoreDisplayFixup hope IntelGraphicsDVMTFixup move like CDF in https://github.com/acidanthera/Lilu/blob/master/KnownPlugins.md sorry for my bad english and thanks in advance Edited July 25, 2018 by Sherlocks Link to comment Share on other sites More sharing options...
Andrey1970 Posted July 27, 2018 Share Posted July 27, 2018 (edited) Sherlocks, use data format Edited July 27, 2018 by Andrey1970 1 Link to comment Share on other sites More sharing options...
Sherlocks Posted July 27, 2018 Share Posted July 27, 2018 18 minutes ago, Andrey1970 said: Sherlocks, use data format thanks. i changed all as data type. its comfortable for me to avoid confusion. additionally, no need to find PciRoot location. we also use AddProperties option with IGFX if you want. Link to comment Share on other sites More sharing options...
Andrey1970 Posted July 27, 2018 Share Posted July 27, 2018 18 minutes ago, Sherlocks said: thanks. i changed all as data type. its comfortable for me to avoid confusion. additionally, no need to find PciRoot location. we also use AddProperties option with IGFX if you want. AddProperties became outdated and works only for a certain list of devices. slice and vit9696 recommend to use Devices - Properties. 1 Link to comment Share on other sites More sharing options...
insanefrancis Posted July 31, 2018 Share Posted July 31, 2018 Noob Legit Question How do I compile/build the latest Lilu? Should I just clone or download this and run "xcodebuild"? Link to comment Share on other sites More sharing options...
Sherlocks Posted August 4, 2018 Share Posted August 4, 2018 sorry for my report here. i can't see AirportBrcmFixup thread. @lvs1974 hi. i report one. https://github.com/acidanthera/AirportBrcmFixup/commits/master since "Fix style issue with calling of static method withString via variable… " commit wifi was broken. There is no problem up to the vit9696 "update token" commit. thanks in advance Link to comment Share on other sites More sharing options...
lvs1974 Posted August 4, 2018 Share Posted August 4, 2018 16 hours ago, Sherlocks said: @Sherlocks, could you provide me with a full boot log for debug version of AirportBrcmFixum and boot-arg -brcmfxdbg? Link to comment Share on other sites More sharing options...
Sherlocks Posted August 4, 2018 Share Posted August 4, 2018 (edited) 1 hour ago, lvs1974 said: here. i tested your 54 commit. still not working. i don't use any extra kext(FakePCIID). i didn't have any problem before like i mentioned above 2018-08-05 08:22:45.436139+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) found com.apple.driver.AirPort.BrcmNIC 2018-08-05 08:22:45.437248+0900 localhost kernel[0]: (kernel) Lilu: patcher @ failed to route __ZNK15AirPort_BrcmNIC15newVendorStringEv, err 0 2018-08-05 08:22:45.437420+0900 localhost kernel[0]: (kernel) Lilu: patcher @ failed to route _wlc_wowl_enable, err 0 2018-08-05 08:22:45.438026+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) FakeBrcm::stop() 2018-08-05 08:22:45.438033+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) terminating FakeBrcm with status 1 2018-08-05 08:22:45.438047+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) FakeBrcm::stop() 2018-08-05 08:22:45.438060+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) FakeBrcm::free() 2018-08-05 08:22:45.441621+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) gIOCatalogue->removeDrivers successful 2018-08-05 08:22:45.441753+0900 localhost kernel[0]: (kernel) Lilu: patcher @ failed to route __ZN36AppleBroadcomBluetoothHostController25SetControllerFeatureFlagsEj, err 0 2018-08-05 08:22:45.474813+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) found com.apple.driver.AirPort.BrcmNIC-MFG 2018-08-05 08:22:45.475592+0900 localhost kernel[0]: (kernel) Lilu: patcher @ failed to route __ZN19AirPort_BrcmNIC_MFG5probeEP9IOServicePi, err 0 2018-08-05 08:22:45.488575+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) gIOCatalogue->startMatching successful 2018-08-05 08:22:45.489134+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) probe_mfg is called 2018-08-05 08:22:45.489171+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) start is called, service name is AirPort_BrcmNIC, provider name is ARP 2018-08-05 08:22:45.489180+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) brcmfx-country in ioreg is set to #a 2018-08-05 08:22:45.494210+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) probe_mfg is called 2018-08-05 08:22:45.494251+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) start is called, service name is AirPort_BrcmNIC, provider name is ARP 2018-08-05 08:22:45.494259+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) brcmfx-country in ioreg is set to #a Edited August 4, 2018 by Sherlocks Link to comment Share on other sites More sharing options...
lvs1974 Posted August 5, 2018 Share Posted August 5, 2018 @Sherlocks: Line Lilu: patcher @ failed to route is a false alarm, it was fixed yesterday. Could you build new Lilu, new AirportBrcmFixup and take a FULL boot log again, the most interesting events are after line start is called, service name is AirPort_BrcmNIC, provider name is ARP Link to comment Share on other sites More sharing options...
Sherlocks Posted August 5, 2018 Share Posted August 5, 2018 (edited) 1 hour ago, lvs1974 said: @Sherlocks: Line Lilu: patcher @ failed to route is a false alarm, it was fixed yesterday. Could you build new Lilu, new AirportBrcmFixup and take a FULL boot log again, the most interesting events are after line start is called, service name is AirPort_BrcmNIC, provider name is ARP @lvs1974 i tested new lilu and AirportBrcmFixup. but still not working Quote 2018-08-05 17:49:41.546189+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.546197+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) processing already loaded kexts by iterating over 99 summaries 2018-08-05 17:49:41.546221+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) discovered the right kext com.apple.iokit.IOGraphicsFamily at 0xFFFFFF7F81620000, invoking handler 2018-08-05 17:49:41.546231+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) aslr/load slide is 0x<private> 2018-08-05 17:49:41.546242+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) found symbol __ZL16gIOFBVerboseBoot at 0x<private> (non-aslr 0x38b83) 2018-08-05 17:49:41.546273+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) found symbol __ZN13IOFramebuffer6initFBEv at 0x<private> (non-aslr 0x1a7ec) 2018-08-05 17:49:41.546283+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) from 0xFFFFFF7F8163A7EC to 0xFFFFFF7F8163A7EC diff 0x0000000004B1642F argument 4B1642F 2018-08-05 17:49:41.546296+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) from 0xFFFFFF7F860DC2BA to 0xFFFFFF7F860DC2BA diff 0xFFFFFFFFFB55E533 argument FB55E533 2018-08-05 17:49:41.546309+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) wrapped __ZN13IOFramebuffer6initFBEv 2018-08-05 17:49:41.546326+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) discovered the right kext com.apple.driver.AirPort.BrcmNIC at 0xFFFFFF7F81C1D000, invoking handler 2018-08-05 17:49:41.546334+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) aslr/load slide is 0x<private> 2018-08-05 17:49:41.546342+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) found com.apple.driver.AirPort.BrcmNIC 2018-08-05 17:49:41.546912+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) found symbol __ZN15AirPort_BrcmNIC5startEP9IOService at 0x<private> (non-aslr 0x16ed4) 2018-08-05 17:49:41.547020+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) found symbol _si_pmu_fvco_pllreg at 0x<private> (non-aslr 0x2abc9c) 2018-08-05 17:49:41.547212+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) found symbol _wlc_set_countrycode_rev at 0x<private> (non-aslr 0x160a72) 2018-08-05 17:49:41.547287+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) found symbol __ZNK15AirPort_BrcmNIC15newVendorStringEv at 0x<private> (non-aslr 0x22dea) 2018-08-05 17:49:41.547354+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) found symbol __ZN15AirPort_BrcmNIC12checkBoardIdEPKc at 0x<private> (non-aslr 0x134ac) 2018-08-05 17:49:41.547439+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) found symbol _osl_panic at 0x<private> (non-aslr 0x1073a) 2018-08-05 17:49:41.547448+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) from 0xFFFFFF7F81C33ED4 to 0xFFFFFF7F81C33ED4 diff 0x00000000045A53F7 argument 45A53F7 2018-08-05 17:49:41.547461+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) from 0xFFFFFF7F860DC2CE to 0xFFFFFF7F860DC2CE diff 0xFFFFFFFFFBB57C07 argument FBB57C07 2018-08-05 17:49:41.547472+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) wrapped __ZN15AirPort_BrcmNIC5startEP9IOService 2018-08-05 17:49:41.547480+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) from 0xFFFFFF7F81EC8C9C to 0xFFFFFF7F81EC8C9C diff 0x00000000043102FF argument 43102FF 2018-08-05 17:49:41.547491+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) from 0xFFFFFF7F860DC2E2 to 0xFFFFFF7F860DC2E2 diff 0xFFFFFFFFFBDEC9BB argument FBDEC9BB 2018-08-05 17:49:41.547502+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) wrapped _si_pmu_fvco_pllreg 2018-08-05 17:49:41.547509+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) from 0xFFFFFF7F81D7DA72 to 0xFFFFFF7F81D7DA72 diff 0x000000000445B5B9 argument 445B5B9 2018-08-05 17:49:41.547521+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) from 0xFFFFFF7F860DC2F6 to 0xFFFFFF7F860DC2F6 diff 0xFFFFFFFFFBCA177D argument FBCA177D 2018-08-05 17:49:41.547532+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) wrapped _wlc_set_countrycode_rev 2018-08-05 17:49:41.547539+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) from 0xFFFFFF7F81C3FDEA to 0xFFFFFF7F81C3FDEA diff 0x0000000004599131 argument 4599131 2018-08-05 17:49:41.547548+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) routed __ZNK15AirPort_BrcmNIC15newVendorStringEv 2018-08-05 17:49:41.547564+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) from 0xFFFFFF7F81C304AC to 0xFFFFFF7F81C304AC diff 0x00000000045A89EF argument 45A89EF 2018-08-05 17:49:41.547574+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) routed __ZN15AirPort_BrcmNIC12checkBoardIdEPKc 2018-08-05 17:49:41.547582+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) from 0xFFFFFF7F81C2D73A to 0xFFFFFF7F81C2D73A diff 0x00000000045ABF51 argument 45ABF51 2018-08-05 17:49:41.547591+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) routed _osl_panic 2018-08-05 17:49:41.547764+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) found symbol _wlc_wowl_enable at 0x<private> (non-aslr 0x290f8b) 2018-08-05 17:49:41.547772+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) from 0xFFFFFF7F81EADF8B to 0xFFFFFF7F81EADF8B diff 0x000000000432B2B0 argument 432B2B0 2018-08-05 17:49:41.547782+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) routed _wlc_wowl_enable 2018-08-05 17:49:41.547894+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) found symbol _wl_msg_level at 0x<private> (non-aslr 0x7533a8) 2018-08-05 17:49:41.548009+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) found symbol _wl_msg_level2 at 0x<private> (non-aslr 0x7bc4dc) 2018-08-05 17:49:41.548450+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) FakeBrcm::stop() 2018-08-05 17:49:41.548458+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) terminating FakeBrcm with status 1 2018-08-05 17:49:41.548489+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) FakeBrcm::stop() 2018-08-05 17:49:41.548503+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) FakeBrcm::free() 2018-08-05 17:49:41.550551+0900 localhost kernel[0]: (kernel) Lilu: user @ (DBG) caught /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/Resources/WindowServer performing injection 2018-08-05 17:49:41.550560+0900 localhost kernel[0]: (kernel) Lilu: user @ (DBG) requesting proc_exec_switch_task patch 2018-08-05 17:49:41.550570+0900 localhost kernel[0]: (kernel) Lilu: user @ (DBG) firing hook from procExecSwitchTask 2018-08-05 17:49:41.550577+0900 localhost kernel[0]: (kernel) Lilu: user @ (DBG) patch for /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox in 7FFF36BDB000 7FFF36F94000 2018-08-05 17:49:41.550588+0900 localhost kernel[0]: (kernel) Lilu: user @ (DBG) 1/1 found BF 69 6D 72 2018-08-05 17:49:41.550610+0900 localhost kernel[0]: (kernel) Lilu: user @ (DBG) obtained write permssions 2018-08-05 17:49:41.550641+0900 localhost kernel[0]: (kernel) Lilu: user @ (DBG) restored write permssions 2018-08-05 17:49:41.550646+0900 localhost kernel[0]: (kernel) Lilu: user @ (DBG) done reading patches for 59F87 2018-08-05 17:49:41.550652+0900 localhost kernel[0]: (kernel) Lilu: user @ (DBG) patch for /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox in 7FFF36BDB000 7FFF36F94000 2018-08-05 17:49:41.550663+0900 localhost kernel[0]: (kernel) Lilu: user @ (DBG) 1/1 found BF 69 6D 72 2018-08-05 17:49:41.550668+0900 localhost kernel[0]: (kernel) Lilu: user @ (DBG) obtained write permssions 2018-08-05 17:49:41.550675+0900 localhost kernel[0]: (kernel) Lilu: user @ (DBG) restored write permssions 2018-08-05 17:49:41.550679+0900 localhost kernel[0]: (kernel) Lilu: user @ (DBG) done reading patches for 59FDC 2018-08-05 17:49:41.550686+0900 localhost kernel[0]: (kernel) Lilu: user @ (DBG) patch for /System/Library/PrivateFrameworks/BiometricKit.framework/Versions/A/BiometricKit in 7FFF3BE6D000 7FFF3BEAA000 2018-08-05 17:49:41.550700+0900 localhost kernel[0]: (kernel) Lilu: user @ (DBG) 1/0 found 62 6F 61 72 2018-08-05 17:49:41.550705+0900 localhost kernel[0]: (kernel) Lilu: user @ (DBG) miss at 7: 78 vs 64 2018-08-05 17:49:41.550709+0900 localhost kernel[0]: (kernel) Lilu: user @ (DBG) done reading patches for 3207D 2018-08-05 17:49:41.553926+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) gIOCatalogue->removeDrivers successful 2018-08-05 17:49:41.553946+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) discovered the right kext com.apple.iokit.IOBluetoothFamily at 0xFFFFFF7F82F0E000, invoking handler 2018-08-05 17:49:41.553957+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) aslr/load slide is 0x<private> 2018-08-05 17:49:41.554026+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) found symbol __ZN25IOBluetoothHostController25SetControllerFeatureFlagsEj at 0x<private> (non-aslr 0x41372) 2018-08-05 17:49:41.554093+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) found symbol __ZN36AppleBroadcomBluetoothHostController25SetControllerFeatureFlagsEj at 0x<private> (non-aslr 0x67f8a) 2018-08-05 17:49:41.554105+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) from 0xFFFFFF7F82F75F8A to 0xFFFFFF7F82F75F8A diff 0x000000000325C941 argument 325C941 2018-08-05 17:49:41.554133+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) routed __ZN36AppleBroadcomBluetoothHostController25SetControllerFeatureFlagsEj 2018-08-05 17:49:41.554142+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.iokit.IOSurface 2018-08-05 17:49:41.555375+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.555384+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.iokit.IOAcceleratorFamily2 2018-08-05 17:49:41.556505+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.556513+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.AppleGraphicsDeviceControl 2018-08-05 17:49:41.557969+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.557976+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AppleIntelSKLGraphicsFramebuffer 2018-08-05 17:49:41.557985+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) caught the right kext at 0xFFFFFF7F826BB000, invoking handler 2018-08-05 17:49:41.557994+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) aslr/load slide is 0x<private> 2018-08-05 17:49:41.558033+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) found symbol __ZN31AppleIntelFramebufferController16ComputeLaneCountEPK29IODetailedTimingInformationV2jjPj at 0x<private> (non-aslr 0x3e93a) 2018-08-05 17:49:41.558045+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) from 0xFFFFFF7F826F993A to 0xFFFFFF7F826F993A diff 0x0000000003A51671 argument 3A51671 2018-08-05 17:49:41.558060+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) from 0xFFFFFF7F860DC30A to 0xFFFFFF7F860DC30A diff 0xFFFFFFFFFC61D631 argument FC61D631 2018-08-05 17:49:41.558075+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) wrapped __ZN31AppleIntelFramebufferController16ComputeLaneCountEPK29IODetailedTimingInformationV2jjPj 2018-08-05 17:49:41.558105+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) found symbol _gPlatformInformationList at 0x<private> (non-aslr 0xe9800) 2018-08-05 17:49:41.558130+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) found symbol __ZN31AppleIntelFramebufferController16getOSInformationEv at 0x<private> (non-aslr 0x2815e) 2018-08-05 17:49:41.558140+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) from 0xFFFFFF7F826E315E to 0xFFFFFF7F826E315E diff 0x0000000003A67E7D argument 3A67E7D 2018-08-05 17:49:41.558152+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) from 0xFFFFFF7F860DC31D to 0xFFFFFF7F860DC31D diff 0xFFFFFFFFFC606E41 argument FC606E41 2018-08-05 17:49:41.558164+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) wrapped __ZN31AppleIntelFramebufferController16getOSInformationEv 2018-08-05 17:49:41.559327+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.559335+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.iokit.IOSlowAdaptiveClockingFamily 2018-08-05 17:49:41.560273+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.560281+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AppleIntelSlowAdaptiveClocking 2018-08-05 17:49:41.561277+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.561286+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AppleFIVRDriver 2018-08-05 17:49:41.562262+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.562270+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.IOPlatformPluginFamily 2018-08-05 17:49:41.563195+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.563202+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.X86PlatformPlugin 2018-08-05 17:49:41.564176+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.564184+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AppleSMBusPCI 2018-08-05 17:49:41.566301+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.566309+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AppleIntelPCHPMC 2018-08-05 17:49:41.567413+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.567420+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.intel.driver.EnergyDriver 2018-08-05 17:49:41.568536+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.568543+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.AppleGPUWrangler 2018-08-05 17:49:41.569695+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.569702+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.IOPlatformPluginLegacy 2018-08-05 17:49:41.570831+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.570840+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.ACPI_SMC_PlatformPlugin 2018-08-05 17:49:41.571997+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.572005+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AppleOSXWatchdog 2018-08-05 17:49:41.573265+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.573275+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.iokit.IOHDAFamily 2018-08-05 17:49:41.574396+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.574405+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AppleHDAController 2018-08-05 17:49:41.582523+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.582533+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AirPort.BrcmNIC-MFG 2018-08-05 17:49:41.582542+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) caught the right kext at 0xFFFFFF7F836AF000, invoking handler 2018-08-05 17:49:41.582551+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) aslr/load slide is 0x<private> 2018-08-05 17:49:41.582560+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) found com.apple.driver.AirPort.BrcmNIC-MFG 2018-08-05 17:49:41.583199+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) found symbol __ZN19AirPort_BrcmNIC_MFG5startEP9IOService at 0x<private> (non-aslr 0x175ba) 2018-08-05 17:49:41.583326+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) found symbol __ZN19AirPort_BrcmNIC_MFG5probeEP9IOServicePi at 0x<private> (non-aslr 0x14d86) 2018-08-05 17:49:41.583337+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) from 0xFFFFFF7F836C65BA to 0xFFFFFF7F836C65BA diff 0x0000000002B12D11 argument 2B12D11 2018-08-05 17:49:41.583351+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) from 0xFFFFFF7F860DC331 to 0xFFFFFF7F860DC331 diff 0xFFFFFFFFFD5EA28A argument FD5EA28A 2018-08-05 17:49:41.583366+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) wrapped __ZN19AirPort_BrcmNIC_MFG5startEP9IOService 2018-08-05 17:49:41.583374+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) from 0xFFFFFF7F836C3D86 to 0xFFFFFF7F836C3D86 diff 0x0000000002B15875 argument 2B15875 2018-08-05 17:49:41.583384+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) routed __ZN19AirPort_BrcmNIC_MFG5probeEP9IOServicePi 2018-08-05 17:49:41.595154+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) gIOCatalogue->startMatching successful 2018-08-05 17:49:41.595629+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) FakeBrcm::init(): FakeBrcm disabled 2018-08-05 17:49:41.595638+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) FakeBrcm::free() 2018-08-05 17:49:41.595670+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) probe_mfg is called 2018-08-05 17:49:41.595702+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) start is called, service name is AirPort_BrcmNIC, provider name is ARPT 2018-08-05 17:49:41.595711+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) brcmfx-country in ioreg is set to #a 2018-08-05 17:49:41.598640+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.598648+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AppleSMBusController 2018-08-05 17:49:41.601796+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.601806+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.Dont_Steal_Mac_OS_X 2018-08-05 17:49:41.602062+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) probe_mfg is called 2018-08-05 17:49:41.602104+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) start is called, service name is AirPort_BrcmNIC, provider name is ARPT 2018-08-05 17:49:41.602113+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) brcmfx-country in ioreg is set to #a 2018-08-05 17:49:41.603088+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.603095+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.pmtelemetry 2018-08-05 17:49:41.604464+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.604472+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.iokit.IOBluetoothSerialManager 2018-08-05 17:49:41.606233+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.606241+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AppleSSE 2018-08-05 17:49:41.608333+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.608342+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AppleIntelSKLGraphics 2018-08-05 17:49:41.608351+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) caught the right kext at 0xFFFFFF7F83195000, invoking handler 2018-08-05 17:49:41.608361+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) aslr/load slide is 0x<private> 2018-08-05 17:49:41.608408+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) found symbol __ZN16IntelAccelerator19PAVPCommandCallbackE22PAVPSessionCommandID_tjPjb at 0x<private> (non-aslr 0x2d534) 2018-08-05 17:49:41.608421+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) from 0xFFFFFF7F831C2534 to 0xFFFFFF7F831C2534 diff 0x0000000002F888F7 argument 2F888F7 2018-08-05 17:49:41.608436+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) from 0xFFFFFF7F860DC345 to 0xFFFFFF7F860DC345 diff 0xFFFFFFFFFD0E61F0 argument FD0E61F0 2018-08-05 17:49:41.608451+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) wrapped __ZN16IntelAccelerator19PAVPCommandCallbackE22PAVPSessionCommandID_tjPjb 2018-08-05 17:49:41.608498+0900 localhost kernel[0]: (kernel) Lilu: mach @ (DBG) found symbol __ZN16IntelAccelerator5startEP9IOService at 0x<private> (non-aslr 0x284d8) 2018-08-05 17:49:41.608508+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) from 0xFFFFFF7F831BD4D8 to 0xFFFFFF7F831BD4D8 diff 0x0000000002F8D973 argument 2F8D973 2018-08-05 17:49:41.608522+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) from 0xFFFFFF7F860DC359 to 0xFFFFFF7F860DC359 diff 0xFFFFFFFFFD0E1180 argument FD0E1180 2018-08-05 17:49:41.608534+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) wrapped __ZN16IntelAccelerator5startEP9IOService 2018-08-05 17:49:41.611395+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.611403+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.iokit.IOUserEthernet 2018-08-05 17:49:41.612791+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.612798+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AppleHV 2018-08-05 17:49:41.614265+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.614274+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.iokit.IOEthernetAVBController 2018-08-05 17:49:41.615699+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.615707+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.plugin.IOgPTPPlugin 2018-08-05 17:49:41.617236+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.617244+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.iokit.IOAVBFamily 2018-08-05 17:49:41.619799+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.619807+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.AGDCPluginDisplayMetrics 2018-08-05 17:49:41.621595+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.621603+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AppleGraphicsControl 2018-08-05 17:49:41.623823+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.623830+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AppleGraphicsDevicePolicy 2018-08-05 17:49:41.629570+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.629594+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.kext.OSvKernDSPLib 2018-08-05 17:49:41.631611+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.631620+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.DspFuncLib 2018-08-05 17:49:41.633563+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.633572+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AppleHDA 2018-08-05 17:49:41.639068+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.639077+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AppleMCCSControl 2018-08-05 17:49:41.640538+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.640548+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AppleUpstreamUserClient 2018-08-05 17:49:41.918725+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.918740+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.X86PlatformShim 2018-08-05 17:49:41.920455+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.920463+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.ApplePlatformEnabler 2018-08-05 17:49:41.921993+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.922003+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AGPM 2018-08-05 17:49:41.938805+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:41.938814+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AppleHDAHardwareConfigDriver 2018-08-05 17:49:42.335394+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:42.335401+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.filesystems.ntfs 2018-08-05 17:49:42.669548+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:42.669555+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.kext.triggers 2018-08-05 17:49:42.670480+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:42.670485+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.filesystems.autofs 2018-08-05 17:49:42.892108+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:49:42.892119+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AudioAUUC 2018-08-05 17:50:02.391811+0900 localhost kernel[0]: (kernel) Lilu: user @ (DBG) patch for /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox in 7FFF36BDB000 7FFF36F94000 2018-08-05 17:50:02.391823+0900 localhost kernel[0]: (kernel) Lilu: user @ (DBG) done reading patches for 59F87 2018-08-05 17:50:02.391831+0900 localhost kernel[0]: (kernel) Lilu: user @ (DBG) patch for /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox in 7FFF36BDB000 7FFF36F94000 2018-08-05 17:50:02.391845+0900 localhost kernel[0]: (kernel) Lilu: user @ (DBG) done reading patches for 59FDC 2018-08-05 17:50:02.391852+0900 localhost kernel[0]: (kernel) Lilu: user @ (DBG) patch for /System/Library/PrivateFrameworks/BiometricKit.framework/Versions/A/BiometricKit in 7FFF3BE6D000 7FFF3BEAA000 2018-08-05 17:50:02.391861+0900 localhost kernel[0]: (kernel) Lilu: user @ (DBG) done reading patches for 3207D 2018-08-05 17:51:22.049421+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:51:22.049428+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AudioAUUC 2018-08-05 17:51:22.055548+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:51:22.055554+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AudioAUUC 2018-08-05 17:51:22.056680+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:51:22.056685+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AudioAUUC 2018-08-05 17:51:22.057746+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:51:22.057751+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AudioAUUC 2018-08-05 17:51:22.058807+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:51:22.058815+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AudioAUUC 2018-08-05 17:51:22.059893+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:51:22.059905+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AudioAUUC 2018-08-05 17:51:22.060877+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:51:22.060882+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AudioAUUC 2018-08-05 17:51:22.061858+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:51:22.061862+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AudioAUUC 2018-08-05 17:51:22.062841+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:51:22.062846+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AudioAUUC 2018-08-05 17:51:22.063765+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:51:22.063769+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AudioAUUC 2018-08-05 17:51:22.064713+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:51:22.064717+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AudioAUUC 2018-08-05 17:51:22.065712+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) invoked at kext loading/unloading 2018-08-05 17:51:22.065716+0900 localhost kernel[0]: (kernel) Lilu: patcher @ (DBG) last kext is <private> and its name is com.apple.driver.AudioAUUC since this commit "https://github.com/acidanthera/AirportBrcmFixup/commit/3cf2ae61dad8a7d02fbe3f6d49e01a17f2cabf84", issue happen Edited August 5, 2018 by Sherlocks Link to comment Share on other sites More sharing options...
lvs1974 Posted August 5, 2018 Share Posted August 5, 2018 @Sherlocks, you didn't provide me with a full log, I don't see the first call of FakeBrcm::init, FakeBrcm::start. And the last lines for AirportBrcmFixup: 2018-08-05 17:49:41.602104+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) start is called, service name is AirPort_BrcmNIC, provider name is ARPT 2018-08-05 17:49:41.602113+0900 localhost kernel[0]: (kernel) AirportBrcmFixup: BRCMFX @ (DBG) brcmfx-country in ioreg is set to #a It means everything is OK, driver started! What happened later? Link to comment Share on other sites More sharing options...
Recommended Posts