Jump to content

[Guide] Catalina / BigSur / Monterey on mobos Serie 100 / 200 / 300 / 400 / 500 / 600 SkyLake / KabyLake / CoffeeLake / CometLake / RocketLake / AlderLake DSDT


MaLd0n
5,455 posts in this topic

Recommended Posts

On 8/4/2018 at 1:35 PM, gigibatt said:

Hello Friend,
I have a problem with the dsdt of my notebook. I wrote a patch for my SSDT with the help of Rehabman, 
this patch was then added to its MaciASL repository.
My problem is that the DSDT of my pc has a defect at the base that I can not solve because I do not know the language.
I'll explain to you what the problem is and ask you if you can solve it:
Rehabman says that my verbose output shows EC access before the EC host driver is ready and this causes me kernel 
panic on startup. To solve the problem I have to review my ACPI code that is accessing the EC before the EC is ready 
(eg _REG not called yet), then patch it appropriately. Are You able to do this for me?  

I attach my EFI folder and the ORIGIN folder with original DSDT down decompiled in .dsl Thank you

http://www.terminalstrip.net/MaldonAirbook/origin.zip

http://www.terminalstrip.net/MaldonAirbook/EFI.zip

 

P.S. My donation is in Your payPal Account now...

Send me MacBook-Pro.station.zip

after reboot, new SEND_ME, apply a battery patch

CLOVER.zip

 

use kexts in clover/kexts/other, only AppleBacklightInjector.kext in L/E if need

On 8/5/2018 at 1:57 PM, Mech314 said:

Hi MaLd0n, 

 

Do you have DSDT for Asus ROG z370-g +8700K?

 

I don't see any PCI devices in system report. 

 

Thank you!

send me files, read first post

Link to comment
Share on other sites

Hi MaLd0n,

 

I installed Mojave beta 5 on my laptop, following your guide.

I was able to get audio working, the Intel UHD630 with acceleration and full video memory, the backlight, battery and power management.

Thanks you so much.

 

Right now, there are two problems for me, I have an I2C touchpad, which is not working, I am working on fixing it with VoodooI2C guide.

The second problem is a weird one.

When my system boots up, the screen goes black for sometime, I hear the welcome sound, but the screen stays black.

After 4-5 minutes the screen is back again. I do not know why this is happening. My laptop has an Intel UHD360 and Nvidia 1050Ti. The dedicated Nvidia graphics card is connected with HDMI and the Intel connected to DisplayPort.

This black screen issue is really annoying. Please help.

 

Attached the RunMe files.

 

Acer Nitro 5 AN515-52

Intel Core i5-8300H

Intel UHD630/Nvidia 1050Ti

8GB DDR4 2400MHz single channel RAM

250GB Samsung 860EVO SSD

Realtek Audio ALC255

HM370 chipset

 

Thank you for your help.

 

Send me katakuris-MacBook-Pro.zip

Link to comment
Share on other sites

15 hours ago, MaLd0n said:

after reboot, new SEND_ME, apply a battery patch

CLOVER.zip

 

use kexts in clover/kexts/other, only AppleBacklightInjector.kext in L/E if need

send me files, read first post

 

Thanks Maldon, unfortunately your DSDT has not solved my startup problem. As I wrote you, you need to modify the dsdt to make 
the _REG accessible before the other codes that access the EC. Also Rehab told me not to use the H_EC to EC patch as it is not 
needed on my laptop.
Finally, if you look in the attached folder you find an SSDT-1.aml where there is a patch for the battery, the patch must be inserted
in the SSDT as the embedded control is not in the DSDT but is in the SSDT

 

The only way to start with DSDT, for now, is to delete two lines in LID0, so it does not automatically restart during boot, the problem is that in this way I do not have LID.

I hope you understood what I wrote to you

 

I need to remove:

 

17175  Method (_LID, 0, NotSerialized)  // _LID: Lid Status
                {
                    Return (ECR2 (RefOf (LSTE)))

 

 

Let me know...

Thanx

 

 
 
 
 
 
21/5000
 
 
Edited by gigibatt
Link to comment
Share on other sites

17 minutes ago, gigibatt said:

 


Thanks Maldon, unfortunately your DSDT has not solved my startup problem. As I wrote you, you need to modify the dsdt to make 
the _REG accessible before the other codes that access the EC. Also Rehab told me not to use the H_EC to EC patch as it is not 
needed on my laptop.
Finally, if you look in the attached folder you find an SSDT-1.aml where there is a patch for the battery, the patch must be inserted
in the SSDT as the embedded control is not in the DSDT but is in the SSDT

 

The only way to start with DSDT, for now, is to delete two lines in LID0, so it does not automatically restart during boot, the problem is that in this way I do not have LID.

I hope you understood what I wrote to you

 

I need to remove:

 

17175  Method (_LID, 0, NotSerialized)  // _LID: Lid Status
                {
                    Return (ECR2 (RefOf (LSTE)))

 

 

Let me know...

Thanx

 

 
 
 
 
 
21/5000
 
 

all hacks need a device with EC name for solve log errors, correct usb properties, don't forget it

 

clear lid device and use power button for Lid wake too

 

use my clover folder, remove lines from LID and extract new send_me

7 hours ago, ShubhamSSJ said:

Hi MaLd0n,

 

I installed Mojave beta 5 on my laptop, following your guide.

I was able to get audio working, the Intel UHD630 with acceleration and full video memory, the backlight, battery and power management.

Thanks you so much.

 

Right now, there are two problems for me, I have an I2C touchpad, which is not working, I am working on fixing it with VoodooI2C guide.

The second problem is a weird one.

When my system boots up, the screen goes black for sometime, I hear the welcome sound, but the screen stays black.

After 4-5 minutes the screen is back again. I do not know why this is happening. My laptop has an Intel UHD360 and Nvidia 1050Ti. The dedicated Nvidia graphics card is connected with HDMI and the Intel connected to DisplayPort.

This black screen issue is really annoying. Please help.

 

Attached the RunMe files.

 

Acer Nitro 5 AN515-52

Intel Core i5-8300H

Intel UHD630/Nvidia 1050Ti

8GB DDR4 2400MHz single channel RAM

250GB Samsung 860EVO SSD

Realtek Audio ALC255

HM370 chipset

 

Thank you for your help.

 

Send me katakuris-MacBook-Pro.zip

if is a optimus, u need disable nvidia

Link to comment
Share on other sites

2 hours ago, MaLd0n said:
9 hours ago, ShubhamSSJ said:

Hi MaLd0n,

 

I installed Mojave beta 5 on my laptop, following your guide.

I was able to get audio working, the Intel UHD630 with acceleration and full video memory, the backlight, battery and power management.

Thanks you so much.

 

Right now, there are two problems for me, I have an I2C touchpad, which is not working, I am working on fixing it with VoodooI2C guide.

The second problem is a weird one.

When my system boots up, the screen goes black for sometime, I hear the welcome sound, but the screen stays black.

After 4-5 minutes the screen is back again. I do not know why this is happening. My laptop has an Intel UHD360 and Nvidia 1050Ti. The dedicated Nvidia graphics card is connected with HDMI and the Intel connected to DisplayPort.

This black screen issue is really annoying. Please help.

 

Attached the RunMe files.

 

Acer Nitro 5 AN515-52

Intel Core i5-8300H

Intel UHD630/Nvidia 1050Ti

8GB DDR4 2400MHz single channel RAM

250GB Samsung 860EVO SSD

Realtek Audio ALC255

HM370 chipset

 

Thank you for your help.

 

Send me katakuris-MacBook-Pro.zip

if is a optimus, u need disable nvidia

 

Hi MaLd0n,

 

I got confused as to what to change, there are so many guides.

Can you help me out? What all files should be changed?

 

Thanks

Send me katakuris-MacBook-Pro.zip

Link to comment
Share on other sites

2 hours ago, MaLd0n said:

all hacks need a device with EC name for solve log errors, correct usb properties, don't forget it

 

clear lid device and use power button for Lid wake too

 

use my clover folder, remove lines from LID and extract new send_me

if is a optimus, u need disable nvidia

 

here it is.

Using this SMBIOS I have lags / pauses / unresponsiveness shortly after boot. This usually clears up after about 10/20 seconds. The solution appears to be removing unused connectors from the ig-platform into the framebuffer kext, are you able to solve?

 

I did not understand what you write, I have to fix the usb? I wrote an SSDT to fix the usb (see patchded folder)

 

I await your answer!

 

p.s. my kext are in Library/Extensions like a rehabman guide

Send me MacBook-Pro.station.zip

  • Like 1
Link to comment
Share on other sites

1 hour ago, gigibatt said:

 

here it is.

Using this SMBIOS I have lags / pauses / unresponsiveness shortly after boot. This usually clears up after about 10/20 seconds. The solution appears to be removing unused connectors from the ig-platform into the framebuffer kext, are you able to solve?

 

I did not understand what you write, I have to fix the usb? I wrote an SSDT to fix the usb (see patchded folder)

 

I await your answer!

 

p.s. my kext are in Library/Extensions like a rehabman guide

Send me MacBook-Pro.station.zip

is a correct usb properties inside AppleBusPowerController

MaLd0n 2018-08-08 às 14.49.38.png

 

 

remove xosi(wth) and pnlf, have patches in dsdt

MaLd0n 2018-08-08 às 14.42.31.png

 

remove plugin type, have in DSDT too

MaLd0n 2018-08-08 às 14.43.50.png

 

use it, gigibatt device added lol

DSDT.aml.zip

 

SEND ME NEW SEND_ME AFTER REBOOT

Link to comment
Share on other sites

Hi Mald0n,

I already tried a DSDT for a z370-F from you but I can't Wake from sleep using mouse or keyboard, only power button.

Could you help me patching my DSDT properly and fixing it for injecting all the properties correctly, this is the last step for my hack.

Also,i would not use the Port Limit patch could you inject my usb(you can find USBWX.aml).

Also cleaning it would be so appreciated.If you can create a custom DSDT for my system it would be so appreciated.

Many thanks in advance,a donation is the minimum we could do.

Specs:

iMacPro1,1

Asus Z370-F(should name GFX0)

Bcm94360CD

Vega 56 Pulse

Trident Z 3000 MHZ 2x8

8700K(IGPU)

Mojave beta 5

Thermaltake P3 Snow Edition

Jumper981

Send me iProdiFederico 2.zip

Edited by jumper981
Link to comment
Share on other sites

5 hours ago, eldzsé said:

Hi Maldon,

 

I need the DSDT for new computer but I don’t know how to create DSDT. Would you please generate mine. Thank you so very much.

 

Config:

8600k, z370-g (wi-fi ac), GTX760 and intel UHD630

send_me.zip

CLOVER.zip

Link to comment
Share on other sites

1 hour ago, jumper981 said:

Hi Mald0n,

I already tried a DSDT for a z370-F from you but I can't Wake from sleep using mouse or keyboard, only power button.

Could you help me patching my DSDT properly and fixing it for injecting all the properties correctly, this is the last step for my hack.

Also,i would not use the Port Limit patch could you inject my usb(you can find USBWX.aml).

Also cleaning it would be so appreciated.If you can create a custom DSDT for my system it would be so appreciated.

Many thanks in advance,a donation is the minimum we could do.

Specs:

iMacPro1,1

Asus Z370-F(should name GFX0)

Bcm94360CD

Vega 56 Pulse

Trident Z 3000 MHZ 2x8

8700K(IGPU)

Mojave beta 5

Thermaltake P3 Snow Edition

Jumper981

Send me iProdiFederico 2.zip

CLOVER.zip

Link to comment
Share on other sites

13 hours ago, MaLd0n said:

is a correct usb properties inside AppleBusPowerController

MaLd0n 2018-08-08 às 14.49.38.png

 

 

remove xosi(wth) and pnlf, have patches in dsdt

MaLd0n 2018-08-08 às 14.42.31.png

 

remove plugin type, have in DSDT too

MaLd0n 2018-08-08 às 14.43.50.png

 

use it, gigibatt device added lol

DSDT.aml.zip

 

SEND ME NEW SEND_ME AFTER REBOOT

 

attecched

i've read the send me files, with your dsdt we have too many errors in the AppleACPIPlatform, also on ACPIErrorWarning...

Let me know

 

Send me MacBook-Pro.station.zip

Link to comment
Share on other sites

9 hours ago, MaLd0n said:

Many thanks for your EFI folder Mald0n.

Only one issue,USB are not mapped and I should use USB port limit patch.Could you patch my DSDT for injecting only the USB that are present in USBWX.aml in my 1 EFI folder.

Also, I noticed you check AddClockID,but I think it can conflicts with exit from sleep using keyboard or mouse.(?

)1611164911_Schermata2018-08-09alle10_33_35.png.b18d87fb48ed12210b8d872d0fd1f7d3.png

Is this a full SBUS?Or is missing something?

Also,I noticed that you removed my dAGPM.kext.Did you implement through DSDT?

 

Send me iProdiFederico 3.zip

Edited by jumper981
Link to comment
Share on other sites

5 hours ago, gigibatt said:

 

attecched

i've read the send me files, with your dsdt we have too many errors in the AppleACPIPlatform, also on ACPIErrorWarning...

Let me know

 

Send me MacBook-Pro.station.zip

Don't have anyy error or warning, is clean now

 

Extract boot log from 2018-08-9 09:06:46
2018-08-09 09:07:46.000057+0200 0x0        Default     0x0                  0      0    kernel: PMAP: PCID enabled
2018-08-09 09:07:46.000061+0200 0x0        Default     0x0                  0      0    kernel: PMAP: Supervisor Mode Execute Protection enabled
2018-08-09 09:07:46.000063+0200 0x0        Default     0x0                  0      0    kernel: PMAP: Supervisor Mode Access Protection enabled
2018-08-09 09:07:46.002186+0200 0x0        Default     0x0                  0      0    kernel: Darwin Kernel Version 17.7.0: Thu Jun 21 22:53:14 PDT 2018; root:xnu-4570.71.2~1/RELEASE_X86_64
2018-08-09 09:07:46.060742+0200 0x0        Default     0x0                  0      0    kernel: vm_page_bootstrap: 1926857 free pages and 153911 wired pages
2018-08-09 09:07:46.075160+0200 0x0        Default     0x0                  0      0    kernel: kext submap [0x<private> - 0x<private>], kernel text [0x<private> - 0x<private>]
2018-08-09 09:07:46.075165+0200 0x0        Default     0x0                  0      0    kernel: zone leak detection enabled
2018-08-09 09:07:46.075168+0200 0x0        Default     0x0                  0      0    kernel: zalloc: allocating memory for zone names buffer
2018-08-09 09:07:46.075223+0200 0x0        Default     0x0                  0      0    kernel: "vm_compressor_mode" is 4
2018-08-09 09:07:46.075291+0200 0x0        Default     0x0                  0      0    kernel: multiq scheduler config: deep-drain 0, ceiling 47, depth limit 4, band limit 127, sanity check 0
2018-08-09 09:07:46.075297+0200 0x0        Default     0x0                  0      0    kernel: standard timeslicing quantum is 10000 us
2018-08-09 09:07:46.075299+0200 0x0        Default     0x0                  0      0    kernel: standard background quantum is 2500 us
2018-08-09 09:07:46.075331+0200 0x0        Default     0x0                  0      0    kernel: WQ[wql_init]: init linktable with max:262144 elements (8388608 bytes)
2018-08-09 09:07:46.075341+0200 0x0        Default     0x0                  0      0    kernel: WQ[wqp_init]: init prepost table with max:262144 elements (8388608 bytes)
2018-08-09 09:07:46.075370+0200 0x0        Default     0x0                  0      0    kernel: mig_table_max_displ = 16
2018-08-09 09:07:46.078661+0200 0x0        Default     0x0                  0      0    kernel: TSC Deadline Timer supported and enabled
2018-08-09 09:07:46.078892+0200 0x65       Default     0x0                  0      0    kernel: kdp_core zlib memory 0x7000
2018-08-09 09:07:46.783199+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.783200+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.783351+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) RSDP 0x0000000087FFE014 000024 (v02 INSYDE)
2018-08-09 09:07:46.783352+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) RSDP 0x0000000087FFE014 000024 (v02 INSYDE)
2018-08-09 09:07:46.784403+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.784404+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.784456+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.784457+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.784606+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) XSDT 0x0000000087FB1000 0000FC (v01 INSYDE SKL-ULT  00000000      01000013)
2018-08-09 09:07:46.784607+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) XSDT 0x0000000087FB1000 0000FC (v01 INSYDE SKL-ULT  00000000      01000013)
2018-08-09 09:07:46.786441+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.786441+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.786533+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.786534+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.786683+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) FACP 0x0000000087FB0000 0000F4 (v04 Apple  SKL-ULT  00000000 ACPI 00040000)
2018-08-09 09:07:46.786684+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) FACP 0x0000000087FB0000 0000F4 (v04 Apple  SKL-ULT  00000000 ACPI 00040000)
2018-08-09 09:07:46.788517+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.788517+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.792872+0200 0x73       Default     0x0                  0      0    kernel: calling mpo_policy_init for Lilu
2018-08-09 09:07:46.794325+0200 0x73       Default     0x0                  0      0    kernel: Security policy loaded: Lilu Kernel Extension 1.2.3 (Lilu)
2018-08-09 09:07:46.797136+0200 0x73       Default     0x0                  0      0    kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::init created and initing
2018-08-09 09:07:46.797149+0200 0x73       Default     0x0                  0      0    kernel: (AppleCredentialManager) AppleCredentialManager: init: called, instance = <private>.
2018-08-09 09:07:46.798550+0200 0x73       Default     0x0                  0      0    kernel: (AppleCredentialManager) AssertMacros: value (value: 0x0),  file: /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleCredentialManager/AppleCredentialManager-195.70.8/AppleCredentialManager/AppleCredentialManager.cpp:55
2018-08-09 09:07:46.810449+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.810449+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.812101+0200 0x73       Default     0x0                  0      0    kernel: (AppleCredentialManager) AppleCredentialManager: init: EOS device type: 0.
2018-08-09 09:07:46.813337+0200 0x73       Default     0x0                  0      0    kernel: (AppleCredentialManager) ACM: InitCredentialEngine: Global credential set created, CS[10].
2018-08-09 09:07:46.814963+0200 0x73       Default     0x0                  0      0    kernel: (AppleCredentialManager) AppleCredentialManager: init: returning, result = true, instance = <private>.
2018-08-09 09:07:46.816848+0200 0x73       Default     0x0                  0      0    kernel: (kernel) FakeSMCKeyStore: started
2018-08-09 09:07:46.817480+0200 0x73       Default     0x0                  0      0    kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::start starting
2018-08-09 09:07:46.817527+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) DSDT 0x0000000087F82000 0286B2 (v02 INSYDE SKL-ULT  00000000 INTL 20180427)
2018-08-09 09:07:46.817528+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) DSDT 0x0000000087F82000 0286B2 (v02 INSYDE SKL-ULT  00000000 INTL 20180427)
2018-08-09 09:07:46.819362+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.819363+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.819422+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.819423+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.819571+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) FACS 0x0000000087F7D000 000040
2018-08-09 09:07:46.819572+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) FACS 0x0000000087F7D000 000040
2018-08-09 09:07:46.820307+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.820307+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.820356+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.820357+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.820505+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) FACS 0x0000000087F7D000 000040
2018-08-09 09:07:46.820506+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) FACS 0x0000000087F7D000 000040
2018-08-09 09:07:46.821240+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.821241+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.821325+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.821326+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.821475+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) UEFI 0x0000000087FFD000 000236 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.821477+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) UEFI 0x0000000087FFD000 000236 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.822076+0200 0x73       Default     0x0                  0      0    kernel: (AppleCredentialManager) AppleCredentialManager: start: called, instance = <private>.
2018-08-09 09:07:46.824729+0200 0x73       Default     0x0                  0      0    kernel: (AppleCredentialManager) AppleCredentialManager: start: started, instance = <private>.
2018-08-09 09:07:46.826164+0200 0x73       Default     0x0                  0      0    kernel: (AppleCredentialManager) AppleCredentialManager: start: returning, result = true, instance = <private>.
2018-08-09 09:07:46.828010+0200 0x73       Default     0x0                  0      0    kernel: (AppleKeyStore) AppleKeyStore starting (BUILT: Jun 21 2018 23:44:53)
2018-08-09 09:07:46.829409+0200 0x73       Default     0x0                  0      0    kernel: (AppleKeyStore) AppleKeyStore::start: _kernel_relay_enable = 0
2018-08-09 09:07:46.830569+0200 0x73       Default     0x0                  0      0    kernel: (AppleKeyStore) AppleKeyStore::start: _sep_enabled = 0
2018-08-09 09:07:46.831540+0200 0x73       Default     0x0                  0      0    kernel: IOGetBootKeyStoreData: data at address 0 size 0
2018-08-09 09:07:46.831685+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.831685+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.831745+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.831745+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.831895+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) UEFI 0x0000000087FFC000 000042 (v01 INSYDE SKL-ULT  00000002 ACPI 00040000)
2018-08-09 09:07:46.831896+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) UEFI 0x0000000087FFC000 000042 (v01 INSYDE SKL-ULT  00000002 ACPI 00040000)
2018-08-09 09:07:46.833730+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.833731+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.835287+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.835287+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.835436+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071189000 0052EE (v02 INSYDE SKL-ULT  00003000 ACPI 00040000)
2018-08-09 09:07:46.835438+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071189000 0052EE (v02 INSYDE SKL-ULT  00003000 ACPI 00040000)
2018-08-09 09:07:46.837271+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.837272+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.837326+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.837326+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.837475+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) DBGP 0x0000000087FF4000 000034 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.837476+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) DBGP 0x0000000087FF4000 000034 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.839310+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.839310+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.839372+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.839373+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.839522+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) DBG2 0x0000000087FF3000 000054 (v00 INSYDE SKL-ULT  00000000 ACPI 00040000)
2018-08-09 09:07:46.839523+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) DBG2 0x0000000087FF3000 000054 (v00 INSYDE SKL-ULT  00000000 ACPI 00040000)
2018-08-09 09:07:46.841356+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.841357+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.841692+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.841692+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.841842+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000087F80000 000F88 (v02 INSYDE SKL-ULT  00000000 INTL 20180427)
2018-08-09 09:07:46.841843+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000087F80000 000F88 (v02 INSYDE SKL-ULT  00000000 INTL 20180427)
2018-08-09 09:07:46.843676+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.843677+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.843738+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.843738+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.843887+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ASF! 0x0000000087FF1000 0000A5 (v32 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.843888+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ASF! 0x0000000087FF1000 0000A5 (v32 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.845721+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.845722+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.845775+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.845775+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.845924+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ASPT 0x0000000087FF0000 000034 (v07 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.845925+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ASPT 0x0000000087FF0000 000034 (v07 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.847759+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.847759+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.847820+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.847821+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.847970+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) BOOT 0x0000000087FEF000 000028 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.847971+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) BOOT 0x0000000087FEF000 000028 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.849804+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.849805+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.849859+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.849859+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.850008+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) DBGP 0x0000000087FEE000 000034 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.850009+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) DBGP 0x0000000087FEE000 000034 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.851844+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.851845+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.851898+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.851899+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.852048+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) HPET 0x0000000087FEC000 000038 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.852049+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) HPET 0x0000000087FEC000 000038 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.853882+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.853883+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.853942+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.853943+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.854091+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) LPIT 0x0000000087FEB000 000094 (v01 INSYDE SKL-ULT  00000000 ACPI 00040000)
2018-08-09 09:07:46.854092+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) LPIT 0x0000000087FEB000 000094 (v01 INSYDE SKL-ULT  00000000 ACPI 00040000)
2018-08-09 09:07:46.855927+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.855927+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.856008+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.856008+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.856157+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) APIC 0x0000000087FEA000 0000BC (v03 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.856158+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) APIC 0x0000000087FEA000 0000BC (v03 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.857992+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.857992+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.858046+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.858046+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.858195+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) MCFG 0x0000000087F7F000 00003C (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.858196+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) MCFG 0x0000000087F7F000 00003C (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.860030+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.860030+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.860103+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.860104+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.860252+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SLIC 0x0000000087FE8000 000176 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.860253+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SLIC 0x0000000087FE8000 000176 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.862088+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.862089+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.862158+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.862158+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.862307+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) WDAT 0x0000000087FE7000 000134 (v01 INSYDE SKL-ULT  00000000 ACPI 00040000)
2018-08-09 09:07:46.862308+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) WDAT 0x0000000087FE7000 000134 (v01 INSYDE SKL-ULT  00000000 ACPI 00040000)
2018-08-09 09:07:46.864142+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.864142+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.864243+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.864243+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.864392+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071188000 0002D4 (v01 INSYDE SKL-ULT  00000000 ACPI 00040000)
2018-08-09 09:07:46.864393+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071188000 0002D4 (v01 INSYDE SKL-ULT  00000000 ACPI 00040000)
2018-08-09 09:07:46.866226+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.866227+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.867067+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.867067+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.867216+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071185000 002BAE (v02 INSYDE SKL-ULT  00001000 ACPI 00040000)
2018-08-09 09:07:46.867218+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071185000 002BAE (v02 INSYDE SKL-ULT  00001000 ACPI 00040000)
2018-08-09 09:07:46.869051+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.869051+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.869318+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.869318+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.869467+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071184000 000BE3 (v02 INSYDE SKL-ULT  00001000 ACPI 00040000)
2018-08-09 09:07:46.869468+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071184000 000BE3 (v02 INSYDE SKL-ULT  00001000 ACPI 00040000)
2018-08-09 09:07:46.871303+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.871303+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.871388+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.871389+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.871538+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071183000 00019A (v02 INSYDE SKL-ULT  00001000 ACPI 00040000)
2018-08-09 09:07:46.871539+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071183000 00019A (v02 INSYDE SKL-ULT  00001000 ACPI 00040000)
2018-08-09 09:07:46.873374+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.873374+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.873632+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.873633+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.873782+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071182000 000B49 (v02 INSYDE SKL-ULT  00001000 ACPI 00040000)
2018-08-09 09:07:46.873783+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071182000 000B49 (v02 INSYDE SKL-ULT  00001000 ACPI 00040000)
2018-08-09 09:07:46.875617+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.875617+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.875743+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.875744+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.875892+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071181000 0004A3 (v02 INSYDE SKL-ULT  00001000 ACPI 00040000)
2018-08-09 09:07:46.875894+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071181000 0004A3 (v02 INSYDE SKL-ULT  00001000 ACPI 00040000)
2018-08-09 09:07:46.877727+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.877728+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.878016+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.878017+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.878165+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071180000 000E58 (v02 INSYDE SKL-ULT  00003000 ACPI 00040000)
2018-08-09 09:07:46.878167+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071180000 000E58 (v02 INSYDE SKL-ULT  00003000 ACPI 00040000)
2018-08-09 09:07:46.879999+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.880000+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.880060+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.880061+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.880210+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) FPDT 0x0000000087FB3000 000044 (v01 INSYDE SKL-ULT  00000002 ACPI 00040000)
2018-08-09 09:07:46.880211+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) FPDT 0x0000000087FB3000 000044 (v01 INSYDE SKL-ULT  00000002 ACPI 00040000)
2018-08-09 09:07:46.882046+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.882046+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.882099+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.882100+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.882248+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) BGRT 0x0000000087FB2000 000038 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.882250+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) BGRT 0x0000000087FB2000 000038 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.884083+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.884084+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.884158+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.884158+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.884307+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000006F25A000 000183 (v02 hack   UIAC-ALL 00000000 INTL 20180427)
2018-08-09 09:07:46.884308+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000006F25A000 000183 (v02 hack   UIAC-ALL 00000000 INTL 20180427)
2018-08-09 09:07:46.886141+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.886142+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.951973+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.951974+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.952124+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 11 ACPI AML tables successfully acquired and loaded
2018-08-09 09:07:46.952125+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 11 ACPI AML tables successfully acquired and loaded
2018-08-09 09:07:46.953371+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.953372+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.954093+0200 0x83       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
2018-08-09 09:07:46.955327+0200 0x83       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
2018-08-09 09:07:46.956762+0200 0x83       Default     0x0                  0      0    kernel: cpu_data_alloc(1) <private> desc_table: <private> ldt: <private> int_stack: 0x<private>-0x<private>
2018-08-09 09:07:46.956770+0200 0x83       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
2018-08-09 09:07:46.958007+0200 0x83       Default     0x0                  0      0    kernel: cpu_data_alloc(2) <private> desc_table: <private> ldt: <private> int_stack: 0x<private>-0x<private>
2018-08-09 09:07:46.958012+0200 0x83       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
2018-08-09 09:07:46.959249+0200 0x83       Default     0x0                  0      0    kernel: cpu_data_alloc(3) <private> desc_table: <private> ldt: <private> int_stack: 0x<private>-0x<private>
2018-08-09 09:07:46.959255+0200 0x83       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
2018-08-09 09:07:46.960561+0200 0x83       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
2018-08-09 09:07:46.961867+0200 0x83       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
2018-08-09 09:07:46.963174+0200 0x83       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
2018-08-09 09:07:46.966131+0200 0x65       Default     0x0                  0      0    kernel: calling mpo_policy_init for TMSafetyNet
2018-08-09 09:07:46.967757+0200 0x65       Default     0x0                  0      0    kernel: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
2018-08-09 09:07:46.968848+0200 0x65       Default     0x0                  0      0    kernel: calling mpo_policy_init for AMFI
2018-08-09 09:07:46.970302+0200 0x65       Default     0x0                  0      0    kernel: Security policy loaded: Apple Mobile File Integrity (AMFI)
2018-08-09 09:07:46.971193+0200 0x65       Default     0x0                  0      0    kernel: calling mpo_policy_init for Sandbox
2018-08-09 09:07:46.972635+0200 0x65       Default     0x0                  0      0    kernel: Security policy loaded: Seatbelt sandbox policy (Sandbox)
2018-08-09 09:07:46.973733+0200 0x65       Default     0x0                  0      0    kernel: calling mpo_policy_init for Quarantine
2018-08-09 09:07:46.975091+0200 0x65       Default     0x0                  0      0    kernel: Security policy loaded: Quarantine policy (Quarantine)
2018-08-09 09:07:46.978133+0200 0x65       Default     0x0                  0      0    kernel: <compose failure [UUID]>
2018-08-09 09:07:46.979157+0200 0x65       Default     0x0                  0      0    kernel: MAC Framework successfully initialized
2018-08-09 09:07:46.979180+0200 0x65       Default     0x0                  0      0    kernel: ulock_initialize>thread_max=10240, ull_hash_buckets=4096
2018-08-09 09:07:46.983228+0200 0x65       Default     0x0                  0      0    kernel: using 16384 buffer headers and 10240 cluster IO buffer headers
2018-08-09 09:07:46.984248+0200 0x84       Default     0x0                  0      0    kernel: Started cpu 2 (lapic id 00000002)
2018-08-09 09:07:46.985144+0200 0x85       Default     0x0                  0      0    kernel: Started cpu 1 (lapic id 00000001)
2018-08-09 09:07:46.985947+0200 0x86       Default     0x0                  0      0    kernel: Started cpu 3 (lapic id 00000003)
2018-08-09 09:07:46.987315+0200 0x98       Default     0x0                  0      0    kernel: (AppleAPIC) IOAPIC: Version 0x20 Vectors 64:111
2018-08-09 09:07:46.990103+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.990104+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.990253+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) Executed 22 blocks of module-level executable AML code
2018-08-09 09:07:46.990254+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) Executed 22 blocks of module-level executable AML code
2018-08-09 09:07:46.991576+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.991576+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:47.011950+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: sleep states S3 S4 S5
2018-08-09 09:07:47.014195+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.014203+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.014209+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.014698+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.014706+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.014711+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.015139+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.015147+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.015152+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.030273+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.030318+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.030366+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.030409+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.030458+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.036414+0200 0xa0       Default     0x0                  0      0    kernel: (AppleRTC) RTC: Only single RAM bank (128 bytes)
2018-08-09 09:07:47.036415+0200 0xa0       Default     0x0                  0      0    kernel: (AppleRTC) RTC: Only single RAM bank (128 bytes)
2018-08-09 09:07:47.038146+0200 0xb0       Default     0x0                  0      0    kernel: (IOHIDFamily) HID: Legacy shim 2
2018-08-09 09:07:47.040949+0200 0x9c       Default     0x0                  0      0    kernel: (IOPCIFamily) pci (build 23:01:50 Jun 21 2018), flags 0x20e3080
2018-08-09 09:07:47.045302+0200 0x9c       Default     0x0                  0      0    kernel: (IOPCIFamily) pci (build 23:01:50 Jun 21 2018), flags 0x20e3080
2018-08-09 09:07:47.045451+0200 0x9c       Default     0x0                  0      0    kernel: (IOPCIFamily) [ PCI configuration begin ]
2018-08-09 09:07:47.048030+0200 0xba       Default     0x0                  0      0    kernel: (IOHIDFamily) HID: Legacy shim 2
2018-08-09 09:07:47.049892+0200 0xc3       Default     0x0                  0      0    kernel: (IOUSBFamily) 000001.049888 AppleUSBLegacyRoot@(null): AppleUSBLegacyRoot::init: enabling legacy matching
2018-08-09 09:07:47.053484+0200 0x9c       Default     0x0                  0      0    kernel: kPEDisableScreen -1
2018-08-09 09:07:47.053678+0200 0xbd       Default     0x0                  0      0    kernel: (kernel) FakeSMC v6.26-344-g1cf53906.1787 Copyright 2017 netkas, slice, usr-sse2, kozlek, navi, THe KiNG, RehabMan. All rights reserved.
2018-08-09 09:07:47.053760+0200 0xbd       Default     0x0                  0      0    kernel: (kernel) FakeSMC: 19 preconfigured keys added
2018-08-09 09:07:47.053774+0200 0xbd       Default     0x0                  0      0    kernel: (kernel) FakeSMC: 5 keys exported by Clover EFI
2018-08-09 09:07:47.053829+0200 0xbd       Default     0x0                  0      0    kernel: (kernel) SMC: successfully initialized
2018-08-09 09:07:47.057294+0200 0xc8       Default     0x0                  0      0    kernel: (AppleSMC) Previous shutdown cause: 5
2018-08-09 09:07:47.057761+0200 0xce       Default     0x0                  0      0    kernel: (AppleACPIPlatform) Matched against SMC (started)
2018-08-09 09:07:47.057763+0200 0xce       Default     0x0                  0      0    kernel: (AppleACPIPlatform) Generation from SMC report as 2
2018-08-09 09:07:47.057835+0200 0xa5       Default     0x0                  0      0    kernel: (ACPIBatteryManager) ACPIBatteryManager: Version 1.81.4 starting on OS X Darwin 17.7.
2018-08-09 09:07:47.057838+0200 0x9c       Default     0x0                  0      0    kernel: initialize_screen: b=7F80000000, w=00000A00, h=000005A0, r=00002800, d=00000001
2018-08-09 09:07:47.057924+0200 0xa5       Default     0x0                  0      0    kernel: (ACPIBatteryManager) ACPIBatteryManager: Using ACPI regular battery information method _BIF
2018-08-09 09:07:47.058145+0200 0x9c       Default     0x0                  0      0    kernel: kPEEnableScreen 1
2018-08-09 09:07:47.058147+0200 0x9c       Default     0x0                  0      0    kernel: (IOPCIFamily) console relocated to 0x7f80000000
2018-08-09 09:07:47.064918+0200 0xa3       Default     0x0                  0      0    kernel: (AppleACPIEC) ACPI: no ECDT
2018-08-09 09:07:47.067864+0200 0x9c       Default     0x0                  0      0    kernel: (IOPCIFamily) [ PCI configuration end, bridges 3, devices 15 ]
2018-08-09 09:07:47.086105+0200 0xd9       Default     0x0                  0      0    kernel: (IOAHCIFamily) [AHCI][PML][00000000]+IOAHCIPortMultiplierGlobals::IOAHCIPortMultiplierGlobals
2018-08-09 09:07:47.086109+0200 0xd9       Default     0x0                  0      0    kernel: (IOAHCIFamily) [AHCI][PML][00000000]-IOAHCIPortMultiplierGlobals::IOAHCIPortMultiplierGlobals
2018-08-09 09:07:47.100219+0200 0xe5       Default     0x0                  0      0    kernel: (IO80211Family) AirPort_Brcm4360::init AirPortFamily_kexts-1406.5 "AirPortFamily_kexts-1406.5" Jun 21 2018 23:13:45
2018-08-09 09:07:47.110820+0200 0xe5       Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 1.110816: AirPort_Brcm43XX:probe:, this[0x5233172a445722f5]  score[1110]
2018-08-09 09:07:47.120799+0200 0xe5       Default     0x0                  0      0    kernel: (FakePCIID) FakePCIID: Version 1.3.12 starting on OS X Darwin 17.7.
2018-08-09 09:07:47.187233+0200 0x65       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  found RTC service
2018-08-09 09:07:47.187410+0200 0x65       Default     0x0                  0      0    kernel: (AppleRTC) RTC: getGMTTimeOfDay 1533798466
2018-08-09 09:07:47.187431+0200 0x65       Default     0x0                  0      0    kernel: clock_initialize_calendar system does not have monotonic clock.
2018-08-09 09:07:47.199332+0200 0x65       Default     0x0                  0      0    kernel: mcache: 4 CPU(s), 64 bytes CPU cache line size
2018-08-09 09:07:47.211178+0200 0x65       Default     0x0                  0      0    kernel: mbinit: done [96 MB total pool size, (64/32) split]
2018-08-09 09:07:47.211370+0200 0x65       Default     0x0                  0      0    kernel: SK: netagent is disabled by default for this platform
2018-08-09 09:07:47.211946+0200 0x65       Default     0x0                  0      0    kernel: bsd_autoconf: calling kminit
2018-08-09 09:07:47.270294+0200 0xfe       Default     0x0                  0      0    kernel: (AppleFSCompressionTypeZlib) com.apple.AppleFSCompressionTypeZlib kmod start
2018-08-09 09:07:47.281969+0200 0xfe       Default     0x0                  0      0    kernel: (AppleFSCompressionTypeDataless) com.apple.AppleFSCompressionTypeDataless kmod start
2018-08-09 09:07:47.292871+0200 0xfe       Default     0x0                  0      0    kernel: calling mpo_policy_init for ASP
2018-08-09 09:07:47.304314+0200 0xfe       Default     0x0                  0      0    kernel: Security policy loaded: Apple System Policy (ASP)
2018-08-09 09:07:47.304321+0200 0xfe       Default     0x0                  0      0    kernel: (AppleSystemPolicy) AppleSystemPolicy has been successfully started
2018-08-09 09:07:47.315196+0200 0xfe       Default     0x0                  0      0    kernel: (AppleFSCompressionTypeZlib) com.apple.AppleFSCompressionTypeZlib load succeeded
2018-08-09 09:07:47.325160+0200 0x109      Default     0x0                  0      0    kernel: (kernel) VoodooPS2SynapticsTouchPad: Version 1.8.34 starting on OS X Darwin 17.7.
2018-08-09 09:07:47.326051+0200 0xfe       Default     0x0                  0      0    kernel: (AppleFSCompressionTypeDataless) com.apple.AppleFSCompressionTypeDataless load succeeded
2018-08-09 09:07:47.326255+0200 0xe5       Default     0x0                  0      0    kernel: (IO80211Family) IO80211Controller::createIOReporters 0x1478e50a85649757
2018-08-09 09:07:47.326357+0200 0xe3       Default     0x0                  0      0    kernel: (kernel) Ethernet [RealtekRTL8100]: Warning: PCIe ASPM enabled.
2018-08-09 09:07:47.326512+0200 0xe3       Default     0x0                  0      0    kernel: (kernel) Ethernet [RealtekRTL8100]: EEE support enabled.
2018-08-09 09:07:47.326687+0200 0xe3       Default     0x0                  0      0    kernel: (kernel) Ethernet [RealtekRTL8100]: TCP/IPv4 segmentation offload enabled.
2018-08-09 09:07:47.326900+0200 0xe3       Default     0x0                  0      0    kernel: (kernel) Ethernet [RealtekRTL8100]: TCP/IPv6 checksum offload enabled.
2018-08-09 09:07:47.327111+0200 0xe3       Default     0x0                  0      0    kernel: (kernel) Ethernet [RealtekRTL8100]: Using interrupt mitigate value 0x0.
2018-08-09 09:07:47.327545+0200 0x65       Default     0x0                  0      0    kernel: rooting via boot-uuid from /chosen: 5046683D-054C-34B4-AFD5-773CB97F29F8
2018-08-09 09:07:47.327892+0200 0xe5       Default     0x0                  0      0    kernel: (IO80211Family)  CCFlags: 0x0, CCLevel: 5 ConsoleFlags: 0x0, ConsoleLevel: -1
2018-08-09 09:07:47.336151+0200 0xe5       Default     0x0                  0      0    kernel: (corecapture) No Service found 1000002ad
2018-08-09 09:07:47.336257+0200 0x65       Default     0x0                  0      0    kernel: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
2018-08-09 09:07:47.337701+0200 0xe3       Default     0x0                  0      0    kernel: (kernel) Ethernet [RealtekRTL8100]: RTL8105E: (Chipset 11) at 0x<private>, 00:16:96:e7:09:4a
2018-08-09 09:07:47.344979+0200 0xe5       Default     0x0                  0      0    kernel: (corecapture) configureInterests - nElements <= 0!
2018-08-09 09:07:47.345318+0200 0xe5       Default     0x0                  0      0    kernel: (corecapture) Failed to configure interests
2018-08-09 09:07:47.345337+0200 0x77       Debug       0x0                  0      0    kernel: (IOHIDFamily) Report bytes: input:14 output:1 feature:0
2018-08-09 09:07:47.345339+0200 0x77       Debug       0x0                  0      0    kernel: (IOHIDFamily) Collections : 2
2018-08-09 09:07:47.345340+0200 0x77       Debug       0x0                  0      0    kernel: (IOHIDFamily) Buttons     : input:3 output:1 feature:0
2018-08-09 09:07:47.345341+0200 0x77       Debug       0x0                  0      0    kernel: (IOHIDFamily) Values      : input:0 output:0 feature:0
2018-08-09 09:07:47.345544+0200 0xe5       Default     0x0                  0      0    kernel: (IO80211Family) IO80211Controller::addSubscriptionForThisReporterFetchedOnTimer() Failed to addSubscription for group Chip subgroup Bytes Transferred driver 0x1478e50a85649757 - data underrun
2018-08-09 09:07:47.345677+0200 0x77       Debug       0x0                  0      0    kernel: (IOHIDFamily) Element value capacity 12908
2018-08-09 09:07:47.345717+0200 0x77       Debug       0x0                  0      0    kernel: (IOHIDFamily) Report count: 1
2018-08-09 09:07:47.345719+0200 0x77       Debug       0x0                  0      0    kernel: (IOHIDFamily) Report ID: 0 input:112 output:8 feature:0
2018-08-09 09:07:47.345737+0200 0xe5       Default     0x0                  0      0    kernel: (IO80211Family) IO80211ControllerMonitor::configureSubscriptions() failed to add subscription
2018-08-09 09:07:47.346128+0200 0x124      Default     0x0                  0      0    kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::matched first interface
2018-08-09 09:07:47.387915+0200 0x123      Default     0x0                  0      0    kernel: (IOHIDFamily) HID: Legacy shim 2
2018-08-09 09:07:47.492177+0200 0x109      Default     0x0                  0      0    kernel: (kernel) VoodooPS2Trackpad: Identify TouchPad command returned incorrect byte 2 (of 3): 0x02
2018-08-09 09:07:47.493968+0200 0xe5       Default     0x0                  0      0    kernel: (IO80211Family)  CCFlags: 0x0, CCLevel: 5 ConsoleFlags: 0x0, ConsoleLevel: -1
2018-08-09 09:07:47.494122+0200 0xe5       Default     0x0                  0      0    kernel: (IO80211Family)  CCFlags: 0x0, CCLevel: 5 ConsoleFlags: 0x0, ConsoleLevel: -1
2018-08-09 09:07:47.539830+0200 0xe5       Default     0x0                  0      0    kernel: (IO80211Family) IO80211Controller::start _controller is 0x1478e50a85649757, provider is 0x1478e509c6f27c97
2018-08-09 09:07:47.552076+0200 0x109      Default     0x0                  0      0    kernel: (kernel) VoodooPS2Mouse: Version 1.8.34 starting on OS X Darwin 17.7.
2018-08-09 09:07:47.573468+0200 0xe5       Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 1.573466: srom rev:11
2018-08-09 09:07:47.574595+0200 0x11d      Debug       0x0                  0      0    kernel: (IOHIDFamily) Report bytes: input:9 output:0 feature:0
2018-08-09 09:07:47.574596+0200 0x11d      Debug       0x0                  0      0    kernel: (IOHIDFamily) Collections : 3
2018-08-09 09:07:47.574597+0200 0x11d      Debug       0x0                  0      0    kernel: (IOHIDFamily) Buttons     : input:1 output:0 feature:0
2018-08-09 09:07:47.574615+0200 0x11d      Debug       0x0                  0      0    kernel: (IOHIDFamily) Values      : input:4 output:0 feature:0
2018-08-09 09:07:47.574627+0200 0x11d      Debug       0x0                  0      0    kernel: (IOHIDFamily) Element value capacity 320
2018-08-09 09:07:47.574638+0200 0x11d      Debug       0x0                  0      0    kernel: (IOHIDFamily) Report count: 1
2018-08-09 09:07:47.574639+0200 0x11d      Debug       0x0                  0      0    kernel: (IOHIDFamily) Report ID: 0 input:72 output:0 feature:0
2018-08-09 09:07:47.574817+0200 0x11d      Default     0x0                  0      0    kernel: (IOHIDFamily) IOHIPointing::0x1000002d8 has no HIDScrollResolution. This /implies/ no scroll acceleration.
2018-08-09 09:07:47.583880+0200 0xe5       Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 1.583878: ChangeVCO => vco:960, xtalF:40, frac: 98, ndivMode: 3, ndivint: 24
2018-08-09 09:07:47.595810+0200 0xe5       Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 1.595808: Data written into the PLL_CNTRL_ADDR2: 00000c31
2018-08-09 09:07:47.604818+0200 0xe5       Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 1.604816: Data written into the PLL_CNTRL_ADDR3 (Fractional): 0000100e
2018-08-09 09:07:47.622579+0200 0xe5       Default     0x0                  0      0    kernel: (AirPortBrcm4360) Setting property subsystem-id to:623
2018-08-09 09:07:47.622582+0200 0xe5       Default     0x0                  0      0    kernel: (AirPortBrcm4360) Setting property subsystem-vendor-id to:106b
2018-08-09 09:07:47.627407+0200 0xe5       Default     0x0                  0      0    kernel: (IO80211Family) init: error getting PHY_MODE;  using MODE_UNKNOWN
2018-08-09 09:07:47.636037+0200 0xe5       Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 1.636032: BRCM tunables:
2018-08-09 09:07:47.644177+0200 0xe5       Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 1.644175:   pullmode[1] txringsize[  256] txsendqsize[0] reapmin[   32] reapcount[  128]
2018-08-09 09:07:47.656600+0200 0xe5       Default     0x0                  0      0    kernel: (AirPortBrcm4360) wl0: Broadcom BCM43b1 802.11 Wireless Controller
2018-08-09 09:07:47.658492+0200 0xe5       Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 1.658490: wl0: Broadcom BCM43b1, vendorID[0x14e4] BAR0[0xa1200004]
2018-08-09 09:07:48.346571+0200 0x10d      Default     0x0                  0      0    kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::delayedClockIDLookup registered service
2018-08-09 09:07:49.399606+0200 0x144      Default     0x0                  0      0    kernel: (apfs) apfs_module_start:1279: load: com.apple.filesystems.apfs, v748.51.0, 748.77.8, 2018/06/21
2018-08-09 09:07:49.408294+0200 0x65       Default     0x0                  0      0    kernel: BSD root: disk0s2
2018-08-09 09:07:49.408710+0200 0x65       Default     0x0                  0      0    kernel: , major 1, minor 3
2018-08-09 09:07:49.587610+0200 0x65       Default     0x0                  0      0    kernel: (HFS) hfs: mounted Macintosh HD on device b(1, 3)
2018-08-09 09:07:49.588306+0200 0x156      Default     0x0                  0      0    kernel: load_init_program: attempting to load /sbin/launchd
2018-08-09 09:07:49.621789+0200 0x65       Default     0x0                  0      0    kernel: XCPM: registered
2018-08-09 09:07:49.621790+0200 0x65       Default     0x0                  0      0    kernel: XCPM: registered
2018-08-09 09:07:49.639558+0200 0x65       Default     0x0                  0      0    kernel: VM Swap Subsystem is ON
2018-08-09 09:07:51.268302+0200 0x20c      Default     0x0                  0      0    kernel: Waiting for DSMOS...
2018-08-09 09:07:51.448864+0200 0x271      Default     0x0                  0      0    kernel: (IO80211Family) IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
2018-08-09 09:07:51.462598+0200 0x271      Default     0x0                  0      0    kernel: (IO80211Family) IO80211Interface::efiNVRAMPublished():
2018-08-09 09:07:51.475122+0200 0x271      Default     0x0                  0      0    kernel: (IO80211Family) initting Scan Manager controller 0x1478e50a85649757 ioservice 0x1478e509c6f27c97 interface 0x1478e509c7134357 ioservce 0x1478e50a85649757
2018-08-09 09:07:51.490571+0200 0x271      Default     0x0                  0      0    kernel: (IO80211Family) bpfAttach len 68 dlt 12
2018-08-09 09:07:51.736707+0200 0x245      Default     0x0                  0      0    kernel: (AppleKeyStore) unexpected session: 100000 uid: -1 requested by: 42
2018-08-09 09:07:51.749813+0200 0x245      Default     0x0                  0      0    kernel: (AppleKeyStore) AppleKeyStore: operation failed (pid: 42 sel: 7 ret: e00002c2 '-536870206', -1, 100000)
2018-08-09 09:07:52.172832+0200 0x261      Default     0x0                  0      0    kernel: en0: starting optimistic DAD immediately for fe80:5::4e:8132:a4fd:9bde
2018-08-09 09:07:52.174375+0200 0x261      Default     0x0                  0      0    kernel: (IO80211Family) AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
2018-08-09 09:07:52.188448+0200 0x261      Default     0x0                  0      0    kernel: (IO80211Family) Got incomplete channel sequence length 0, should be 16
2018-08-09 09:07:52.202128+0200 0x261      Default     0x0                  0      0    kernel: (IO80211Family) en1: channel changed to 1
2018-08-09 09:07:52.214641+0200 0x261      Default     0x0                  0      0    kernel: (IO80211Family) en1::IO80211Interface::postMessage bssid changed
2018-08-09 09:07:52.227634+0200 0x261      Default     0x0                  0      0    kernel: (IO80211Family) bpfAttach len 94 dlt 163
2018-08-09 09:07:52.239925+0200 0x261      Default     0x0                  0      0    kernel: (IO80211Family) bpfAttach len 30 dlt 105
2018-08-09 09:07:52.252079+0200 0x261      Default     0x0                  0      0    kernel: (IO80211Family) bpfAttach len 52 dlt 127
2018-08-09 09:07:52.264112+0200 0x261      Default     0x0                  0      0    kernel: (IO80211Family) bpfAttach len 38 dlt 192
2018-08-09 09:07:52.277369+0200 0x3ad      Default     0x0                  0      0    kernel: (IO80211Family) AirPort_Brcm4360::getSSIDData(): Get failure: APPLE80211_IOC_SSID: 6
2018-08-09 09:07:52.312416+0200 0x261      Default     0x0                  0      0    kernel: en1: starting optimistic DAD immediately for fe80:6::4a7:5137:ae0e:73fe
2018-08-09 09:07:52.363697+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) AirPort_Brcm4360_P2PInterface::init name <p2p0> role 1
2018-08-09 09:07:52.376927+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) IO80211VirtualInterface::init _controller is 0x1478e50a85649757, provider is 0x1478e509c6f27c97
2018-08-09 09:07:52.391741+0200 0x323      Default     0x0                  0      0    kernel: (corecapture) configureInterests - nElements <= 0!
2018-08-09 09:07:52.392715+0200 0x323      Default     0x0                  0      0    kernel: (corecapture) Failed to configure interests
2018-08-09 09:07:52.405436+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) IO80211Controller::addSubscriptionForThisReporterFetchedOnTimer() Failed to addSubscription for group Interface p2p0 subgroup Data Packets driver 0x1478e50a85649757 - data underrun
2018-08-09 09:07:52.422702+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) IO80211InterfaceMonitor::configureSubscriptions() failed to add subscription
2018-08-09 09:07:52.437147+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) AirPort_Brcm4360_P2PInterface::init <p2p> role 1
2018-08-09 09:07:52.559024+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) AirPort_Brcm4360_P2PInterface::init name <awdl0> role 4
2018-08-09 09:07:52.572967+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) AirPort_Brcm4360_P2PInterface::awdlAttachToBpf name <awdl0> role 4 successful attach to bpf type 147
2018-08-09 09:07:52.588186+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) IO80211VirtualInterface::init _controller is 0x1478e50a85649757, provider is 0x1478e509c6f27c97
2018-08-09 09:07:52.606470+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family)  Creating all peerManager reporters
2018-08-09 09:07:52.620290+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) AirPort_Brcm4360_P2PInterface::init <awdl> role 4
2018-08-09 09:07:52.656732+0200 0x44e      Default     0x0                  0      0    kernel: (AppleKeyStore) unexpected session: 100000 uid: -1 requested by: 175
2018-08-09 09:07:52.670791+0200 0x44e      Default     0x0                  0      0    kernel: (AppleKeyStore) AppleKeyStore: operation failed (pid: 175 sel: 17 ret: e00002c2 '-536870206', -1, 100000)
2018-08-09 09:07:52.686961+0200 0x44e      Default     0x0                  0      0    kernel: (AppleKeyStore) unexpected session: 100000 uid: -1 requested by: 175
2018-08-09 09:07:52.700649+0200 0x44e      Default     0x0                  0      0    kernel: (AppleKeyStore) AppleKeyStore: operation failed (pid: 175 sel: 7 ret: e00002c2 '-536870206', -1, 100000)
2018-08-09 09:07:52.870328+0200 0x355      Default     0x0                  0      0    kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::setAwdlPeerTrafficRegistration assisted discovery requested: channel 0 realTime 0 active 0 forcedMaster 00:00:00:00:00:00
2018-08-09 09:07:52.870345+0200 0x355      Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 8.057751: wl0: setAWDL_PEER_TRAFFIC_REGISTRATION: active 0, roam_off: 0, err 0 roam_start_set 0 forced_roam_set 0
2018-08-09 09:07:52.892086+0200 0x355      Default     0x0                  0      0    kernel: (IO80211Family) com.apple.p2p: setAwdlPeerTrafficRegistration(): Clear traffic registration for airplay peer(00:00:00:00:00:00) hint=0
2018-08-09 09:07:52.892090+0200 0x355      Default     0x0                  0      0    kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::setAwdlPeerTrafficRegistration Clearing AirPlay peer 00:00:00:00:00:00
2018-08-09 09:07:52.892094+0200 0x355      Default     0x0                  0      0    kernel: (IO80211Family) com.apple.p2p: dfsProxyStateMachine[6785] : From State kAWDLDFSProxyOff To State kAWDLDFSProxyOff
2018-08-09 09:07:53.056237+0200 0x411      Default     0x0                  0      0    kernel: (IO80211Family) en1: channel changed to 1
2018-08-09 09:07:53.070274+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) Setting BTCoex Profile: band:8
2018-08-09 09:07:53.083240+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) Profile[0]: mode:7; desense:0; desense_level:0; chain_power_offset:
2018-08-09 09:07:53.085073+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.085131+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.085190+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.085246+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.085302+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 
2018-08-09 09:07:53.097356+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) Profile[1]: mode:7; desense:0; desense_level:0; chain_power_offset:
2018-08-09 09:07:53.099137+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.099193+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.099249+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.099307+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.099363+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 
2018-08-09 09:07:53.111057+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) Profile[2]: mode:7; desense:1; desense_level:3; chain_power_offset:
2018-08-09 09:07:53.112835+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.112891+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.112945+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.113000+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.113055+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 
2018-08-09 09:07:53.124581+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) Profile[3]: mode:7; desense:0; desense_level:0; chain_power_offset:
2018-08-09 09:07:53.126361+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.126416+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.126473+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.126528+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.126582+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 
2018-08-09 09:07:53.138135+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) Setting BTCoex Profile: band:2
2018-08-09 09:07:53.150338+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) Profile[0]: mode:0; desense:0; desense_level:0; chain_power_offset:
2018-08-09 09:07:53.152128+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.152183+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.152237+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.152291+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.152345+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 
2018-08-09 09:07:53.399671+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) Setting BTCoex Config: enable_2G:1, profile_2g:0, enable_5G:1, profile_5G:0
2018-08-09 09:07:53.417718+0200 0x493      Error       0x0                  0      0    kernel: (AppleSystemPolicy) Setting mach port for daemon
2018-08-09 09:07:53.537768+0200 0x1e9      Default     0x0                  0      0    kernel: Notice - new kext com.apple.driver.KextExcludeList, v13.2.1 matches prelinked kext but can't determine if executables are the same (no UUIDs).
2018-08-09 09:07:53.656536+0200 0x1e9      Default     0x0                  0      0    kernel: Matching service count = 23
2018-08-09 09:07:53.657469+0200 0x1e9      Default     0x0                  0      0    kernel: Matching service count = 25
2018-08-09 09:07:53.665051+0200 0x557      Default     0x0                  0      0    kernel: (IOGraphicsFamily) IOGraphics flags 0x3 (0x51)
2018-08-09 09:07:53.732980+0200 0x559      Default     0x0                  0      0    kernel: (CPUSensors) CPUSensors: CPU family 0x6, model 0x4e, stepping 0x3, cores 2, threads 4, TJmax 100
2018-08-09 09:07:53.733201+0200 0x566      Default     0x0                  0      0    kernel: (IOHIDFamily) HID: Legacy shim 2
2018-08-09 09:07:53.733370+0200 0x559      Default     0x0                  0      0    kernel: (CPUSensors) CPUSensors: setting platform keys to [j43     ]
2018-08-09 09:07:53.733658+0200 0x559      Default     0x0                  0      0    kernel: (CPUSensors) CPUSensors: base CPU multiplier is 28
2018-08-09 09:07:53.734213+0200 0x559      Default     0x0                  0      0    kernel: (CPUSensors) CPUSensors: started
2018-08-09 09:07:53.737329+0200 0x55f      Default     0x0                  0      0    kernel: (ACPISensors) ACPISensors (TZ01): 1 sensor added
2018-08-09 09:07:53.741673+0200 0x563      Default     0x0                  0      0    kernel: com_apple_driver_eficheck::probe(LPCB)
2018-08-09 09:07:53.742627+0200 0x563      Default     0x0                  0      0    kernel: com_apple_driver_eficheck::start(LPCB) <1>
2018-08-09 09:07:53.745125+0200 0x3b7      Default     0x0                  0      0    kernel: (IO80211Family) AirPort: Link Up on awdl0
2018-08-09 09:07:53.748941+0200 0x558      Default     0x0                  0      0    kernel: (AGDCBacklightControl) AGDCBacklightControl: Didn't find DPMicro.
2018-08-09 09:07:53.749278+0200 0x55f      Default     0x0                  0      0    kernel: (ACPISensors) ACPISensors (TZ01): started
2018-08-09 09:07:53.759838+0200 0x55e      Default     0x0                  0      0    kernel: (ACPISensors) ACPISensors (TZ00): 1 sensor added
2018-08-09 09:07:53.760733+0200 0x55c      Default     0x0                  0      0    kernel: (IOPlatformPluginFamily) Generation from SMC report as 2
2018-08-09 09:07:53.760734+0200 0x55c      Default     0x0                  0      0    kernel: (IOPlatformPluginFamily) Generation from SMC report as 2
2018-08-09 09:07:53.760914+0200 0x55e      Default     0x0                  0      0    kernel: (ACPISensors) ACPISensors (TZ00): started
2018-08-09 09:07:53.761066+0200 0x3b7      Default     0x0                  0      0    kernel: (IO80211Family) com.apple.p2p: AWDL is off
2018-08-09 09:07:53.764699+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: Version 2.2.10 starting on OS X Darwin 17.7.
2018-08-09 09:07:53.766278+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::init(<private>)
2018-08-09 09:07:53.766294+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::init(<private>) returns 1
2018-08-09 09:07:53.769266+0200 0x567      Debug       0x0                  0      0    kernel: (IOHIDFamily) Report bytes: input:4 output:0 feature:0
2018-08-09 09:07:53.769267+0200 0x567      Debug       0x0                  0      0    kernel: (IOHIDFamily) Collections : 3
2018-08-09 09:07:53.769269+0200 0x567      Debug       0x0                  0      0    kernel: (IOHIDFamily) Buttons     : input:1 output:0 feature:0
2018-08-09 09:07:53.769271+0200 0x567      Debug       0x0                  0      0    kernel: (IOHIDFamily) Values      : input:3 output:0 feature:0
2018-08-09 09:07:53.769499+0200 0x567      Debug       0x0                  0      0    kernel: (IOHIDFamily) Element value capacity 168
2018-08-09 09:07:53.769517+0200 0x567      Debug       0x0                  0      0    kernel: (IOHIDFamily) Report count: 1
2018-08-09 09:07:53.769519+0200 0x567      Debug       0x0                  0      0    kernel: (IOHIDFamily) Report ID: 0 input:32 output:0 feature:0
2018-08-09 09:07:53.769789+0200 0x55a      Default     0x0                  0      0    kernel: (AppleSSE) AssertMacros: value (value: 0x0),  file: /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleSSE/AppleSSE-116.70.1/AppleSSE/AppleSSE.cpp, line: 34
2018-08-09 09:07:53.774117+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: Unknown new Darwin version 17.7, using possible compatible personality.
2018-08-09 09:07:53.774284+0200 0x586      Default     0x0                  0      0    kernel: (IOHIDFamily) HID: Legacy shim 2
2018-08-09 09:07:53.774743+0200 0x55a      Default     0x0                  0      0    kernel: DSMOS has arrived
2018-08-09 09:07:53.774942+0200 0x55a      Default     0x0                  0      0    kernel: (IOBluetoothFamily) [IOBluetoothFamily][start] -- completed
2018-08-09 09:07:53.775040+0200 0x55a      Default     0x0                  0      0    kernel: (IOSurface) IOSurface allowing global lookups (with warnings)
2018-08-09 09:07:53.809696+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::start(<private>)
2018-08-09 09:07:53.809708+0200 0x55a      Default     0x0                  0      0    kernel: (112B4787-0000-0000-00F0-000000000000) <compose failure [UUID]>
2018-08-09 09:07:53.815273+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: Published new IOKit personality for BrcmFirmwareStore.
2018-08-09 09:07:53.835350+0200 0x20c      Default     0x0                  101    0    loginwindow: Login Window Application Started
2018-08-09 09:07:53.836751+0200 0x20c      Default     0x0                  101    0    loginwindow: -[SessionStateMonitor setLoginState:] | ************* login state: InitialStartup
2018-08-09 09:07:53.839775+0200 0x20c      Activity    0x790                101    0    loginwindow: (CoreFoundation) Loading Preferences From System CFPrefsD
2018-08-09 09:07:53.907856+0200 0x5ae      Default     0x0                  0      0    kernel: (IOPlatformPluginFamily) IOPPF: XCPM mode
2018-08-09 09:07:53.907858+0200 0x5ae      Default     0x0                  0      0    kernel: (IOPlatformPluginFamily) IOPPF: XCPM mode
2018-08-09 09:07:53.981982+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) +-IOAudioDevice[<private>]::initHardware(<private>)
2018-08-09 09:07:53.981996+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setManufacturerName(<private>)
2018-08-09 09:07:53.982000+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setManufacturerName(<private>)
2018-08-09 09:07:53.982002+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setDeviceName(<private>)
2018-08-09 09:07:53.982011+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setDeviceModelName(<private>)
2018-08-09 09:07:53.982014+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setDeviceModelName(<private>)
2018-08-09 09:07:53.982016+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setDeviceName(<private>)
2018-08-09 09:07:53.982018+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setDeviceShortName(<private>)
2018-08-09 09:07:53.982022+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setDeviceShortName(<private>)
2018-08-09 09:07:53.982023+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setConfigurationApplicationBundle(<private>)
2018-08-09 09:07:53.982026+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setConfigurationApplicationBundle(<private>)
2018-08-09 09:07:53.982126+0200 0x11d      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setPowerState(1, <private>)
2018-08-09 09:07:53.982128+0200 0x11d      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setPowerState(1, <private>) returns 0x0
2018-08-09 09:07:53.982138+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::start(<private>)
2018-08-09 09:07:53.986248+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: Published new IOKit personality for BrcmPatchRAMResidency.
2018-08-09 09:07:54.043494+0200 0x5ca      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::init(<private>)
2018-08-09 09:07:54.043507+0200 0x5ca      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::init(<private>) returns 1
2018-08-09 09:07:54.043536+0200 0x5ca      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setDeviceModelName(<private>)
2018-08-09 09:07:54.043539+0200 0x5ca      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setDeviceModelName(<private>)
2018-08-09 09:07:54.095852+0200 0x323      Default     0x0                  0      0    kernel: awdl0: promiscuous mode enable succeeded
2018-08-09 09:07:54.232193+0200 0x323      Default     0x0                  0      0    kernel: awdl0: promiscuous mode disable succeeded
2018-08-09 09:07:54.240500+0200 0x4a3      Default     0x0                  0      0    kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::setAwdlOperatingMode Setting the AWDL operation mode from AUTO to SUSPENDED
2018-08-09 09:07:54.240506+0200 0x4a3      Default     0x0                  0      0    kernel: (IO80211Family) com.apple.p2p: AWDL is suspended
2018-08-09 09:07:54.244144+0200 0x323      Default     0x0                  0      0    kernel: awdl0: promiscuous mode enable succeeded
2018-08-09 09:07:54.274418+0200 0x1e9      Default     0x0                  0      0    kernel: (ufsd_NTFS) ufsd_NTFS :
2018-08-09 09:07:54.285982+0200 0x1e9      Default     0x0                  0      0    kernel: (ufsd_NTFS) UFSD version 10.00 => loaded
2018-08-09 09:07:54.364919+0200 0x4a3      Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 9.552307: wl0: setCIPHER_KEY: key == NULL, clear keys
2018-08-09 09:07:54.378143+0200 0x4a3      Default     0x0                  0      0    kernel: (IO80211Family) parseRSNIE: groupCipherType = 5 pairwiseCipherType = 5 authSel = 2
2018-08-09 09:07:54.390940+0200 0x4a3      Default     0x0                  0      0    kernel: (IO80211Family) initWithInterfaceAndIE: _myMacAddress 48:e2:44:e2:34:d3
2018-08-09 09:07:54.403600+0200 0x4a3      Default     0x0                  0      0    kernel: (IO80211Family) setPMK: PMK SET!
2018-08-09 09:07:54.422351+0200 0x3d2      Default     0x0                  0      0    kernel: (IO80211Family) com.apple.p2p: updateLocalRequests[10360] : AWDL will be turned ON by macbook-prolocal AAAA advertise, Called from mDNSResponder (pid 154)
2018-08-09 09:07:54.423098+0200 0x3d2      Default     0x0                  0      0    kernel: (IO80211Family) com.apple.p2p: updateLocalRequests[10360] : AWDL will be turned ON by 9cba73efffe5910a00000000000008efip6arpa PTR advertise, Called from mDNSResponder (pid 154)
2018-08-09 09:07:54.520604+0200 0x10c      Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 9.708010: txpwr advertised by STA: min 8dbm max 32dbm
2018-08-09 09:07:54.539915+0200 0x3b7      Default     0x0                  0      0    kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::interfaceStateChange Infra State Changed, Channel = 0
2018-08-09 09:07:54.540221+0200 0x3b7      Default     0x0                  0      0    kernel: (IO80211Family) AirPort: Link Up on en1
2018-08-09 09:07:54.552681+0200 0x3b7      Default     0x0                  0      0    kernel: (IO80211Family) en1: BSSID changed to 64:59:f8:35:af:ec
2018-08-09 09:07:54.565203+0200 0x3b7      Default     0x0                  0      0    kernel: (IO80211Family) en1: channel changed to 48,80
2018-08-09 09:07:54.577225+0200 0x3b7      Default     0x0                  0      0    kernel: (IO80211Family) en1::IO80211Interface::postMessage bssid changed
2018-08-09 09:07:54.591813+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) en1: Received EAPOL packet (length = 135)
2018-08-09 09:07:54.604313+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) inputEAPOLFrame: 0 extra bytes present in EAPOL frame.
2018-08-09 09:07:54.617179+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) inputEAPOLFrame: Received message 1 of 4
2018-08-09 09:07:54.629814+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) FULL RSN IE FOUND: 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 0c 00
2018-08-09 09:07:54.632122+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) storeFullRSNIE: getAP_IE_LIST returned 0
2018-08-09 09:07:54.644914+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) PMK: 56 fe df b1 85 9e 30 6a a1 a7 1d 19 6b 15 8d 6c fc f9 44 8a be 9d 93 b3 1e 52 38 e3 b0 67 b2 a2
2018-08-09 09:07:54.647760+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) TPTK: 9b 35 07 51 2d d9 91 b7 0e e2 e3 77 46 13 e3 35 41 d5 a5 2a 7d 70 1f 7f 79 9a 1e 1d 5e f5 97 66 17 ab b7 c7 0f 52 ce 80 57 18 c6 83 b9 99 81 de 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2018-08-09 09:07:54.653171+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) KEY MIC: b6 9b 0f 25 f6 ee cc 70 aa bd 27 a0 0e eb c2 af
2018-08-09 09:07:54.666860+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) process1of4: sending replyPacket 135 bytes
2018-08-09 09:07:54.682911+0200 0x644      Default     0x0                  0      0    kernel: (IO80211Family) Unexpected payload found for message 9, dataLen 0
2018-08-09 09:07:54.696755+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) en1: Received EAPOL packet (length = 169)
2018-08-09 09:07:54.710133+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) inputEAPOLFrame: 0 extra bytes present in EAPOL frame.
2018-08-09 09:07:54.723893+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) inputEAPOLFrame: decrypting key data
2018-08-09 09:07:54.737108+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) inputEAPOLFrame: Received message 3 of 4
2018-08-09 09:07:54.750221+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) process3of4: Performing IE check.
2018-08-09 09:07:54.760108+0200 0x55d      Default     0x0                  0      0    kernel: (ACPISensors) PTIDSensors: started
2018-08-09 09:07:54.762952+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) process3of4: sending replyPacket ( len = 113 ).
2018-08-09 09:07:54.763220+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) process3of4: received pairwise GTK
2018-08-09 09:07:54.763379+0200 0x11d      Default     0x0                  0      0    kernel: (IO80211Family) ptkThread: Sleeping!
2018-08-09 09:07:54.811985+0200 0x11d      Default     0x0                  0      0    kernel: (IO80211Family) ptkThread: Installing PTK!
2018-08-09 09:07:54.819797+0200 0x5cc      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::start(<private>)
2018-08-09 09:07:54.819807+0200 0x5cc      Default     0x0                  0      0    kernel: (IOAudioFamily) +-IOAudioDevice[<private>]::initHardware(<private>)
2018-08-09 09:07:54.819811+0200 0x5cc      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setDeviceName(<private>)
2018-08-09 09:07:54.819815+0200 0x5cc      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setDeviceName(<private>)
2018-08-09 09:07:54.819817+0200 0x5cc      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setDeviceShortName(<private>)
2018-08-09 09:07:54.819820+0200 0x5cc      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setDeviceShortName(<private>)
2018-08-09 09:07:54.819822+0200 0x5cc      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setManufacturerName(<private>)
2018-08-09 09:07:54.819826+0200 0x5cc      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setManufacturerName(<private>)
2018-08-09 09:07:54.823709+0200 0x11d      Default     0x0                  0      0    kernel: (IO80211Family) PTK: 17 ab b7 c7 0f 52 ce 80 57 18 c6 83 b9 99 81 de
2018-08-09 09:07:54.825067+0200 0x5cc      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioEngine[<private>]::init(0x0)
2018-08-09 09:07:54.825069+0200 0x5cc      Default     0x0                  0      0    kernel: (IOAudioFamily)   properties(0x0) == NULL
2018-08-09 09:07:54.825089+0200 0x5cc      Default     0x0                  0      0    kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::setState(0x0. oldState=0)
2018-08-09 09:07:54.825093+0200 0x5cc      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioEngine[<private>]::init(0x0)
2018-08-09 09:07:54.825389+0200 0x11d      Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 10.012795: SetCryptoKey() bcmerr[0]:  ea[64:59:f8:35:af:ec]  T: keyIdx[0] keylen[16] flags[0x0002] algo[4] rxiv(hi[0x00000000] lo[0x0000])
2018-08-09 09:07:54.840925+0200 0x11d      Default     0x0                  0      0    kernel: (IO80211Family) ptkThread: Installing GTK!
2018-08-09 09:07:54.842452+0200 0x564      Default     0x0                  0      0    kernel: (BrcmFirmwareRepo) BrcmPatchRAM: Loaded firmware "BCM20702A1_001.002.014.1483.1651_v5747.zhx" from resources.
2018-08-09 09:07:54.853081+0200 0x595      Default     0x0                  0      0    kernel: (AppleSMBusController) AppleSMBusControllerICH::SMBusLock acquireHostController() failed: 0xe00002d6
2018-08-09 09:07:54.853888+0200 0x564      Default     0x0                  0      0    kernel: (BrcmFirmwareRepo) BrcmPatchRAM: Decompressed firmware (29732 bytes --> 70201 bytes).
2018-08-09 09:07:54.854244+0200 0x655      Default     0x0                  0      0    kernel: (AppleGraphicsPowerManagement) [AGPM Controller] build gpuDict by GPU IGPU.
2018-08-09 09:07:54.854260+0200 0x655      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphicsFramebuffer) IG: Called when FB is in a non-wake State in getAttribute - attribute: 'gnps'
2018-08-09 09:07:54.854399+0200 0x655      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphicsFramebuffer) IG: Called when FB is in a non-wake State in setAttribute - attribute: ' par'
2018-08-09 09:07:54.854460+0200 0x564      Default     0x0                  0      0    kernel: (BrcmFirmwareRepo) BrcmPatchRAM: Firmware is valid IntelHex firmware.
2018-08-09 09:07:54.854616+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: [0489:e07a]: USB [48E244E234D4 v274] "BCM20702A0" by "Broadcom Corp"
2018-08-09 09:07:54.854682+0200 0x656      Default     0x0                  0      0    kernel: (AppleGraphicsPowerManagement) [AGPM Controller] build gpuDict by GPU IGPU.
2018-08-09 09:07:54.854692+0200 0x656      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphicsFramebuffer) IG: Called when FB is in a non-wake State in getAttribute - attribute: 'gnps'
2018-08-09 09:07:54.854814+0200 0x656      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphicsFramebuffer) IG: Called when FB is in a non-wake State in setAttribute - attribute: ' par'
2018-08-09 09:07:54.854893+0200 0x657      Default     0x0                  0      0    kernel: (AppleGraphicsPowerManagement) [AGPM Controller] build gpuDict by GPU IGPU.
2018-08-09 09:07:54.854908+0200 0x657      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphicsFramebuffer) IG: Called when FB is in a non-wake State in getAttribute - attribute: 'gnps'
2018-08-09 09:07:54.855071+0200 0x11d      Default     0x0                  0      0    kernel: (IO80211Family) installGTK: setting cipher key (flags = 0x0)
2018-08-09 09:07:54.855288+0200 0x657      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphicsFramebuffer) IG: Called when FB is in a non-wake State in setAttribute - attribute: ' par'
2018-08-09 09:07:54.891043+0200 0x655      Default     0x0                  0      0    kernel: (AppleGraphicsPowerManagement) AGPM::start - publish fMinPowerState = 0 fMaxPowerState = 15
2018-08-09 09:07:55.002010+0200 0x11d      Default     0x0                  0      0    kernel: (IO80211Family) GTK-RSC: 10 35 08 00 00 00
2018-08-09 09:07:55.002745+0200 0x11d      Default     0x0                  0      0    kernel: (IO80211Family) GTK: 43 52 72 c8 a7 91 02 c6 8d ad 95 0e 49 24 1b ad
2018-08-09 09:07:55.004166+0200 0x11d      Default     0x0                  0      0    kernel: (IO80211Family) AirPort: RSN handshake complete on en1
2018-08-09 09:07:55.017027+0200 0x11d      Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 10.204431: SetCryptoKey() bcmerr[0]:  ea[00:00:00:00:00:00]  R: keyIdx[1] keylen[16] flags[0x0000] algo[4] rxiv(hi[0x00000008] lo[0x3510])
2018-08-09 09:07:55.032726+0200 0x11d      Default     0x0                  0      0    kernel: (IO80211Family) installGTK: GTK installed
2018-08-09 09:07:55.044879+0200 0x11d      Default     0x0                  0      0    kernel: (AppleSMBusController) *** AppleSMBusControllerICH::completeRequest, transaction error: 0x18
2018-08-09 09:07:55.046932+0200 0x661      Debug       0x0                  0      0    kernel: (AppleMikeyHIDDriver) 
2018-08-09 09:07:55.046953+0200 0x661      Debug       0x0                  0      0    kernel: (AppleMikeyHIDDriver) 
2018-08-09 09:07:55.046970+0200 0x661      Debug       0x0                  0      0    kernel: (IOHIDFamily) Report bytes: input:1 output:0 feature:0
2018-08-09 09:07:55.046971+0200 0x661      Debug       0x0                  0      0    kernel: (IOHIDFamily) Collections : 2
2018-08-09 09:07:55.046973+0200 0x661      Debug       0x0                  0      0    kernel: (IOHIDFamily) Buttons     : input:3 output:0 feature:0
2018-08-09 09:07:55.046974+0200 0x661      Debug       0x0                  0      0    kernel: (IOHIDFamily) Values      : input:0 output:0 feature:0
2018-08-09 09:07:55.046986+0200 0x661      Debug       0x0                  0      0    kernel: (IOHIDFamily) Element value capacity 96
2018-08-09 09:07:55.046997+0200 0x661      Debug       0x0                  0      0    kernel: (IOHIDFamily) Report count: 1
2018-08-09 09:07:55.046999+0200 0x661      Debug       0x0                  0      0    kernel: (IOHIDFamily) Report ID: 0 input:8 output:0 feature:0
2018-08-09 09:07:55.047637+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: [0489:e07a]: Firmware upgrade not needed.
2018-08-09 09:07:55.051753+0200 0x668      Default     0x0                  0      0    kernel: (IOHIDFamily) HID: Legacy shim 2
2018-08-09 09:07:55.061804+0200 0x341      Debug       0x0                  0      0    kernel: (AppleMikeyHIDDriver) type is e3ff8001
2018-08-09 09:07:55.063164+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: [0489:e07a]: Published new IOKit personality.
2018-08-09 09:07:55.075466+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: Processing time 1.301 seconds.
2018-08-09 09:07:55.092332+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: Version 2.2.10 starting on OS X Darwin 17.7.
2018-08-09 09:07:55.100066+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: [0489:e07a]: USB [48E244E234D4 v274] "BCM20702A0" by "Broadcom Corp"
2018-08-09 09:07:55.100247+0200 0x261      Default     0x0                  0      0    kernel: en1: starting optimistic DAD immediately for fe80:6::4a7:5137:ae0e:73fe
2018-08-09 09:07:55.142599+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: [0489:e07a]: Firmware upgrade not needed.
2018-08-09 09:07:55.157989+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: [0489:e07a]: Found existing IOKit personality "com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport".
2018-08-09 09:07:55.173472+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: Processing time 0.73 seconds.
2018-08-09 09:07:55.186607+0200 0x564      Default     0x0                  0      0    kernel: (IOBluetoothHostControllerUSBTransport) **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0xa800 ****
2018-08-09 09:07:55.186631+0200 0x564      Default     0x0                  0      0    kernel: (BroadcomBluetoothHostControllerUSBTransport) **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed (matched on Device) -- 0xa800 ****
2018-08-09 09:07:55.186752+0200 0x66d      Default     0x0                  0      0    kernel: (IOBluetoothFamily) [IOBluetoothFamily][staticBluetoothTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0xa800
2018-08-09 09:07:55.186966+0200 0x66e      Default     0x0                  0      0    kernel: (IOBluetoothFamily) [IOBluetoothHostController][start] -- completed
2018-08-09 09:07:55.212689+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Graphics Scheduler Preemption Disabled!
2018-08-09 09:07:55.225334+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Graphics Scheduler Preemption Disabled!
2018-08-09 09:07:55.225336+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Will fallback to host-side scheduling if graphics firmware fails to load
2018-08-09 09:07:55.238825+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Will fallback to host-side scheduling if graphics firmware fails to load
2018-08-09 09:07:55.238828+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Scheduler Tail Coalescing Enabled.
2018-08-09 09:07:55.251331+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Scheduler Tail Coalescing Enabled.
2018-08-09 09:07:55.251355+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Forced use of host-side scheduler via plist
2018-08-09 09:07:55.264018+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Forced use of host-side scheduler via plist
2018-08-09 09:07:55.276395+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Scheduler: Multiple channel indexes per command streamer
2018-08-09 09:07:55.290606+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Scheduler: Multiple channel indexes per command streamer
2018-08-09 09:07:55.290610+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Scheduler: Process CSB using HWS.
2018-08-09 09:07:55.292277+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::init(<private>)
2018-08-09 09:07:55.292296+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::init(<private>) returns 1
2018-08-09 09:07:55.292318+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::start(<private>)
2018-08-09 09:07:55.292326+0200 0x675      Default     0x0                  0      0    kernel: (DanteVirtualSoundcard) NetworkAudioDevice[<private>]::initHardware(<private>)
2018-08-09 09:07:55.303161+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Scheduler: Process CSB using HWS.
2018-08-09 09:07:55.303163+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Scheduler: PM notify enabled
2018-08-09 09:07:55.303363+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Scheduler: PM notify enabled
2018-08-09 09:07:55.303364+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Graphics Address: PPGTT, Separate Address Space
2018-08-09 09:07:55.303577+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) +-IOAudioDevice[<private>]::initHardware(<private>)
2018-08-09 09:07:55.303579+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setDeviceName(<private>)
2018-08-09 09:07:55.303587+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setDeviceModelName(<private>)
2018-08-09 09:07:55.303591+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setDeviceModelName(<private>)
2018-08-09 09:07:55.303592+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setDeviceName(<private>)
2018-08-09 09:07:55.303594+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setDeviceShortName(<private>)
2018-08-09 09:07:55.303596+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setDeviceShortName(<private>)
2018-08-09 09:07:55.303597+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setManufacturerName(<private>)
2018-08-09 09:07:55.303601+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setManufacturerName(<private>)
2018-08-09 09:07:55.303625+0200 0x675      Default     0x0                  0      0    kernel: (DanteVirtualSoundcard) bind: addr: 0x00000000, port: 4444
2018-08-09 09:07:55.303794+0200 0x675      Default     0x0                  0      0    kernel: (DanteVirtualSoundcard) NetworkAudioDevice[<private>]::initConfCommMgr() - listening on 0.0.0.0, port 4444 (config file)
2018-08-09 09:07:55.304024+0200 0x678      Default     0x0                  0      0    kernel: (DanteVirtualSoundcard) NetworkAudioDevice: realtime thread active
2018-08-09 09:07:55.304052+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::start(<private>)
2018-08-09 09:07:55.304133+0200 0x11d      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setPowerState(1, <private>)
2018-08-09 09:07:55.304135+0200 0x11d      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setPowerState(1, <private>) returns 0x0
2018-08-09 09:07:55.380611+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Graphics Address: PPGTT, Separate Address Space
2018-08-09 09:07:55.380614+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] MultiForceWake Enabled: Using 3D Driver
2018-08-09 09:07:55.393035+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] MultiForceWake Enabled: Using 3D Driver
2018-08-09 09:07:55.393037+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Render Compression Enabled.
2018-08-09 09:07:55.405022+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Render Compression Enabled.
2018-08-09 09:07:55.405025+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Render Compression for IOSurface is Enabled.
2018-08-09 09:07:55.417525+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Render Compression for IOSurface is Enabled.
2018-08-09 09:07:55.418308+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Scheduler Throttle Cap = 100ms.
2018-08-09 09:07:55.430362+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Scheduler Throttle Cap = 100ms.
2018-08-09 09:07:55.434875+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Graphics accelerator is using scheduler: Host Priority Scheduler
2018-08-09 09:07:55.447970+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Graphics accelerator is using scheduler: Host Priority Scheduler

DSDT.aml.zip

Link to comment
Share on other sites

5 hours ago, jumper981 said:

Many thanks for your EFI folder Mald0n.

Only one issue,USB are not mapped and I should use USB port limit patch.Could you patch my DSDT for injecting only the USB that are present in USBWX.aml in my 1 EFI folder.

Also, I noticed you check AddClockID,but I think it can conflicts with exit from sleep using keyboard or mouse.(?

)1611164911_Schermata2018-08-09alle10_33_35.png.b18d87fb48ed12210b8d872d0fd1f7d3.png

Is this a full SBUS?Or is missing something?

Also,I noticed that you removed my dAGPM.kext.Did you implement through DSDT?

 

Send me iProdiFederico 3.zip

U Dont need ssdt, if need exclude ports use flash uia exclude, i dont use usbinjectall, u don't need it

add clockid, no problem about it

full sbus

use dAGPM only if u have problems, u have a native card

4 hours ago, ruki250 said:

Hi Maldon, I've recently updated the bios, can you make me a new DSDT?

Thanks in advance.

Send me iMac.zip

DSDT.aml.zip

Link to comment
Share on other sites

44 minutes ago, MaLd0n said:

Don't have anyy error or warning, is clean now

 


Extract boot log from 2018-08-9 09:06:46
2018-08-09 09:07:46.000057+0200 0x0        Default     0x0                  0      0    kernel: PMAP: PCID enabled
2018-08-09 09:07:46.000061+0200 0x0        Default     0x0                  0      0    kernel: PMAP: Supervisor Mode Execute Protection enabled
2018-08-09 09:07:46.000063+0200 0x0        Default     0x0                  0      0    kernel: PMAP: Supervisor Mode Access Protection enabled
2018-08-09 09:07:46.002186+0200 0x0        Default     0x0                  0      0    kernel: Darwin Kernel Version 17.7.0: Thu Jun 21 22:53:14 PDT 2018; root:xnu-4570.71.2~1/RELEASE_X86_64
2018-08-09 09:07:46.060742+0200 0x0        Default     0x0                  0      0    kernel: vm_page_bootstrap: 1926857 free pages and 153911 wired pages
2018-08-09 09:07:46.075160+0200 0x0        Default     0x0                  0      0    kernel: kext submap [0x<private> - 0x<private>], kernel text [0x<private> - 0x<private>]
2018-08-09 09:07:46.075165+0200 0x0        Default     0x0                  0      0    kernel: zone leak detection enabled
2018-08-09 09:07:46.075168+0200 0x0        Default     0x0                  0      0    kernel: zalloc: allocating memory for zone names buffer
2018-08-09 09:07:46.075223+0200 0x0        Default     0x0                  0      0    kernel: "vm_compressor_mode" is 4
2018-08-09 09:07:46.075291+0200 0x0        Default     0x0                  0      0    kernel: multiq scheduler config: deep-drain 0, ceiling 47, depth limit 4, band limit 127, sanity check 0
2018-08-09 09:07:46.075297+0200 0x0        Default     0x0                  0      0    kernel: standard timeslicing quantum is 10000 us
2018-08-09 09:07:46.075299+0200 0x0        Default     0x0                  0      0    kernel: standard background quantum is 2500 us
2018-08-09 09:07:46.075331+0200 0x0        Default     0x0                  0      0    kernel: WQ[wql_init]: init linktable with max:262144 elements (8388608 bytes)
2018-08-09 09:07:46.075341+0200 0x0        Default     0x0                  0      0    kernel: WQ[wqp_init]: init prepost table with max:262144 elements (8388608 bytes)
2018-08-09 09:07:46.075370+0200 0x0        Default     0x0                  0      0    kernel: mig_table_max_displ = 16
2018-08-09 09:07:46.078661+0200 0x0        Default     0x0                  0      0    kernel: TSC Deadline Timer supported and enabled
2018-08-09 09:07:46.078892+0200 0x65       Default     0x0                  0      0    kernel: kdp_core zlib memory 0x7000
2018-08-09 09:07:46.783199+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.783200+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.783351+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) RSDP 0x0000000087FFE014 000024 (v02 INSYDE)
2018-08-09 09:07:46.783352+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) RSDP 0x0000000087FFE014 000024 (v02 INSYDE)
2018-08-09 09:07:46.784403+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.784404+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.784456+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.784457+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.784606+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) XSDT 0x0000000087FB1000 0000FC (v01 INSYDE SKL-ULT  00000000      01000013)
2018-08-09 09:07:46.784607+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) XSDT 0x0000000087FB1000 0000FC (v01 INSYDE SKL-ULT  00000000      01000013)
2018-08-09 09:07:46.786441+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.786441+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.786533+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.786534+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.786683+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) FACP 0x0000000087FB0000 0000F4 (v04 Apple  SKL-ULT  00000000 ACPI 00040000)
2018-08-09 09:07:46.786684+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) FACP 0x0000000087FB0000 0000F4 (v04 Apple  SKL-ULT  00000000 ACPI 00040000)
2018-08-09 09:07:46.788517+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.788517+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.792872+0200 0x73       Default     0x0                  0      0    kernel: calling mpo_policy_init for Lilu
2018-08-09 09:07:46.794325+0200 0x73       Default     0x0                  0      0    kernel: Security policy loaded: Lilu Kernel Extension 1.2.3 (Lilu)
2018-08-09 09:07:46.797136+0200 0x73       Default     0x0                  0      0    kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::init created and initing
2018-08-09 09:07:46.797149+0200 0x73       Default     0x0                  0      0    kernel: (AppleCredentialManager) AppleCredentialManager: init: called, instance = <private>.
2018-08-09 09:07:46.798550+0200 0x73       Default     0x0                  0      0    kernel: (AppleCredentialManager) AssertMacros: value (value: 0x0),  file: /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleCredentialManager/AppleCredentialManager-195.70.8/AppleCredentialManager/AppleCredentialManager.cpp:55
2018-08-09 09:07:46.810449+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.810449+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.812101+0200 0x73       Default     0x0                  0      0    kernel: (AppleCredentialManager) AppleCredentialManager: init: EOS device type: 0.
2018-08-09 09:07:46.813337+0200 0x73       Default     0x0                  0      0    kernel: (AppleCredentialManager) ACM: InitCredentialEngine: Global credential set created, CS[10].
2018-08-09 09:07:46.814963+0200 0x73       Default     0x0                  0      0    kernel: (AppleCredentialManager) AppleCredentialManager: init: returning, result = true, instance = <private>.
2018-08-09 09:07:46.816848+0200 0x73       Default     0x0                  0      0    kernel: (kernel) FakeSMCKeyStore: started
2018-08-09 09:07:46.817480+0200 0x73       Default     0x0                  0      0    kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::start starting
2018-08-09 09:07:46.817527+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) DSDT 0x0000000087F82000 0286B2 (v02 INSYDE SKL-ULT  00000000 INTL 20180427)
2018-08-09 09:07:46.817528+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) DSDT 0x0000000087F82000 0286B2 (v02 INSYDE SKL-ULT  00000000 INTL 20180427)
2018-08-09 09:07:46.819362+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.819363+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.819422+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.819423+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.819571+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) FACS 0x0000000087F7D000 000040
2018-08-09 09:07:46.819572+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) FACS 0x0000000087F7D000 000040
2018-08-09 09:07:46.820307+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.820307+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.820356+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.820357+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.820505+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) FACS 0x0000000087F7D000 000040
2018-08-09 09:07:46.820506+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) FACS 0x0000000087F7D000 000040
2018-08-09 09:07:46.821240+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.821241+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.821325+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.821326+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.821475+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) UEFI 0x0000000087FFD000 000236 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.821477+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) UEFI 0x0000000087FFD000 000236 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.822076+0200 0x73       Default     0x0                  0      0    kernel: (AppleCredentialManager) AppleCredentialManager: start: called, instance = <private>.
2018-08-09 09:07:46.824729+0200 0x73       Default     0x0                  0      0    kernel: (AppleCredentialManager) AppleCredentialManager: start: started, instance = <private>.
2018-08-09 09:07:46.826164+0200 0x73       Default     0x0                  0      0    kernel: (AppleCredentialManager) AppleCredentialManager: start: returning, result = true, instance = <private>.
2018-08-09 09:07:46.828010+0200 0x73       Default     0x0                  0      0    kernel: (AppleKeyStore) AppleKeyStore starting (BUILT: Jun 21 2018 23:44:53)
2018-08-09 09:07:46.829409+0200 0x73       Default     0x0                  0      0    kernel: (AppleKeyStore) AppleKeyStore::start: _kernel_relay_enable = 0
2018-08-09 09:07:46.830569+0200 0x73       Default     0x0                  0      0    kernel: (AppleKeyStore) AppleKeyStore::start: _sep_enabled = 0
2018-08-09 09:07:46.831540+0200 0x73       Default     0x0                  0      0    kernel: IOGetBootKeyStoreData: data at address 0 size 0
2018-08-09 09:07:46.831685+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.831685+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.831745+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.831745+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.831895+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) UEFI 0x0000000087FFC000 000042 (v01 INSYDE SKL-ULT  00000002 ACPI 00040000)
2018-08-09 09:07:46.831896+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) UEFI 0x0000000087FFC000 000042 (v01 INSYDE SKL-ULT  00000002 ACPI 00040000)
2018-08-09 09:07:46.833730+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.833731+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.835287+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.835287+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.835436+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071189000 0052EE (v02 INSYDE SKL-ULT  00003000 ACPI 00040000)
2018-08-09 09:07:46.835438+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071189000 0052EE (v02 INSYDE SKL-ULT  00003000 ACPI 00040000)
2018-08-09 09:07:46.837271+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.837272+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.837326+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.837326+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.837475+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) DBGP 0x0000000087FF4000 000034 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.837476+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) DBGP 0x0000000087FF4000 000034 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.839310+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.839310+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.839372+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.839373+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.839522+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) DBG2 0x0000000087FF3000 000054 (v00 INSYDE SKL-ULT  00000000 ACPI 00040000)
2018-08-09 09:07:46.839523+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) DBG2 0x0000000087FF3000 000054 (v00 INSYDE SKL-ULT  00000000 ACPI 00040000)
2018-08-09 09:07:46.841356+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.841357+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.841692+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.841692+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.841842+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000087F80000 000F88 (v02 INSYDE SKL-ULT  00000000 INTL 20180427)
2018-08-09 09:07:46.841843+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000087F80000 000F88 (v02 INSYDE SKL-ULT  00000000 INTL 20180427)
2018-08-09 09:07:46.843676+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.843677+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.843738+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.843738+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.843887+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ASF! 0x0000000087FF1000 0000A5 (v32 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.843888+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ASF! 0x0000000087FF1000 0000A5 (v32 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.845721+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.845722+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.845775+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.845775+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.845924+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ASPT 0x0000000087FF0000 000034 (v07 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.845925+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ASPT 0x0000000087FF0000 000034 (v07 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.847759+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.847759+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.847820+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.847821+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.847970+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) BOOT 0x0000000087FEF000 000028 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.847971+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) BOOT 0x0000000087FEF000 000028 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.849804+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.849805+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.849859+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.849859+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.850008+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) DBGP 0x0000000087FEE000 000034 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.850009+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) DBGP 0x0000000087FEE000 000034 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.851844+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.851845+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.851898+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.851899+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.852048+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) HPET 0x0000000087FEC000 000038 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.852049+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) HPET 0x0000000087FEC000 000038 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.853882+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.853883+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.853942+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.853943+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.854091+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) LPIT 0x0000000087FEB000 000094 (v01 INSYDE SKL-ULT  00000000 ACPI 00040000)
2018-08-09 09:07:46.854092+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) LPIT 0x0000000087FEB000 000094 (v01 INSYDE SKL-ULT  00000000 ACPI 00040000)
2018-08-09 09:07:46.855927+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.855927+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.856008+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.856008+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.856157+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) APIC 0x0000000087FEA000 0000BC (v03 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.856158+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) APIC 0x0000000087FEA000 0000BC (v03 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.857992+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.857992+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.858046+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.858046+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.858195+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) MCFG 0x0000000087F7F000 00003C (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.858196+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) MCFG 0x0000000087F7F000 00003C (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.860030+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.860030+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.860103+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.860104+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.860252+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SLIC 0x0000000087FE8000 000176 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.860253+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SLIC 0x0000000087FE8000 000176 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.862088+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.862089+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.862158+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.862158+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.862307+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) WDAT 0x0000000087FE7000 000134 (v01 INSYDE SKL-ULT  00000000 ACPI 00040000)
2018-08-09 09:07:46.862308+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) WDAT 0x0000000087FE7000 000134 (v01 INSYDE SKL-ULT  00000000 ACPI 00040000)
2018-08-09 09:07:46.864142+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.864142+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.864243+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.864243+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.864392+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071188000 0002D4 (v01 INSYDE SKL-ULT  00000000 ACPI 00040000)
2018-08-09 09:07:46.864393+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071188000 0002D4 (v01 INSYDE SKL-ULT  00000000 ACPI 00040000)
2018-08-09 09:07:46.866226+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.866227+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.867067+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.867067+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.867216+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071185000 002BAE (v02 INSYDE SKL-ULT  00001000 ACPI 00040000)
2018-08-09 09:07:46.867218+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071185000 002BAE (v02 INSYDE SKL-ULT  00001000 ACPI 00040000)
2018-08-09 09:07:46.869051+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.869051+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.869318+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.869318+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.869467+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071184000 000BE3 (v02 INSYDE SKL-ULT  00001000 ACPI 00040000)
2018-08-09 09:07:46.869468+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071184000 000BE3 (v02 INSYDE SKL-ULT  00001000 ACPI 00040000)
2018-08-09 09:07:46.871303+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.871303+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.871388+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.871389+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.871538+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071183000 00019A (v02 INSYDE SKL-ULT  00001000 ACPI 00040000)
2018-08-09 09:07:46.871539+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071183000 00019A (v02 INSYDE SKL-ULT  00001000 ACPI 00040000)
2018-08-09 09:07:46.873374+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.873374+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.873632+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.873633+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.873782+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071182000 000B49 (v02 INSYDE SKL-ULT  00001000 ACPI 00040000)
2018-08-09 09:07:46.873783+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071182000 000B49 (v02 INSYDE SKL-ULT  00001000 ACPI 00040000)
2018-08-09 09:07:46.875617+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.875617+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.875743+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.875744+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.875892+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071181000 0004A3 (v02 INSYDE SKL-ULT  00001000 ACPI 00040000)
2018-08-09 09:07:46.875894+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071181000 0004A3 (v02 INSYDE SKL-ULT  00001000 ACPI 00040000)
2018-08-09 09:07:46.877727+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.877728+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.878016+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.878017+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.878165+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071180000 000E58 (v02 INSYDE SKL-ULT  00003000 ACPI 00040000)
2018-08-09 09:07:46.878167+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x0000000071180000 000E58 (v02 INSYDE SKL-ULT  00003000 ACPI 00040000)
2018-08-09 09:07:46.879999+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.880000+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.880060+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.880061+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.880210+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) FPDT 0x0000000087FB3000 000044 (v01 INSYDE SKL-ULT  00000002 ACPI 00040000)
2018-08-09 09:07:46.880211+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) FPDT 0x0000000087FB3000 000044 (v01 INSYDE SKL-ULT  00000002 ACPI 00040000)
2018-08-09 09:07:46.882046+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.882046+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.882099+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.882100+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.882248+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) BGRT 0x0000000087FB2000 000038 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.882250+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) BGRT 0x0000000087FB2000 000038 (v01 INSYDE SKL-ULT  00000001 ACPI 00040000)
2018-08-09 09:07:46.884083+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.884084+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.884158+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.884158+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.884307+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000006F25A000 000183 (v02 hack   UIAC-ALL 00000000 INTL 20180427)
2018-08-09 09:07:46.884308+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) SSDT 0x000000006F25A000 000183 (v02 hack   UIAC-ALL 00000000 INTL 20180427)
2018-08-09 09:07:46.886141+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.886142+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.951973+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.951974+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.952124+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 11 ACPI AML tables successfully acquired and loaded
2018-08-09 09:07:46.952125+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 11 ACPI AML tables successfully acquired and loaded
2018-08-09 09:07:46.953371+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.953372+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.954093+0200 0x83       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
2018-08-09 09:07:46.955327+0200 0x83       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
2018-08-09 09:07:46.956762+0200 0x83       Default     0x0                  0      0    kernel: cpu_data_alloc(1) <private> desc_table: <private> ldt: <private> int_stack: 0x<private>-0x<private>
2018-08-09 09:07:46.956770+0200 0x83       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
2018-08-09 09:07:46.958007+0200 0x83       Default     0x0                  0      0    kernel: cpu_data_alloc(2) <private> desc_table: <private> ldt: <private> int_stack: 0x<private>-0x<private>
2018-08-09 09:07:46.958012+0200 0x83       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
2018-08-09 09:07:46.959249+0200 0x83       Default     0x0                  0      0    kernel: cpu_data_alloc(3) <private> desc_table: <private> ldt: <private> int_stack: 0x<private>-0x<private>
2018-08-09 09:07:46.959255+0200 0x83       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
2018-08-09 09:07:46.960561+0200 0x83       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
2018-08-09 09:07:46.961867+0200 0x83       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
2018-08-09 09:07:46.963174+0200 0x83       Default     0x0                  0      0    kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
2018-08-09 09:07:46.966131+0200 0x65       Default     0x0                  0      0    kernel: calling mpo_policy_init for TMSafetyNet
2018-08-09 09:07:46.967757+0200 0x65       Default     0x0                  0      0    kernel: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
2018-08-09 09:07:46.968848+0200 0x65       Default     0x0                  0      0    kernel: calling mpo_policy_init for AMFI
2018-08-09 09:07:46.970302+0200 0x65       Default     0x0                  0      0    kernel: Security policy loaded: Apple Mobile File Integrity (AMFI)
2018-08-09 09:07:46.971193+0200 0x65       Default     0x0                  0      0    kernel: calling mpo_policy_init for Sandbox
2018-08-09 09:07:46.972635+0200 0x65       Default     0x0                  0      0    kernel: Security policy loaded: Seatbelt sandbox policy (Sandbox)
2018-08-09 09:07:46.973733+0200 0x65       Default     0x0                  0      0    kernel: calling mpo_policy_init for Quarantine
2018-08-09 09:07:46.975091+0200 0x65       Default     0x0                  0      0    kernel: Security policy loaded: Quarantine policy (Quarantine)
2018-08-09 09:07:46.978133+0200 0x65       Default     0x0                  0      0    kernel: <compose failure [UUID]>
2018-08-09 09:07:46.979157+0200 0x65       Default     0x0                  0      0    kernel: MAC Framework successfully initialized
2018-08-09 09:07:46.979180+0200 0x65       Default     0x0                  0      0    kernel: ulock_initialize>thread_max=10240, ull_hash_buckets=4096
2018-08-09 09:07:46.983228+0200 0x65       Default     0x0                  0      0    kernel: using 16384 buffer headers and 10240 cluster IO buffer headers
2018-08-09 09:07:46.984248+0200 0x84       Default     0x0                  0      0    kernel: Started cpu 2 (lapic id 00000002)
2018-08-09 09:07:46.985144+0200 0x85       Default     0x0                  0      0    kernel: Started cpu 1 (lapic id 00000001)
2018-08-09 09:07:46.985947+0200 0x86       Default     0x0                  0      0    kernel: Started cpu 3 (lapic id 00000003)
2018-08-09 09:07:46.987315+0200 0x98       Default     0x0                  0      0    kernel: (AppleAPIC) IOAPIC: Version 0x20 Vectors 64:111
2018-08-09 09:07:46.990103+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.990104+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-08-09 09:07:46.990253+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) Executed 22 blocks of module-level executable AML code
2018-08-09 09:07:46.990254+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) Executed 22 blocks of module-level executable AML code
2018-08-09 09:07:46.991576+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:46.991576+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-08-09 09:07:47.011950+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: sleep states S3 S4 S5
2018-08-09 09:07:47.014195+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.014203+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.014209+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.014698+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.014706+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.014711+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.015139+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.015147+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.015152+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.030273+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.030318+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.030366+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.030409+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.030458+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14
2018-08-09 09:07:47.036414+0200 0xa0       Default     0x0                  0      0    kernel: (AppleRTC) RTC: Only single RAM bank (128 bytes)
2018-08-09 09:07:47.036415+0200 0xa0       Default     0x0                  0      0    kernel: (AppleRTC) RTC: Only single RAM bank (128 bytes)
2018-08-09 09:07:47.038146+0200 0xb0       Default     0x0                  0      0    kernel: (IOHIDFamily) HID: Legacy shim 2
2018-08-09 09:07:47.040949+0200 0x9c       Default     0x0                  0      0    kernel: (IOPCIFamily) pci (build 23:01:50 Jun 21 2018), flags 0x20e3080
2018-08-09 09:07:47.045302+0200 0x9c       Default     0x0                  0      0    kernel: (IOPCIFamily) pci (build 23:01:50 Jun 21 2018), flags 0x20e3080
2018-08-09 09:07:47.045451+0200 0x9c       Default     0x0                  0      0    kernel: (IOPCIFamily) [ PCI configuration begin ]
2018-08-09 09:07:47.048030+0200 0xba       Default     0x0                  0      0    kernel: (IOHIDFamily) HID: Legacy shim 2
2018-08-09 09:07:47.049892+0200 0xc3       Default     0x0                  0      0    kernel: (IOUSBFamily) 000001.049888 AppleUSBLegacyRoot@(null): AppleUSBLegacyRoot::init: enabling legacy matching
2018-08-09 09:07:47.053484+0200 0x9c       Default     0x0                  0      0    kernel: kPEDisableScreen -1
2018-08-09 09:07:47.053678+0200 0xbd       Default     0x0                  0      0    kernel: (kernel) FakeSMC v6.26-344-g1cf53906.1787 Copyright 2017 netkas, slice, usr-sse2, kozlek, navi, THe KiNG, RehabMan. All rights reserved.
2018-08-09 09:07:47.053760+0200 0xbd       Default     0x0                  0      0    kernel: (kernel) FakeSMC: 19 preconfigured keys added
2018-08-09 09:07:47.053774+0200 0xbd       Default     0x0                  0      0    kernel: (kernel) FakeSMC: 5 keys exported by Clover EFI
2018-08-09 09:07:47.053829+0200 0xbd       Default     0x0                  0      0    kernel: (kernel) SMC: successfully initialized
2018-08-09 09:07:47.057294+0200 0xc8       Default     0x0                  0      0    kernel: (AppleSMC) Previous shutdown cause: 5
2018-08-09 09:07:47.057761+0200 0xce       Default     0x0                  0      0    kernel: (AppleACPIPlatform) Matched against SMC (started)
2018-08-09 09:07:47.057763+0200 0xce       Default     0x0                  0      0    kernel: (AppleACPIPlatform) Generation from SMC report as 2
2018-08-09 09:07:47.057835+0200 0xa5       Default     0x0                  0      0    kernel: (ACPIBatteryManager) ACPIBatteryManager: Version 1.81.4 starting on OS X Darwin 17.7.
2018-08-09 09:07:47.057838+0200 0x9c       Default     0x0                  0      0    kernel: initialize_screen: b=7F80000000, w=00000A00, h=000005A0, r=00002800, d=00000001
2018-08-09 09:07:47.057924+0200 0xa5       Default     0x0                  0      0    kernel: (ACPIBatteryManager) ACPIBatteryManager: Using ACPI regular battery information method _BIF
2018-08-09 09:07:47.058145+0200 0x9c       Default     0x0                  0      0    kernel: kPEEnableScreen 1
2018-08-09 09:07:47.058147+0200 0x9c       Default     0x0                  0      0    kernel: (IOPCIFamily) console relocated to 0x7f80000000
2018-08-09 09:07:47.064918+0200 0xa3       Default     0x0                  0      0    kernel: (AppleACPIEC) ACPI: no ECDT
2018-08-09 09:07:47.067864+0200 0x9c       Default     0x0                  0      0    kernel: (IOPCIFamily) [ PCI configuration end, bridges 3, devices 15 ]
2018-08-09 09:07:47.086105+0200 0xd9       Default     0x0                  0      0    kernel: (IOAHCIFamily) [AHCI][PML][00000000]+IOAHCIPortMultiplierGlobals::IOAHCIPortMultiplierGlobals
2018-08-09 09:07:47.086109+0200 0xd9       Default     0x0                  0      0    kernel: (IOAHCIFamily) [AHCI][PML][00000000]-IOAHCIPortMultiplierGlobals::IOAHCIPortMultiplierGlobals
2018-08-09 09:07:47.100219+0200 0xe5       Default     0x0                  0      0    kernel: (IO80211Family) AirPort_Brcm4360::init AirPortFamily_kexts-1406.5 "AirPortFamily_kexts-1406.5" Jun 21 2018 23:13:45
2018-08-09 09:07:47.110820+0200 0xe5       Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 1.110816: AirPort_Brcm43XX:probe:, this[0x5233172a445722f5]  score[1110]
2018-08-09 09:07:47.120799+0200 0xe5       Default     0x0                  0      0    kernel: (FakePCIID) FakePCIID: Version 1.3.12 starting on OS X Darwin 17.7.
2018-08-09 09:07:47.187233+0200 0x65       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  found RTC service
2018-08-09 09:07:47.187410+0200 0x65       Default     0x0                  0      0    kernel: (AppleRTC) RTC: getGMTTimeOfDay 1533798466
2018-08-09 09:07:47.187431+0200 0x65       Default     0x0                  0      0    kernel: clock_initialize_calendar system does not have monotonic clock.
2018-08-09 09:07:47.199332+0200 0x65       Default     0x0                  0      0    kernel: mcache: 4 CPU(s), 64 bytes CPU cache line size
2018-08-09 09:07:47.211178+0200 0x65       Default     0x0                  0      0    kernel: mbinit: done [96 MB total pool size, (64/32) split]
2018-08-09 09:07:47.211370+0200 0x65       Default     0x0                  0      0    kernel: SK: netagent is disabled by default for this platform
2018-08-09 09:07:47.211946+0200 0x65       Default     0x0                  0      0    kernel: bsd_autoconf: calling kminit
2018-08-09 09:07:47.270294+0200 0xfe       Default     0x0                  0      0    kernel: (AppleFSCompressionTypeZlib) com.apple.AppleFSCompressionTypeZlib kmod start
2018-08-09 09:07:47.281969+0200 0xfe       Default     0x0                  0      0    kernel: (AppleFSCompressionTypeDataless) com.apple.AppleFSCompressionTypeDataless kmod start
2018-08-09 09:07:47.292871+0200 0xfe       Default     0x0                  0      0    kernel: calling mpo_policy_init for ASP
2018-08-09 09:07:47.304314+0200 0xfe       Default     0x0                  0      0    kernel: Security policy loaded: Apple System Policy (ASP)
2018-08-09 09:07:47.304321+0200 0xfe       Default     0x0                  0      0    kernel: (AppleSystemPolicy) AppleSystemPolicy has been successfully started
2018-08-09 09:07:47.315196+0200 0xfe       Default     0x0                  0      0    kernel: (AppleFSCompressionTypeZlib) com.apple.AppleFSCompressionTypeZlib load succeeded
2018-08-09 09:07:47.325160+0200 0x109      Default     0x0                  0      0    kernel: (kernel) VoodooPS2SynapticsTouchPad: Version 1.8.34 starting on OS X Darwin 17.7.
2018-08-09 09:07:47.326051+0200 0xfe       Default     0x0                  0      0    kernel: (AppleFSCompressionTypeDataless) com.apple.AppleFSCompressionTypeDataless load succeeded
2018-08-09 09:07:47.326255+0200 0xe5       Default     0x0                  0      0    kernel: (IO80211Family) IO80211Controller::createIOReporters 0x1478e50a85649757
2018-08-09 09:07:47.326357+0200 0xe3       Default     0x0                  0      0    kernel: (kernel) Ethernet [RealtekRTL8100]: Warning: PCIe ASPM enabled.
2018-08-09 09:07:47.326512+0200 0xe3       Default     0x0                  0      0    kernel: (kernel) Ethernet [RealtekRTL8100]: EEE support enabled.
2018-08-09 09:07:47.326687+0200 0xe3       Default     0x0                  0      0    kernel: (kernel) Ethernet [RealtekRTL8100]: TCP/IPv4 segmentation offload enabled.
2018-08-09 09:07:47.326900+0200 0xe3       Default     0x0                  0      0    kernel: (kernel) Ethernet [RealtekRTL8100]: TCP/IPv6 checksum offload enabled.
2018-08-09 09:07:47.327111+0200 0xe3       Default     0x0                  0      0    kernel: (kernel) Ethernet [RealtekRTL8100]: Using interrupt mitigate value 0x0.
2018-08-09 09:07:47.327545+0200 0x65       Default     0x0                  0      0    kernel: rooting via boot-uuid from /chosen: 5046683D-054C-34B4-AFD5-773CB97F29F8
2018-08-09 09:07:47.327892+0200 0xe5       Default     0x0                  0      0    kernel: (IO80211Family)  CCFlags: 0x0, CCLevel: 5 ConsoleFlags: 0x0, ConsoleLevel: -1
2018-08-09 09:07:47.336151+0200 0xe5       Default     0x0                  0      0    kernel: (corecapture) No Service found 1000002ad
2018-08-09 09:07:47.336257+0200 0x65       Default     0x0                  0      0    kernel: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
2018-08-09 09:07:47.337701+0200 0xe3       Default     0x0                  0      0    kernel: (kernel) Ethernet [RealtekRTL8100]: RTL8105E: (Chipset 11) at 0x<private>, 00:16:96:e7:09:4a
2018-08-09 09:07:47.344979+0200 0xe5       Default     0x0                  0      0    kernel: (corecapture) configureInterests - nElements <= 0!
2018-08-09 09:07:47.345318+0200 0xe5       Default     0x0                  0      0    kernel: (corecapture) Failed to configure interests
2018-08-09 09:07:47.345337+0200 0x77       Debug       0x0                  0      0    kernel: (IOHIDFamily) Report bytes: input:14 output:1 feature:0
2018-08-09 09:07:47.345339+0200 0x77       Debug       0x0                  0      0    kernel: (IOHIDFamily) Collections : 2
2018-08-09 09:07:47.345340+0200 0x77       Debug       0x0                  0      0    kernel: (IOHIDFamily) Buttons     : input:3 output:1 feature:0
2018-08-09 09:07:47.345341+0200 0x77       Debug       0x0                  0      0    kernel: (IOHIDFamily) Values      : input:0 output:0 feature:0
2018-08-09 09:07:47.345544+0200 0xe5       Default     0x0                  0      0    kernel: (IO80211Family) IO80211Controller::addSubscriptionForThisReporterFetchedOnTimer() Failed to addSubscription for group Chip subgroup Bytes Transferred driver 0x1478e50a85649757 - data underrun
2018-08-09 09:07:47.345677+0200 0x77       Debug       0x0                  0      0    kernel: (IOHIDFamily) Element value capacity 12908
2018-08-09 09:07:47.345717+0200 0x77       Debug       0x0                  0      0    kernel: (IOHIDFamily) Report count: 1
2018-08-09 09:07:47.345719+0200 0x77       Debug       0x0                  0      0    kernel: (IOHIDFamily) Report ID: 0 input:112 output:8 feature:0
2018-08-09 09:07:47.345737+0200 0xe5       Default     0x0                  0      0    kernel: (IO80211Family) IO80211ControllerMonitor::configureSubscriptions() failed to add subscription
2018-08-09 09:07:47.346128+0200 0x124      Default     0x0                  0      0    kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::matched first interface
2018-08-09 09:07:47.387915+0200 0x123      Default     0x0                  0      0    kernel: (IOHIDFamily) HID: Legacy shim 2
2018-08-09 09:07:47.492177+0200 0x109      Default     0x0                  0      0    kernel: (kernel) VoodooPS2Trackpad: Identify TouchPad command returned incorrect byte 2 (of 3): 0x02
2018-08-09 09:07:47.493968+0200 0xe5       Default     0x0                  0      0    kernel: (IO80211Family)  CCFlags: 0x0, CCLevel: 5 ConsoleFlags: 0x0, ConsoleLevel: -1
2018-08-09 09:07:47.494122+0200 0xe5       Default     0x0                  0      0    kernel: (IO80211Family)  CCFlags: 0x0, CCLevel: 5 ConsoleFlags: 0x0, ConsoleLevel: -1
2018-08-09 09:07:47.539830+0200 0xe5       Default     0x0                  0      0    kernel: (IO80211Family) IO80211Controller::start _controller is 0x1478e50a85649757, provider is 0x1478e509c6f27c97
2018-08-09 09:07:47.552076+0200 0x109      Default     0x0                  0      0    kernel: (kernel) VoodooPS2Mouse: Version 1.8.34 starting on OS X Darwin 17.7.
2018-08-09 09:07:47.573468+0200 0xe5       Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 1.573466: srom rev:11
2018-08-09 09:07:47.574595+0200 0x11d      Debug       0x0                  0      0    kernel: (IOHIDFamily) Report bytes: input:9 output:0 feature:0
2018-08-09 09:07:47.574596+0200 0x11d      Debug       0x0                  0      0    kernel: (IOHIDFamily) Collections : 3
2018-08-09 09:07:47.574597+0200 0x11d      Debug       0x0                  0      0    kernel: (IOHIDFamily) Buttons     : input:1 output:0 feature:0
2018-08-09 09:07:47.574615+0200 0x11d      Debug       0x0                  0      0    kernel: (IOHIDFamily) Values      : input:4 output:0 feature:0
2018-08-09 09:07:47.574627+0200 0x11d      Debug       0x0                  0      0    kernel: (IOHIDFamily) Element value capacity 320
2018-08-09 09:07:47.574638+0200 0x11d      Debug       0x0                  0      0    kernel: (IOHIDFamily) Report count: 1
2018-08-09 09:07:47.574639+0200 0x11d      Debug       0x0                  0      0    kernel: (IOHIDFamily) Report ID: 0 input:72 output:0 feature:0
2018-08-09 09:07:47.574817+0200 0x11d      Default     0x0                  0      0    kernel: (IOHIDFamily) IOHIPointing::0x1000002d8 has no HIDScrollResolution. This /implies/ no scroll acceleration.
2018-08-09 09:07:47.583880+0200 0xe5       Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 1.583878: ChangeVCO => vco:960, xtalF:40, frac: 98, ndivMode: 3, ndivint: 24
2018-08-09 09:07:47.595810+0200 0xe5       Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 1.595808: Data written into the PLL_CNTRL_ADDR2: 00000c31
2018-08-09 09:07:47.604818+0200 0xe5       Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 1.604816: Data written into the PLL_CNTRL_ADDR3 (Fractional): 0000100e
2018-08-09 09:07:47.622579+0200 0xe5       Default     0x0                  0      0    kernel: (AirPortBrcm4360) Setting property subsystem-id to:623
2018-08-09 09:07:47.622582+0200 0xe5       Default     0x0                  0      0    kernel: (AirPortBrcm4360) Setting property subsystem-vendor-id to:106b
2018-08-09 09:07:47.627407+0200 0xe5       Default     0x0                  0      0    kernel: (IO80211Family) init: error getting PHY_MODE;  using MODE_UNKNOWN
2018-08-09 09:07:47.636037+0200 0xe5       Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 1.636032: BRCM tunables:
2018-08-09 09:07:47.644177+0200 0xe5       Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 1.644175:   pullmode[1] txringsize[  256] txsendqsize[0] reapmin[   32] reapcount[  128]
2018-08-09 09:07:47.656600+0200 0xe5       Default     0x0                  0      0    kernel: (AirPortBrcm4360) wl0: Broadcom BCM43b1 802.11 Wireless Controller
2018-08-09 09:07:47.658492+0200 0xe5       Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 1.658490: wl0: Broadcom BCM43b1, vendorID[0x14e4] BAR0[0xa1200004]
2018-08-09 09:07:48.346571+0200 0x10d      Default     0x0                  0      0    kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::delayedClockIDLookup registered service
2018-08-09 09:07:49.399606+0200 0x144      Default     0x0                  0      0    kernel: (apfs) apfs_module_start:1279: load: com.apple.filesystems.apfs, v748.51.0, 748.77.8, 2018/06/21
2018-08-09 09:07:49.408294+0200 0x65       Default     0x0                  0      0    kernel: BSD root: disk0s2
2018-08-09 09:07:49.408710+0200 0x65       Default     0x0                  0      0    kernel: , major 1, minor 3
2018-08-09 09:07:49.587610+0200 0x65       Default     0x0                  0      0    kernel: (HFS) hfs: mounted Macintosh HD on device b(1, 3)
2018-08-09 09:07:49.588306+0200 0x156      Default     0x0                  0      0    kernel: load_init_program: attempting to load /sbin/launchd
2018-08-09 09:07:49.621789+0200 0x65       Default     0x0                  0      0    kernel: XCPM: registered
2018-08-09 09:07:49.621790+0200 0x65       Default     0x0                  0      0    kernel: XCPM: registered
2018-08-09 09:07:49.639558+0200 0x65       Default     0x0                  0      0    kernel: VM Swap Subsystem is ON
2018-08-09 09:07:51.268302+0200 0x20c      Default     0x0                  0      0    kernel: Waiting for DSMOS...
2018-08-09 09:07:51.448864+0200 0x271      Default     0x0                  0      0    kernel: (IO80211Family) IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
2018-08-09 09:07:51.462598+0200 0x271      Default     0x0                  0      0    kernel: (IO80211Family) IO80211Interface::efiNVRAMPublished():
2018-08-09 09:07:51.475122+0200 0x271      Default     0x0                  0      0    kernel: (IO80211Family) initting Scan Manager controller 0x1478e50a85649757 ioservice 0x1478e509c6f27c97 interface 0x1478e509c7134357 ioservce 0x1478e50a85649757
2018-08-09 09:07:51.490571+0200 0x271      Default     0x0                  0      0    kernel: (IO80211Family) bpfAttach len 68 dlt 12
2018-08-09 09:07:51.736707+0200 0x245      Default     0x0                  0      0    kernel: (AppleKeyStore) unexpected session: 100000 uid: -1 requested by: 42
2018-08-09 09:07:51.749813+0200 0x245      Default     0x0                  0      0    kernel: (AppleKeyStore) AppleKeyStore: operation failed (pid: 42 sel: 7 ret: e00002c2 '-536870206', -1, 100000)
2018-08-09 09:07:52.172832+0200 0x261      Default     0x0                  0      0    kernel: en0: starting optimistic DAD immediately for fe80:5::4e:8132:a4fd:9bde
2018-08-09 09:07:52.174375+0200 0x261      Default     0x0                  0      0    kernel: (IO80211Family) AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
2018-08-09 09:07:52.188448+0200 0x261      Default     0x0                  0      0    kernel: (IO80211Family) Got incomplete channel sequence length 0, should be 16
2018-08-09 09:07:52.202128+0200 0x261      Default     0x0                  0      0    kernel: (IO80211Family) en1: channel changed to 1
2018-08-09 09:07:52.214641+0200 0x261      Default     0x0                  0      0    kernel: (IO80211Family) en1::IO80211Interface::postMessage bssid changed
2018-08-09 09:07:52.227634+0200 0x261      Default     0x0                  0      0    kernel: (IO80211Family) bpfAttach len 94 dlt 163
2018-08-09 09:07:52.239925+0200 0x261      Default     0x0                  0      0    kernel: (IO80211Family) bpfAttach len 30 dlt 105
2018-08-09 09:07:52.252079+0200 0x261      Default     0x0                  0      0    kernel: (IO80211Family) bpfAttach len 52 dlt 127
2018-08-09 09:07:52.264112+0200 0x261      Default     0x0                  0      0    kernel: (IO80211Family) bpfAttach len 38 dlt 192
2018-08-09 09:07:52.277369+0200 0x3ad      Default     0x0                  0      0    kernel: (IO80211Family) AirPort_Brcm4360::getSSIDData(): Get failure: APPLE80211_IOC_SSID: 6
2018-08-09 09:07:52.312416+0200 0x261      Default     0x0                  0      0    kernel: en1: starting optimistic DAD immediately for fe80:6::4a7:5137:ae0e:73fe
2018-08-09 09:07:52.363697+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) AirPort_Brcm4360_P2PInterface::init name <p2p0> role 1
2018-08-09 09:07:52.376927+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) IO80211VirtualInterface::init _controller is 0x1478e50a85649757, provider is 0x1478e509c6f27c97
2018-08-09 09:07:52.391741+0200 0x323      Default     0x0                  0      0    kernel: (corecapture) configureInterests - nElements <= 0!
2018-08-09 09:07:52.392715+0200 0x323      Default     0x0                  0      0    kernel: (corecapture) Failed to configure interests
2018-08-09 09:07:52.405436+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) IO80211Controller::addSubscriptionForThisReporterFetchedOnTimer() Failed to addSubscription for group Interface p2p0 subgroup Data Packets driver 0x1478e50a85649757 - data underrun
2018-08-09 09:07:52.422702+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) IO80211InterfaceMonitor::configureSubscriptions() failed to add subscription
2018-08-09 09:07:52.437147+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) AirPort_Brcm4360_P2PInterface::init <p2p> role 1
2018-08-09 09:07:52.559024+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) AirPort_Brcm4360_P2PInterface::init name <awdl0> role 4
2018-08-09 09:07:52.572967+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) AirPort_Brcm4360_P2PInterface::awdlAttachToBpf name <awdl0> role 4 successful attach to bpf type 147
2018-08-09 09:07:52.588186+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) IO80211VirtualInterface::init _controller is 0x1478e50a85649757, provider is 0x1478e509c6f27c97
2018-08-09 09:07:52.606470+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family)  Creating all peerManager reporters
2018-08-09 09:07:52.620290+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) AirPort_Brcm4360_P2PInterface::init <awdl> role 4
2018-08-09 09:07:52.656732+0200 0x44e      Default     0x0                  0      0    kernel: (AppleKeyStore) unexpected session: 100000 uid: -1 requested by: 175
2018-08-09 09:07:52.670791+0200 0x44e      Default     0x0                  0      0    kernel: (AppleKeyStore) AppleKeyStore: operation failed (pid: 175 sel: 17 ret: e00002c2 '-536870206', -1, 100000)
2018-08-09 09:07:52.686961+0200 0x44e      Default     0x0                  0      0    kernel: (AppleKeyStore) unexpected session: 100000 uid: -1 requested by: 175
2018-08-09 09:07:52.700649+0200 0x44e      Default     0x0                  0      0    kernel: (AppleKeyStore) AppleKeyStore: operation failed (pid: 175 sel: 7 ret: e00002c2 '-536870206', -1, 100000)
2018-08-09 09:07:52.870328+0200 0x355      Default     0x0                  0      0    kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::setAwdlPeerTrafficRegistration assisted discovery requested: channel 0 realTime 0 active 0 forcedMaster 00:00:00:00:00:00
2018-08-09 09:07:52.870345+0200 0x355      Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 8.057751: wl0: setAWDL_PEER_TRAFFIC_REGISTRATION: active 0, roam_off: 0, err 0 roam_start_set 0 forced_roam_set 0
2018-08-09 09:07:52.892086+0200 0x355      Default     0x0                  0      0    kernel: (IO80211Family) com.apple.p2p: setAwdlPeerTrafficRegistration(): Clear traffic registration for airplay peer(00:00:00:00:00:00) hint=0
2018-08-09 09:07:52.892090+0200 0x355      Default     0x0                  0      0    kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::setAwdlPeerTrafficRegistration Clearing AirPlay peer 00:00:00:00:00:00
2018-08-09 09:07:52.892094+0200 0x355      Default     0x0                  0      0    kernel: (IO80211Family) com.apple.p2p: dfsProxyStateMachine[6785] : From State kAWDLDFSProxyOff To State kAWDLDFSProxyOff
2018-08-09 09:07:53.056237+0200 0x411      Default     0x0                  0      0    kernel: (IO80211Family) en1: channel changed to 1
2018-08-09 09:07:53.070274+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) Setting BTCoex Profile: band:8
2018-08-09 09:07:53.083240+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) Profile[0]: mode:7; desense:0; desense_level:0; chain_power_offset:
2018-08-09 09:07:53.085073+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.085131+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.085190+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.085246+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.085302+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 
2018-08-09 09:07:53.097356+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) Profile[1]: mode:7; desense:0; desense_level:0; chain_power_offset:
2018-08-09 09:07:53.099137+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.099193+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.099249+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.099307+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.099363+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 
2018-08-09 09:07:53.111057+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) Profile[2]: mode:7; desense:1; desense_level:3; chain_power_offset:
2018-08-09 09:07:53.112835+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.112891+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.112945+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.113000+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.113055+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 
2018-08-09 09:07:53.124581+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) Profile[3]: mode:7; desense:0; desense_level:0; chain_power_offset:
2018-08-09 09:07:53.126361+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.126416+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.126473+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.126528+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.126582+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 
2018-08-09 09:07:53.138135+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) Setting BTCoex Profile: band:2
2018-08-09 09:07:53.150338+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) Profile[0]: mode:0; desense:0; desense_level:0; chain_power_offset:
2018-08-09 09:07:53.152128+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.152183+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.152237+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.152291+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 0,
2018-08-09 09:07:53.152345+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) 
2018-08-09 09:07:53.399671+0200 0x323      Default     0x0                  0      0    kernel: (IO80211Family) Setting BTCoex Config: enable_2G:1, profile_2g:0, enable_5G:1, profile_5G:0
2018-08-09 09:07:53.417718+0200 0x493      Error       0x0                  0      0    kernel: (AppleSystemPolicy) Setting mach port for daemon
2018-08-09 09:07:53.537768+0200 0x1e9      Default     0x0                  0      0    kernel: Notice - new kext com.apple.driver.KextExcludeList, v13.2.1 matches prelinked kext but can't determine if executables are the same (no UUIDs).
2018-08-09 09:07:53.656536+0200 0x1e9      Default     0x0                  0      0    kernel: Matching service count = 23
2018-08-09 09:07:53.657469+0200 0x1e9      Default     0x0                  0      0    kernel: Matching service count = 25
2018-08-09 09:07:53.665051+0200 0x557      Default     0x0                  0      0    kernel: (IOGraphicsFamily) IOGraphics flags 0x3 (0x51)
2018-08-09 09:07:53.732980+0200 0x559      Default     0x0                  0      0    kernel: (CPUSensors) CPUSensors: CPU family 0x6, model 0x4e, stepping 0x3, cores 2, threads 4, TJmax 100
2018-08-09 09:07:53.733201+0200 0x566      Default     0x0                  0      0    kernel: (IOHIDFamily) HID: Legacy shim 2
2018-08-09 09:07:53.733370+0200 0x559      Default     0x0                  0      0    kernel: (CPUSensors) CPUSensors: setting platform keys to [j43     ]
2018-08-09 09:07:53.733658+0200 0x559      Default     0x0                  0      0    kernel: (CPUSensors) CPUSensors: base CPU multiplier is 28
2018-08-09 09:07:53.734213+0200 0x559      Default     0x0                  0      0    kernel: (CPUSensors) CPUSensors: started
2018-08-09 09:07:53.737329+0200 0x55f      Default     0x0                  0      0    kernel: (ACPISensors) ACPISensors (TZ01): 1 sensor added
2018-08-09 09:07:53.741673+0200 0x563      Default     0x0                  0      0    kernel: com_apple_driver_eficheck::probe(LPCB)
2018-08-09 09:07:53.742627+0200 0x563      Default     0x0                  0      0    kernel: com_apple_driver_eficheck::start(LPCB) <1>
2018-08-09 09:07:53.745125+0200 0x3b7      Default     0x0                  0      0    kernel: (IO80211Family) AirPort: Link Up on awdl0
2018-08-09 09:07:53.748941+0200 0x558      Default     0x0                  0      0    kernel: (AGDCBacklightControl) AGDCBacklightControl: Didn't find DPMicro.
2018-08-09 09:07:53.749278+0200 0x55f      Default     0x0                  0      0    kernel: (ACPISensors) ACPISensors (TZ01): started
2018-08-09 09:07:53.759838+0200 0x55e      Default     0x0                  0      0    kernel: (ACPISensors) ACPISensors (TZ00): 1 sensor added
2018-08-09 09:07:53.760733+0200 0x55c      Default     0x0                  0      0    kernel: (IOPlatformPluginFamily) Generation from SMC report as 2
2018-08-09 09:07:53.760734+0200 0x55c      Default     0x0                  0      0    kernel: (IOPlatformPluginFamily) Generation from SMC report as 2
2018-08-09 09:07:53.760914+0200 0x55e      Default     0x0                  0      0    kernel: (ACPISensors) ACPISensors (TZ00): started
2018-08-09 09:07:53.761066+0200 0x3b7      Default     0x0                  0      0    kernel: (IO80211Family) com.apple.p2p: AWDL is off
2018-08-09 09:07:53.764699+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: Version 2.2.10 starting on OS X Darwin 17.7.
2018-08-09 09:07:53.766278+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::init(<private>)
2018-08-09 09:07:53.766294+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::init(<private>) returns 1
2018-08-09 09:07:53.769266+0200 0x567      Debug       0x0                  0      0    kernel: (IOHIDFamily) Report bytes: input:4 output:0 feature:0
2018-08-09 09:07:53.769267+0200 0x567      Debug       0x0                  0      0    kernel: (IOHIDFamily) Collections : 3
2018-08-09 09:07:53.769269+0200 0x567      Debug       0x0                  0      0    kernel: (IOHIDFamily) Buttons     : input:1 output:0 feature:0
2018-08-09 09:07:53.769271+0200 0x567      Debug       0x0                  0      0    kernel: (IOHIDFamily) Values      : input:3 output:0 feature:0
2018-08-09 09:07:53.769499+0200 0x567      Debug       0x0                  0      0    kernel: (IOHIDFamily) Element value capacity 168
2018-08-09 09:07:53.769517+0200 0x567      Debug       0x0                  0      0    kernel: (IOHIDFamily) Report count: 1
2018-08-09 09:07:53.769519+0200 0x567      Debug       0x0                  0      0    kernel: (IOHIDFamily) Report ID: 0 input:32 output:0 feature:0
2018-08-09 09:07:53.769789+0200 0x55a      Default     0x0                  0      0    kernel: (AppleSSE) AssertMacros: value (value: 0x0),  file: /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleSSE/AppleSSE-116.70.1/AppleSSE/AppleSSE.cpp, line: 34
2018-08-09 09:07:53.774117+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: Unknown new Darwin version 17.7, using possible compatible personality.
2018-08-09 09:07:53.774284+0200 0x586      Default     0x0                  0      0    kernel: (IOHIDFamily) HID: Legacy shim 2
2018-08-09 09:07:53.774743+0200 0x55a      Default     0x0                  0      0    kernel: DSMOS has arrived
2018-08-09 09:07:53.774942+0200 0x55a      Default     0x0                  0      0    kernel: (IOBluetoothFamily) [IOBluetoothFamily][start] -- completed
2018-08-09 09:07:53.775040+0200 0x55a      Default     0x0                  0      0    kernel: (IOSurface) IOSurface allowing global lookups (with warnings)
2018-08-09 09:07:53.809696+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::start(<private>)
2018-08-09 09:07:53.809708+0200 0x55a      Default     0x0                  0      0    kernel: (112B4787-0000-0000-00F0-000000000000) <compose failure [UUID]>
2018-08-09 09:07:53.815273+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: Published new IOKit personality for BrcmFirmwareStore.
2018-08-09 09:07:53.835350+0200 0x20c      Default     0x0                  101    0    loginwindow: Login Window Application Started
2018-08-09 09:07:53.836751+0200 0x20c      Default     0x0                  101    0    loginwindow: -[SessionStateMonitor setLoginState:] | ************* login state: InitialStartup
2018-08-09 09:07:53.839775+0200 0x20c      Activity    0x790                101    0    loginwindow: (CoreFoundation) Loading Preferences From System CFPrefsD
2018-08-09 09:07:53.907856+0200 0x5ae      Default     0x0                  0      0    kernel: (IOPlatformPluginFamily) IOPPF: XCPM mode
2018-08-09 09:07:53.907858+0200 0x5ae      Default     0x0                  0      0    kernel: (IOPlatformPluginFamily) IOPPF: XCPM mode
2018-08-09 09:07:53.981982+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) +-IOAudioDevice[<private>]::initHardware(<private>)
2018-08-09 09:07:53.981996+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setManufacturerName(<private>)
2018-08-09 09:07:53.982000+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setManufacturerName(<private>)
2018-08-09 09:07:53.982002+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setDeviceName(<private>)
2018-08-09 09:07:53.982011+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setDeviceModelName(<private>)
2018-08-09 09:07:53.982014+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setDeviceModelName(<private>)
2018-08-09 09:07:53.982016+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setDeviceName(<private>)
2018-08-09 09:07:53.982018+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setDeviceShortName(<private>)
2018-08-09 09:07:53.982022+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setDeviceShortName(<private>)
2018-08-09 09:07:53.982023+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setConfigurationApplicationBundle(<private>)
2018-08-09 09:07:53.982026+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setConfigurationApplicationBundle(<private>)
2018-08-09 09:07:53.982126+0200 0x11d      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setPowerState(1, <private>)
2018-08-09 09:07:53.982128+0200 0x11d      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setPowerState(1, <private>) returns 0x0
2018-08-09 09:07:53.982138+0200 0x55a      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::start(<private>)
2018-08-09 09:07:53.986248+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: Published new IOKit personality for BrcmPatchRAMResidency.
2018-08-09 09:07:54.043494+0200 0x5ca      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::init(<private>)
2018-08-09 09:07:54.043507+0200 0x5ca      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::init(<private>) returns 1
2018-08-09 09:07:54.043536+0200 0x5ca      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setDeviceModelName(<private>)
2018-08-09 09:07:54.043539+0200 0x5ca      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setDeviceModelName(<private>)
2018-08-09 09:07:54.095852+0200 0x323      Default     0x0                  0      0    kernel: awdl0: promiscuous mode enable succeeded
2018-08-09 09:07:54.232193+0200 0x323      Default     0x0                  0      0    kernel: awdl0: promiscuous mode disable succeeded
2018-08-09 09:07:54.240500+0200 0x4a3      Default     0x0                  0      0    kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::setAwdlOperatingMode Setting the AWDL operation mode from AUTO to SUSPENDED
2018-08-09 09:07:54.240506+0200 0x4a3      Default     0x0                  0      0    kernel: (IO80211Family) com.apple.p2p: AWDL is suspended
2018-08-09 09:07:54.244144+0200 0x323      Default     0x0                  0      0    kernel: awdl0: promiscuous mode enable succeeded
2018-08-09 09:07:54.274418+0200 0x1e9      Default     0x0                  0      0    kernel: (ufsd_NTFS) ufsd_NTFS :
2018-08-09 09:07:54.285982+0200 0x1e9      Default     0x0                  0      0    kernel: (ufsd_NTFS) UFSD version 10.00 => loaded
2018-08-09 09:07:54.364919+0200 0x4a3      Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 9.552307: wl0: setCIPHER_KEY: key == NULL, clear keys
2018-08-09 09:07:54.378143+0200 0x4a3      Default     0x0                  0      0    kernel: (IO80211Family) parseRSNIE: groupCipherType = 5 pairwiseCipherType = 5 authSel = 2
2018-08-09 09:07:54.390940+0200 0x4a3      Default     0x0                  0      0    kernel: (IO80211Family) initWithInterfaceAndIE: _myMacAddress 48:e2:44:e2:34:d3
2018-08-09 09:07:54.403600+0200 0x4a3      Default     0x0                  0      0    kernel: (IO80211Family) setPMK: PMK SET!
2018-08-09 09:07:54.422351+0200 0x3d2      Default     0x0                  0      0    kernel: (IO80211Family) com.apple.p2p: updateLocalRequests[10360] : AWDL will be turned ON by macbook-prolocal AAAA advertise, Called from mDNSResponder (pid 154)
2018-08-09 09:07:54.423098+0200 0x3d2      Default     0x0                  0      0    kernel: (IO80211Family) com.apple.p2p: updateLocalRequests[10360] : AWDL will be turned ON by 9cba73efffe5910a00000000000008efip6arpa PTR advertise, Called from mDNSResponder (pid 154)
2018-08-09 09:07:54.520604+0200 0x10c      Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 9.708010: txpwr advertised by STA: min 8dbm max 32dbm
2018-08-09 09:07:54.539915+0200 0x3b7      Default     0x0                  0      0    kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::interfaceStateChange Infra State Changed, Channel = 0
2018-08-09 09:07:54.540221+0200 0x3b7      Default     0x0                  0      0    kernel: (IO80211Family) AirPort: Link Up on en1
2018-08-09 09:07:54.552681+0200 0x3b7      Default     0x0                  0      0    kernel: (IO80211Family) en1: BSSID changed to 64:59:f8:35:af:ec
2018-08-09 09:07:54.565203+0200 0x3b7      Default     0x0                  0      0    kernel: (IO80211Family) en1: channel changed to 48,80
2018-08-09 09:07:54.577225+0200 0x3b7      Default     0x0                  0      0    kernel: (IO80211Family) en1::IO80211Interface::postMessage bssid changed
2018-08-09 09:07:54.591813+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) en1: Received EAPOL packet (length = 135)
2018-08-09 09:07:54.604313+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) inputEAPOLFrame: 0 extra bytes present in EAPOL frame.
2018-08-09 09:07:54.617179+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) inputEAPOLFrame: Received message 1 of 4
2018-08-09 09:07:54.629814+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) FULL RSN IE FOUND: 30 14 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 02 0c 00
2018-08-09 09:07:54.632122+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) storeFullRSNIE: getAP_IE_LIST returned 0
2018-08-09 09:07:54.644914+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) PMK: 56 fe df b1 85 9e 30 6a a1 a7 1d 19 6b 15 8d 6c fc f9 44 8a be 9d 93 b3 1e 52 38 e3 b0 67 b2 a2
2018-08-09 09:07:54.647760+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) TPTK: 9b 35 07 51 2d d9 91 b7 0e e2 e3 77 46 13 e3 35 41 d5 a5 2a 7d 70 1f 7f 79 9a 1e 1d 5e f5 97 66 17 ab b7 c7 0f 52 ce 80 57 18 c6 83 b9 99 81 de 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2018-08-09 09:07:54.653171+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) KEY MIC: b6 9b 0f 25 f6 ee cc 70 aa bd 27 a0 0e eb c2 af
2018-08-09 09:07:54.666860+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) process1of4: sending replyPacket 135 bytes
2018-08-09 09:07:54.682911+0200 0x644      Default     0x0                  0      0    kernel: (IO80211Family) Unexpected payload found for message 9, dataLen 0
2018-08-09 09:07:54.696755+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) en1: Received EAPOL packet (length = 169)
2018-08-09 09:07:54.710133+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) inputEAPOLFrame: 0 extra bytes present in EAPOL frame.
2018-08-09 09:07:54.723893+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) inputEAPOLFrame: decrypting key data
2018-08-09 09:07:54.737108+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) inputEAPOLFrame: Received message 3 of 4
2018-08-09 09:07:54.750221+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) process3of4: Performing IE check.
2018-08-09 09:07:54.760108+0200 0x55d      Default     0x0                  0      0    kernel: (ACPISensors) PTIDSensors: started
2018-08-09 09:07:54.762952+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) process3of4: sending replyPacket ( len = 113 ).
2018-08-09 09:07:54.763220+0200 0x10c      Default     0x0                  0      0    kernel: (IO80211Family) process3of4: received pairwise GTK
2018-08-09 09:07:54.763379+0200 0x11d      Default     0x0                  0      0    kernel: (IO80211Family) ptkThread: Sleeping!
2018-08-09 09:07:54.811985+0200 0x11d      Default     0x0                  0      0    kernel: (IO80211Family) ptkThread: Installing PTK!
2018-08-09 09:07:54.819797+0200 0x5cc      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::start(<private>)
2018-08-09 09:07:54.819807+0200 0x5cc      Default     0x0                  0      0    kernel: (IOAudioFamily) +-IOAudioDevice[<private>]::initHardware(<private>)
2018-08-09 09:07:54.819811+0200 0x5cc      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setDeviceName(<private>)
2018-08-09 09:07:54.819815+0200 0x5cc      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setDeviceName(<private>)
2018-08-09 09:07:54.819817+0200 0x5cc      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setDeviceShortName(<private>)
2018-08-09 09:07:54.819820+0200 0x5cc      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setDeviceShortName(<private>)
2018-08-09 09:07:54.819822+0200 0x5cc      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setManufacturerName(<private>)
2018-08-09 09:07:54.819826+0200 0x5cc      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setManufacturerName(<private>)
2018-08-09 09:07:54.823709+0200 0x11d      Default     0x0                  0      0    kernel: (IO80211Family) PTK: 17 ab b7 c7 0f 52 ce 80 57 18 c6 83 b9 99 81 de
2018-08-09 09:07:54.825067+0200 0x5cc      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioEngine[<private>]::init(0x0)
2018-08-09 09:07:54.825069+0200 0x5cc      Default     0x0                  0      0    kernel: (IOAudioFamily)   properties(0x0) == NULL
2018-08-09 09:07:54.825089+0200 0x5cc      Default     0x0                  0      0    kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::setState(0x0. oldState=0)
2018-08-09 09:07:54.825093+0200 0x5cc      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioEngine[<private>]::init(0x0)
2018-08-09 09:07:54.825389+0200 0x11d      Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 10.012795: SetCryptoKey() bcmerr[0]:  ea[64:59:f8:35:af:ec]  T: keyIdx[0] keylen[16] flags[0x0002] algo[4] rxiv(hi[0x00000000] lo[0x0000])
2018-08-09 09:07:54.840925+0200 0x11d      Default     0x0                  0      0    kernel: (IO80211Family) ptkThread: Installing GTK!
2018-08-09 09:07:54.842452+0200 0x564      Default     0x0                  0      0    kernel: (BrcmFirmwareRepo) BrcmPatchRAM: Loaded firmware "BCM20702A1_001.002.014.1483.1651_v5747.zhx" from resources.
2018-08-09 09:07:54.853081+0200 0x595      Default     0x0                  0      0    kernel: (AppleSMBusController) AppleSMBusControllerICH::SMBusLock acquireHostController() failed: 0xe00002d6
2018-08-09 09:07:54.853888+0200 0x564      Default     0x0                  0      0    kernel: (BrcmFirmwareRepo) BrcmPatchRAM: Decompressed firmware (29732 bytes --> 70201 bytes).
2018-08-09 09:07:54.854244+0200 0x655      Default     0x0                  0      0    kernel: (AppleGraphicsPowerManagement) [AGPM Controller] build gpuDict by GPU IGPU.
2018-08-09 09:07:54.854260+0200 0x655      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphicsFramebuffer) IG: Called when FB is in a non-wake State in getAttribute - attribute: 'gnps'
2018-08-09 09:07:54.854399+0200 0x655      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphicsFramebuffer) IG: Called when FB is in a non-wake State in setAttribute - attribute: ' par'
2018-08-09 09:07:54.854460+0200 0x564      Default     0x0                  0      0    kernel: (BrcmFirmwareRepo) BrcmPatchRAM: Firmware is valid IntelHex firmware.
2018-08-09 09:07:54.854616+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: [0489:e07a]: USB [48E244E234D4 v274] "BCM20702A0" by "Broadcom Corp"
2018-08-09 09:07:54.854682+0200 0x656      Default     0x0                  0      0    kernel: (AppleGraphicsPowerManagement) [AGPM Controller] build gpuDict by GPU IGPU.
2018-08-09 09:07:54.854692+0200 0x656      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphicsFramebuffer) IG: Called when FB is in a non-wake State in getAttribute - attribute: 'gnps'
2018-08-09 09:07:54.854814+0200 0x656      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphicsFramebuffer) IG: Called when FB is in a non-wake State in setAttribute - attribute: ' par'
2018-08-09 09:07:54.854893+0200 0x657      Default     0x0                  0      0    kernel: (AppleGraphicsPowerManagement) [AGPM Controller] build gpuDict by GPU IGPU.
2018-08-09 09:07:54.854908+0200 0x657      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphicsFramebuffer) IG: Called when FB is in a non-wake State in getAttribute - attribute: 'gnps'
2018-08-09 09:07:54.855071+0200 0x11d      Default     0x0                  0      0    kernel: (IO80211Family) installGTK: setting cipher key (flags = 0x0)
2018-08-09 09:07:54.855288+0200 0x657      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphicsFramebuffer) IG: Called when FB is in a non-wake State in setAttribute - attribute: ' par'
2018-08-09 09:07:54.891043+0200 0x655      Default     0x0                  0      0    kernel: (AppleGraphicsPowerManagement) AGPM::start - publish fMinPowerState = 0 fMaxPowerState = 15
2018-08-09 09:07:55.002010+0200 0x11d      Default     0x0                  0      0    kernel: (IO80211Family) GTK-RSC: 10 35 08 00 00 00
2018-08-09 09:07:55.002745+0200 0x11d      Default     0x0                  0      0    kernel: (IO80211Family) GTK: 43 52 72 c8 a7 91 02 c6 8d ad 95 0e 49 24 1b ad
2018-08-09 09:07:55.004166+0200 0x11d      Default     0x0                  0      0    kernel: (IO80211Family) AirPort: RSN handshake complete on en1
2018-08-09 09:07:55.017027+0200 0x11d      Default     0x0                  0      0    kernel: (AirPortBrcm4360) ARPT: 10.204431: SetCryptoKey() bcmerr[0]:  ea[00:00:00:00:00:00]  R: keyIdx[1] keylen[16] flags[0x0000] algo[4] rxiv(hi[0x00000008] lo[0x3510])
2018-08-09 09:07:55.032726+0200 0x11d      Default     0x0                  0      0    kernel: (IO80211Family) installGTK: GTK installed
2018-08-09 09:07:55.044879+0200 0x11d      Default     0x0                  0      0    kernel: (AppleSMBusController) *** AppleSMBusControllerICH::completeRequest, transaction error: 0x18
2018-08-09 09:07:55.046932+0200 0x661      Debug       0x0                  0      0    kernel: (AppleMikeyHIDDriver) 
2018-08-09 09:07:55.046953+0200 0x661      Debug       0x0                  0      0    kernel: (AppleMikeyHIDDriver) 
2018-08-09 09:07:55.046970+0200 0x661      Debug       0x0                  0      0    kernel: (IOHIDFamily) Report bytes: input:1 output:0 feature:0
2018-08-09 09:07:55.046971+0200 0x661      Debug       0x0                  0      0    kernel: (IOHIDFamily) Collections : 2
2018-08-09 09:07:55.046973+0200 0x661      Debug       0x0                  0      0    kernel: (IOHIDFamily) Buttons     : input:3 output:0 feature:0
2018-08-09 09:07:55.046974+0200 0x661      Debug       0x0                  0      0    kernel: (IOHIDFamily) Values      : input:0 output:0 feature:0
2018-08-09 09:07:55.046986+0200 0x661      Debug       0x0                  0      0    kernel: (IOHIDFamily) Element value capacity 96
2018-08-09 09:07:55.046997+0200 0x661      Debug       0x0                  0      0    kernel: (IOHIDFamily) Report count: 1
2018-08-09 09:07:55.046999+0200 0x661      Debug       0x0                  0      0    kernel: (IOHIDFamily) Report ID: 0 input:8 output:0 feature:0
2018-08-09 09:07:55.047637+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: [0489:e07a]: Firmware upgrade not needed.
2018-08-09 09:07:55.051753+0200 0x668      Default     0x0                  0      0    kernel: (IOHIDFamily) HID: Legacy shim 2
2018-08-09 09:07:55.061804+0200 0x341      Debug       0x0                  0      0    kernel: (AppleMikeyHIDDriver) type is e3ff8001
2018-08-09 09:07:55.063164+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: [0489:e07a]: Published new IOKit personality.
2018-08-09 09:07:55.075466+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: Processing time 1.301 seconds.
2018-08-09 09:07:55.092332+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: Version 2.2.10 starting on OS X Darwin 17.7.
2018-08-09 09:07:55.100066+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: [0489:e07a]: USB [48E244E234D4 v274] "BCM20702A0" by "Broadcom Corp"
2018-08-09 09:07:55.100247+0200 0x261      Default     0x0                  0      0    kernel: en1: starting optimistic DAD immediately for fe80:6::4a7:5137:ae0e:73fe
2018-08-09 09:07:55.142599+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: [0489:e07a]: Firmware upgrade not needed.
2018-08-09 09:07:55.157989+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: [0489:e07a]: Found existing IOKit personality "com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport".
2018-08-09 09:07:55.173472+0200 0x564      Default     0x0                  0      0    kernel: (BrcmPatchRAM2) BrcmPatchRAM2: Processing time 0.73 seconds.
2018-08-09 09:07:55.186607+0200 0x564      Default     0x0                  0      0    kernel: (IOBluetoothHostControllerUSBTransport) **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0xa800 ****
2018-08-09 09:07:55.186631+0200 0x564      Default     0x0                  0      0    kernel: (BroadcomBluetoothHostControllerUSBTransport) **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed (matched on Device) -- 0xa800 ****
2018-08-09 09:07:55.186752+0200 0x66d      Default     0x0                  0      0    kernel: (IOBluetoothFamily) [IOBluetoothFamily][staticBluetoothTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0xa800
2018-08-09 09:07:55.186966+0200 0x66e      Default     0x0                  0      0    kernel: (IOBluetoothFamily) [IOBluetoothHostController][start] -- completed
2018-08-09 09:07:55.212689+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Graphics Scheduler Preemption Disabled!
2018-08-09 09:07:55.225334+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Graphics Scheduler Preemption Disabled!
2018-08-09 09:07:55.225336+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Will fallback to host-side scheduling if graphics firmware fails to load
2018-08-09 09:07:55.238825+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Will fallback to host-side scheduling if graphics firmware fails to load
2018-08-09 09:07:55.238828+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Scheduler Tail Coalescing Enabled.
2018-08-09 09:07:55.251331+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Scheduler Tail Coalescing Enabled.
2018-08-09 09:07:55.251355+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Forced use of host-side scheduler via plist
2018-08-09 09:07:55.264018+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Forced use of host-side scheduler via plist
2018-08-09 09:07:55.276395+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Scheduler: Multiple channel indexes per command streamer
2018-08-09 09:07:55.290606+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Scheduler: Multiple channel indexes per command streamer
2018-08-09 09:07:55.290610+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Scheduler: Process CSB using HWS.
2018-08-09 09:07:55.292277+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::init(<private>)
2018-08-09 09:07:55.292296+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::init(<private>) returns 1
2018-08-09 09:07:55.292318+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::start(<private>)
2018-08-09 09:07:55.292326+0200 0x675      Default     0x0                  0      0    kernel: (DanteVirtualSoundcard) NetworkAudioDevice[<private>]::initHardware(<private>)
2018-08-09 09:07:55.303161+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Scheduler: Process CSB using HWS.
2018-08-09 09:07:55.303163+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Scheduler: PM notify enabled
2018-08-09 09:07:55.303363+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Scheduler: PM notify enabled
2018-08-09 09:07:55.303364+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Graphics Address: PPGTT, Separate Address Space
2018-08-09 09:07:55.303577+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) +-IOAudioDevice[<private>]::initHardware(<private>)
2018-08-09 09:07:55.303579+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setDeviceName(<private>)
2018-08-09 09:07:55.303587+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setDeviceModelName(<private>)
2018-08-09 09:07:55.303591+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setDeviceModelName(<private>)
2018-08-09 09:07:55.303592+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setDeviceName(<private>)
2018-08-09 09:07:55.303594+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setDeviceShortName(<private>)
2018-08-09 09:07:55.303596+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setDeviceShortName(<private>)
2018-08-09 09:07:55.303597+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setManufacturerName(<private>)
2018-08-09 09:07:55.303601+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setManufacturerName(<private>)
2018-08-09 09:07:55.303625+0200 0x675      Default     0x0                  0      0    kernel: (DanteVirtualSoundcard) bind: addr: 0x00000000, port: 4444
2018-08-09 09:07:55.303794+0200 0x675      Default     0x0                  0      0    kernel: (DanteVirtualSoundcard) NetworkAudioDevice[<private>]::initConfCommMgr() - listening on 0.0.0.0, port 4444 (config file)
2018-08-09 09:07:55.304024+0200 0x678      Default     0x0                  0      0    kernel: (DanteVirtualSoundcard) NetworkAudioDevice: realtime thread active
2018-08-09 09:07:55.304052+0200 0x675      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::start(<private>)
2018-08-09 09:07:55.304133+0200 0x11d      Default     0x0                  0      0    kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setPowerState(1, <private>)
2018-08-09 09:07:55.304135+0200 0x11d      Default     0x0                  0      0    kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setPowerState(1, <private>) returns 0x0
2018-08-09 09:07:55.380611+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Graphics Address: PPGTT, Separate Address Space
2018-08-09 09:07:55.380614+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] MultiForceWake Enabled: Using 3D Driver
2018-08-09 09:07:55.393035+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] MultiForceWake Enabled: Using 3D Driver
2018-08-09 09:07:55.393037+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Render Compression Enabled.
2018-08-09 09:07:55.405022+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Render Compression Enabled.
2018-08-09 09:07:55.405025+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Render Compression for IOSurface is Enabled.
2018-08-09 09:07:55.417525+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Render Compression for IOSurface is Enabled.
2018-08-09 09:07:55.418308+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Scheduler Throttle Cap = 100ms.
2018-08-09 09:07:55.430362+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Scheduler Throttle Cap = 100ms.
2018-08-09 09:07:55.434875+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Graphics accelerator is using scheduler: Host Priority Scheduler
2018-08-09 09:07:55.447970+0200 0x557      Default     0x0                  0      0    kernel: (AppleIntelSKLGraphics) [IGPU] Graphics accelerator is using scheduler: Host Priority Scheduler

DSDT.aml.zip

 

2018-07-11 14:16:46.967740+0200  localhost kernel[0]: (AppleACPIPlatform) ACPI Error:
2018-07-11 14:16:46.967741+0200  localhost kernel[0]: (AppleACPIPlatform) ACPI Error:
2018-07-11 14:16:46.968035+0200  localhost kernel[0]: (AppleACPIPlatform) [_DSM]
2018-07-11 14:16:46.968036+0200  localhost kernel[0]: (AppleACPIPlatform) [_DSM]
2018-07-11 14:16:46.968184mjg+0200  localhost kernel[0]: (AppleACPIPlatform)  Namespace lookup failure, AE_ALREADY_EXISTS
2018-07-11 14:16:46.968185+0200  localhost kernel[0]: (AppleACPIPlatform)  Namespace lookup failure, AE_ALREADY_EXISTS

 

 

2018-07-11 14:16:46.969860+0200  localhost kernel[0]: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS,
2018-07-11 14:16:46.969861+0200  localhost kernel[0]: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS,
2018-07-11 14:16:46.970717+0200  localhost kernel[0]: (AppleACPIPlatform) During name lookup/catalog
2018-07-11 14:16:46.970718+0200  localhost kernel[0]: (AppleACPIPlatform) During name lookup/catalog
2018-07-11 14:16:46.971355+0200  localhost kernel[0]: (AppleACPIPlatform)  (20160930/psobject-310)
2018-07-11 14:16:46.971355+0200  localhost kernel[0]: (AppleACPIPlatform)  (20160930/psobject-310)
2018-07-11 14:16:46.972016+0200  localhost kernel[0]: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS,
2018-07-11 14:16:46.972017+0200  localhost kernel[0]: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS,
2018-07-11 14:16:46.972874+0200  localhost kernel[0]: (AppleACPIPlatform) (SSDT:    _LPC) while loading table
2018-07-11 14:16:46.972875+0200  localhost kernel[0]: (AppleACPIPlatform) (SSDT:    _LPC) while loading table
2018-07-11 14:16:46.973732+0200  localhost kernel[0]: (AppleACPIPlatform)  (20160930/tbxfload-319)
2018-07-11 14:16:46.973732+0200  localhost kernel[0]: (AppleACPIPlatform)  (20160930/tbxfload-319)
2018-07-11 14:16:46.974387+0200  localhost kernel[0]: (AppleACPIPlatform) ACPI Error:
2018-07-11 14:16:46.974388+0200  localhost kernel[0]: (AppleACPIPlatform) ACPI Error:
2018-07-11 14:16:46.974682+0200  localhost kernel[0]: (AppleACPIPlatform) [_DSM]
2018-07-11 14:16:46.974683+0200  localhost kernel[0]: (AppleACPIPlatform) [_DSM]
2018-07-11 14:16:46.974831+0200  localhost kernel[0]: (AppleACPIPlatform)  Namespace lookup failure, AE_ALREADY_EXISTS
2018-07-11 14:16:46.974832+0200  localhost kernel[0]: (AppleACPIPlatform)  Namespace lookup failure, AE_ALREADY_EXISTS
2018-07-11 14:16:46.975910+0200  localhost kernel[0]: (AppleACPIPlatform)  (20160930/dswload-462)
2018-07-11 14:16:46.975911+0200  localhost kernel[0]: (AppleACPIPlatform)  (20160930/dswload-462)
2018-07-11 14:16:46.976508+0200  localhost kernel[0]: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS,
2018-07-11 14:16:46.976509+0200  localhost kernel[0]: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS,
2018-07-11 14:16:46.977364+0200  localhost kernel[0]: (AppleACPIPlatform) During name lookup/catalog
2018-07-11 14:16:46.977365+0200  localhost kernel[0]: (AppleACPIPlatform) During name lookup/catalog
2018-07-11 14:16:46.978002+0200  localhost kernel[0]: (AppleACPIPlatform)  (20160930/psobject-310)
2018-07-11 14:16:46.978002+0200  localhost kernel[0]: (AppleACPIPlatform)  (20160930/psobject-310)
2018-07-11 14:16:46.978667+0200  localhost kernel[0]: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS,
2018-07-11 14:16:46.978668+0200  localhost kernel[0]: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS,

 

 

 

 

you did not tell me anything about the initial delay of the mouse etc ... I have to modify the framebuffer?

 

Send me MacBook-Pro.station.zip

Link to comment
Share on other sites

55 minutes ago, MaLd0n said:

U Dont need ssdt, if need exclude ports use flash uia exclude, i dont use usbinjectall, u don't need it

add clockid, no problem about it

full sbus

use dAGPM only if u have problems, u have a native card

DSDT.aml.zip

 

I know my graphics card is native, but AGPM doesn't start under framebuffer without my custom dAGPM,as you can see in my IOReg Dump.(But I can see memory & Core Clock up & down)

With your DSDT I obtain this errors related to USB & SMBUS.I only want to stay in Mojave USB limits without patch for injecting all(I should use only uia_exlude flag and removing the Patch from Clover right ?).

Edit:tried now removing port limit patch & using uia_exclude USB3.0 not working.IOREG dump (latest)

Is plugin-type needed?In your config.plist isn't used.

Many thanks in advance for your hard work.

Send me iProdiFederico.zip

 

Errors.rtf

IOREG dump.zip

iMac Pro di Federico using uia_exclude & removing port limit patch.zip

Edited by jumper981
Link to comment
Share on other sites

dont need plugin type, all in dsdt

 

smbus error, ignore

 

if u remove limit port patch, u need back for usbinjectall + uia exclude or ssdt

 

u can use too, USBINJECTALL + USB limit port and nothing more

1 hour ago, gigibatt said:

 

2018-07-11 14:16:46.967740+0200  localhost kernel[0]: (AppleACPIPlatform) ACPI Error:
2018-07-11 14:16:46.967741+0200  localhost kernel[0]: (AppleACPIPlatform) ACPI Error:
2018-07-11 14:16:46.968035+0200  localhost kernel[0]: (AppleACPIPlatform) [_DSM]
2018-07-11 14:16:46.968036+0200  localhost kernel[0]: (AppleACPIPlatform) [_DSM]
2018-07-11 14:16:46.968184mjg+0200  localhost kernel[0]: (AppleACPIPlatform)  Namespace lookup failure, AE_ALREADY_EXISTS
2018-07-11 14:16:46.968185+0200  localhost kernel[0]: (AppleACPIPlatform)  Namespace lookup failure, AE_ALREADY_EXISTS

 

 

2018-07-11 14:16:46.969860+0200  localhost kernel[0]: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS,
2018-07-11 14:16:46.969861+0200  localhost kernel[0]: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS,
2018-07-11 14:16:46.970717+0200  localhost kernel[0]: (AppleACPIPlatform) During name lookup/catalog
2018-07-11 14:16:46.970718+0200  localhost kernel[0]: (AppleACPIPlatform) During name lookup/catalog
2018-07-11 14:16:46.971355+0200  localhost kernel[0]: (AppleACPIPlatform)  (20160930/psobject-310)
2018-07-11 14:16:46.971355+0200  localhost kernel[0]: (AppleACPIPlatform)  (20160930/psobject-310)
2018-07-11 14:16:46.972016+0200  localhost kernel[0]: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS,
2018-07-11 14:16:46.972017+0200  localhost kernel[0]: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS,
2018-07-11 14:16:46.972874+0200  localhost kernel[0]: (AppleACPIPlatform) (SSDT:    _LPC) while loading table
2018-07-11 14:16:46.972875+0200  localhost kernel[0]: (AppleACPIPlatform) (SSDT:    _LPC) while loading table
2018-07-11 14:16:46.973732+0200  localhost kernel[0]: (AppleACPIPlatform)  (20160930/tbxfload-319)
2018-07-11 14:16:46.973732+0200  localhost kernel[0]: (AppleACPIPlatform)  (20160930/tbxfload-319)
2018-07-11 14:16:46.974387+0200  localhost kernel[0]: (AppleACPIPlatform) ACPI Error:
2018-07-11 14:16:46.974388+0200  localhost kernel[0]: (AppleACPIPlatform) ACPI Error:
2018-07-11 14:16:46.974682+0200  localhost kernel[0]: (AppleACPIPlatform) [_DSM]
2018-07-11 14:16:46.974683+0200  localhost kernel[0]: (AppleACPIPlatform) [_DSM]
2018-07-11 14:16:46.974831+0200  localhost kernel[0]: (AppleACPIPlatform)  Namespace lookup failure, AE_ALREADY_EXISTS
2018-07-11 14:16:46.974832+0200  localhost kernel[0]: (AppleACPIPlatform)  Namespace lookup failure, AE_ALREADY_EXISTS
2018-07-11 14:16:46.975910+0200  localhost kernel[0]: (AppleACPIPlatform)  (20160930/dswload-462)
2018-07-11 14:16:46.975911+0200  localhost kernel[0]: (AppleACPIPlatform)  (20160930/dswload-462)
2018-07-11 14:16:46.976508+0200  localhost kernel[0]: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS,
2018-07-11 14:16:46.976509+0200  localhost kernel[0]: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS,
2018-07-11 14:16:46.977364+0200  localhost kernel[0]: (AppleACPIPlatform) During name lookup/catalog
2018-07-11 14:16:46.977365+0200  localhost kernel[0]: (AppleACPIPlatform) During name lookup/catalog
2018-07-11 14:16:46.978002+0200  localhost kernel[0]: (AppleACPIPlatform)  (20160930/psobject-310)
2018-07-11 14:16:46.978002+0200  localhost kernel[0]: (AppleACPIPlatform)  (20160930/psobject-310)
2018-07-11 14:16:46.978667+0200  localhost kernel[0]: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS,
2018-07-11 14:16:46.978668+0200  localhost kernel[0]: (AppleACPIPlatform) ACPI Exception: AE_ALREADY_EXISTS,

 

 

 

 

you did not tell me anything about the initial delay of the mouse etc ... I have to modify the framebuffer?

 

Send me MacBook-Pro.station.zip

the error causing by ur ssdts

Link to comment
Share on other sites

7 minutes ago, MaLd0n said:

dont need plugin type, all in dsdt

 

smbus error, ignore

 

if u remove limit port patch, u need back for usbinjectall + uia exclude or ssdt

 

u can use too, USBINJECTALL + USB limit port and nothing more

the error causing by ur ssdts

 

Ok so please control this last one. I attach also Library/extensions folder,

if you see any unnecessary extensions, tell them to throw them in the trash.

 

for the SMBIOS as I told you, if I use the MacBookPro 13.1 I have problems of mouse lag at boot, if I use the 13.3 okay but the HDMI output does not go and I can not use a second screen in mirror. At the moment using MacBook Pro 9.1 seems to go all. In your opinion what is better for PC performance? Considering that my processor and a skylake ... (and macbook pro 13.3 and always skylake)

Send me MacBook-Pro.station.zip

Extensions.zip

Link to comment
Share on other sites

41 minutes ago, MaLd0n said:

dont need plugin type, all in dsdt

 

smbus error, ignore

 

if u remove limit port patch, u need back for usbinjectall + uia exclude or ssdt

 

u can use too, USBINJECTALL + USB limit port and nothing more

the error causing by ur ssdts

With your DSDT I found CPU Frequency spikes too much.

Could you remove CPU power management from this DSDT.aml.

I would use instead plugintype=1 + freqVectors of Macbookpro15,1 

DSDT.aml

Thanks

Edited by jumper981
Link to comment
Share on other sites

1 hour ago, gigibatt said:

 

Ok so please control this last one. I attach also Library/extensions folder,

if you see any unnecessary extensions, tell them to throw them in the trash.

 

for the SMBIOS as I told you, if I use the MacBookPro 13.1 I have problems of mouse lag at boot, if I use the 13.3 okay but the HDMI output does not go and I can not use a second screen in mirror. At the moment using MacBook Pro 9.1 seems to go all. In your opinion what is better for PC performance? Considering that my processor and a skylake ... (and macbook pro 13.3 and always skylake)

Send me MacBook-Pro.station.zip

Extensions.zip

use acpi debug only for check things, after remove it

 

ESSENTIALS NOTEBOOK.zip

1 hour ago, jumper981 said:

With your DSDT I found CPU Frequency spikes too much.

Could you remove CPU power management from this DSDT.aml.

I would use instead plugintype=1 + freqVectors of Macbookpro15,1 

DSDT.aml

Thanks

IT`S COMMON, JUMP, JUMP, JUMP

DSDT.aml.zip

Link to comment
Share on other sites

5 minutes ago, MaLd0n said:

use acpi debug only for check things, after remove it

 

ESSENTIALS NOTEBOOK.zip

IT`S COMMON, JUMP, JUMP, JUMP

DSDT.aml.zip

for the SMBIOS as I told you, if I use the MacBookPro 13.1 I have problems of mouse lag at boot, if I use the 13.3 okay but the HDMI output does not go and I can not use a second screen in mirror. At the moment using MacBook Pro 9.1 seems to go all. In your opinion what is better for PC performance? Considering that my processor and a skylake ... (and macbook pro 13.3 and always skylake)

Link to comment
Share on other sites

×
×
  • Create New...