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

28 minutes ago, kencar said:

with new version of maciasl from rehabman, DSDT of x299 is able to be correctly modified. would u like to declare some detailed patches for us as a guide? I would put my fixed DSDT witch successfully booted as an attach. I wanna get rid of warnings and apply some patches to Device or Method. My MotherBoard is Rampage VI Apex.

DSDT.aml

use my APP

RunMe.app.zip

extract original dsdt too with F4 in clover boot screen

Link to comment
Share on other sites

22 minutes ago, Gymnae said:

 

Note sure which command you meant, so I tried the ones I pasted so far :)
 


udo pmset -g assertions
Password:
2018-05-09 17:16:38 +0200
Assertion status system-wide:
   BackgroundTask                 0
   ApplePushServiceTask           0
   UserIsActive                   1
   PreventUserIdleDisplaySleep    0
   PreventSystemSleep             0
   ExternalMedia                  0
   PreventUserIdleSystemSleep     0
   NetworkClientActive            0
Listed by owning process:
   pid 116(hidd): [0x0000001a00098187] 00:00:00 UserIsActive named: "com.apple.iohideventsystem.queue.tickle.4294968254.3"
    Timeout will fire in 1080 secs Action=TimeoutActionRelease
Kernel Assertions: 0x104=USB,MAGICWAKE
   id=500  level=255 0x4=USB mod=01.01.70, 01:00 description=com.apple.usb.externaldevice.14b00000 owner=USB Device
   id=501  level=255 0x4=USB mod=01.01.70, 01:00 description=com.apple.usb.externaldevice.14900000 owner=IOUSBHostDevice
   id=504  level=255 0x4=USB mod=01.01.70, 01:00 description=com.apple.usb.externaldevice.14700000 owner=USB2.0 Hub             
   id=508  level=255 0x100=MAGICWAKE mod=01.01.70, 01:00 description=en1 owner=en1
   id=509  level=255 0x4=USB mod=01.01.70, 01:00 description=com.apple.usb.externaldevice.14100000 owner=HL-1270N series
   id=517  level=255 0x4=USB mod=01.01.70, 01:00 description=com.apple.usb.externaldevice.14a00000 owner=HD Webcam C525
   id=644  level=255 0x4=USB mod=01.01.70, 01:00 description=com.apple.usb.externaldevice.14740000 owner=Gaming Mouse G300
   id=645  level=255 0x4=USB mod=01.01.70, 01:00 description=com.apple.usb.externaldevice.14720000 owner=Sound Blaster Tactic(3D) Sigma
Idle sleep preventers: IODisplayWrangler


log show --style syslog | fgrep "Wake reason"

2018-05-09 08:25:18.433142+0200  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: CNVW XHC
2018-05-09 08:25:18.433143+0200  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: CNVW XHC

 

reproduce error some times, run command and check what device cause it, go to DSDT and remove _PRW from device

 

EDIT

only reboot after wake now?

Link to comment
Share on other sites

Reboot happens now even if I set it to sleep.

In the meantime, I created an SSDT with my actual USB ports.

The last "resumes" did not register as wake ups.

 

Just in case it might help, the freshest batch extracted with your app: https://www106.zippyshare.com/v/hRhi0Om7/file.html

 

A general question about the DSDT you create and provide: Doesn't this have the disadvantage that you always need to re-create it when upgrading or changing the BIOS, whereas clover patches or SSDTs would be permanent? In the past I worked with SSDTs and clover patches only.

 

Maybe interesting to note is that I get some errors during boot - PXSX AE_NOT_FOUND messages:

Screenshot_20180509-175607.thumb.jpg.418d49d963eb84be4225d6c5a2e3b3e5.jpg

 

Screenshot_20180509-175628.thumb.jpg.042693ddad4e42625cabb417930fe5e1.jpg

Edited by Gymnae
Link to comment
Share on other sites

3 hours ago, Gymnae said:

Reboot happens now even if I set it to sleep.

In the meantime, I created an SSDT with my actual USB ports.

The last "resumes" did not register as wake ups.

 

Just in case it might help, the freshest batch extracted with your app: https://www106.zippyshare.com/v/hRhi0Om7/file.html

 

A general question about the DSDT you create and provide: Doesn't this have the disadvantage that you always need to re-create it when upgrading or changing the BIOS, whereas clover patches or SSDTs would be permanent? In the past I worked with SSDTs and clover patches only.

 

Maybe interesting to note is that I get some errors during boot - PXSX AE_NOT_FOUND messages:

Screenshot_20180509-175607.thumb.jpg.418d49d963eb84be4225d6c5a2e3b3e5.jpg

 

Screenshot_20180509-175628.thumb.jpg.042693ddad4e42625cabb417930fe5e1.jpg

Don't need SSDTs, for USB use flag uia_exclude=XXXX

EXAMPLE

Unused Ports, excluded with flag
uia_exclude=HS01;HS02;HS03;HS04;HS05;HS06;HS10;HS11;SSP1;SSP2;SSP6
 
Used Ports
HS07, HS08, HS09, HS12, HS13, HS14, SSP3, SSP4, SSP5

 

SSDT and Clover is not a full solution and just inject in bios, If you are a bios updater u can use it, but i dont like result

 

ACPI errors

only DSDT edit solve it, u need remove devices unused

 

Audio work with last DSDT and id 7?

 

Link to comment
Share on other sites

1 hour ago, MaLd0n said:

Don't need SSDTs, for USB use flag uia_exclude=XXXX

EXAMPLE

Unused Ports, excluded with flag
uia_exclude=HS01;HS02;HS03;HS04;HS05;HS06;HS10;HS11;SSP1;SSP2;SSP6
 
Used Ports
HS07, HS08, HS09, HS12, HS13, HS14, SSP3, SSP4, SSP5

 

That is easier than the SSDT, but now it's done :)

 

1 hour ago, MaLd0n said:

SSDT and Clover is not a full solution and just inject in bios, If you are a bios updater u can use it, but i dont like result

Having a new board I expect frequent updates, so having to call on you to help me with the DSDT is maybe a problem in the long term. Is it possible to extract the patches you do in the DSDT into SSDTs?

 

1 hour ago, MaLd0n said:

ACPI errors

only DSDT edit solve it, u need remove devices unused

 

How could I go about that? The following are the ACPI "devices" throwing errors.

  • PCI0_RP04_PXSX
  • PCI0_RP05_PXSX
  • PCI0_RP08_PXSX
  • PCI0_RP12_PXSX
  • \CDNP
  • \

 

1 hour ago, MaLd0n said:

Audio work with last DSDT and id 7?

 

Sadly no, the only I'm able to get it to work is by adding FakePCIID and FakePCIID_Intel_HDMI kexts

 

Current sleep status: System takes a while, then turns off, comes back up immediately with proper USB working:

Quote

2018-05-09 22:28:24.976057+0200  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: GLAN XHC (Network)
2018-05-09 22:28:24.976058+0200  localhost kernel[0]: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: GLAN XHC (Network)

Powernap and wake up for network access are turned off

$ pmset -g assertions
2018-05-09 22:38:35 +0200
Assertion status system-wide:
   BackgroundTask                 1
   ApplePushServiceTask           0
   UserIsActive                   1
   PreventUserIdleDisplaySleep    0
   PreventSystemSleep             0
   ExternalMedia                  0
   PreventUserIdleSystemSleep     1
   NetworkClientActive            0
Listed by owning process:
   pid 810(backupd): [0x000001e400018107] 00:00:36 PreventUserIdleSystemSleep named: "Time Machine backup"
   pid 810(backupd): [0x000001e4000b8106] 00:00:36 BackgroundTask named: "Time Machine backup"
   pid 116(hidd): [0x00000021000980a2] 00:00:00 UserIsActive named: "com.apple.iohideventsystem.queue.tickle.4294968249.3"
    Timeout will fire in 1080 secs Action=TimeoutActionRelease
Kernel Assertions: 0x4=USB
   id=500  level=255 0x4=USB mod=01.01.70, 01:00 description=com.apple.usb.externaldevice.14900000 owner=IOUSBHostDevice
   id=501  level=255 0x4=USB mod=01.01.70, 01:00 description=com.apple.usb.externaldevice.14a00000 owner=Gaming Mouse G300
   id=503  level=255 0x4=USB mod=01.01.70, 01:00 description=com.apple.usb.externaldevice.14100000 owner=HL-1270N series
   id=505  level=255 0x4=USB mod=01.01.70, 01:00 description=com.apple.usb.externaldevice.14b00000 owner=USB Device
Idle sleep preventers: IODisplayWrangler

 

Edited by Gymnae
Link to comment
Share on other sites

5 hours ago, Gymnae said:

That is easier than the SSDT, but now it's done :)

 

Having a new board I expect frequent updates, so having to call on you to help me with the DSDT is maybe a problem in the long term. Is it possible to extract the patches you do in the DSDT into SSDTs?

 

 

How could I go about that? The following are the ACPI "devices" throwing errors.

  • PCI0_RP04_PXSX
  • PCI0_RP05_PXSX
  • PCI0_RP08_PXSX
  • PCI0_RP12_PXSX
  • \CDNP
  • \

 

Sadly no, the only I'm able to get it to work is by adding FakePCIID and FakePCIID_Intel_HDMI kexts

 

Current sleep status: System takes a while, then turns off, comes back up immediately with proper USB working:

Powernap and wake up for network access are turned off


$ pmset -g assertions
2018-05-09 22:38:35 +0200
Assertion status system-wide:
   BackgroundTask                 1
   ApplePushServiceTask           0
   UserIsActive                   1
   PreventUserIdleDisplaySleep    0
   PreventSystemSleep             0
   ExternalMedia                  0
   PreventUserIdleSystemSleep     1
   NetworkClientActive            0
Listed by owning process:
   pid 810(backupd): [0x000001e400018107] 00:00:36 PreventUserIdleSystemSleep named: "Time Machine backup"
   pid 810(backupd): [0x000001e4000b8106] 00:00:36 BackgroundTask named: "Time Machine backup"
   pid 116(hidd): [0x00000021000980a2] 00:00:00 UserIsActive named: "com.apple.iohideventsystem.queue.tickle.4294968249.3"
    Timeout will fire in 1080 secs Action=TimeoutActionRelease
Kernel Assertions: 0x4=USB
   id=500  level=255 0x4=USB mod=01.01.70, 01:00 description=com.apple.usb.externaldevice.14900000 owner=IOUSBHostDevice
   id=501  level=255 0x4=USB mod=01.01.70, 01:00 description=com.apple.usb.externaldevice.14a00000 owner=Gaming Mouse G300
   id=503  level=255 0x4=USB mod=01.01.70, 01:00 description=com.apple.usb.externaldevice.14100000 owner=HL-1270N series
   id=505  level=255 0x4=USB mod=01.01.70, 01:00 description=com.apple.usb.externaldevice.14b00000 owner=USB Device
Idle sleep preventers: IODisplayWrangler

 

check if disappear some

DSDT.RAPE.zip

 

Link to comment
Share on other sites

14 hours ago, MaLd0n said:

check if disappear some

DSDT.RAPE.zip

 

 

Ok, now it sleeps. It wakes up by Power button and 2 out of 3 times the wake up is successful.

 

The cuplrit seem to have been the _PWR function in GLAN as well es FakePCIID.kext and FakePCIID_Intel_HDMI.kext

 

Without those two kexts, however, I cannot get sound to work. My system requires layout 1.

I tried to add the clover patch mentioned by rehabman on that other community that should not be mentioned, but that only makes the HDEF device appear, yet no codec gets attached to it.

Lili, AppleALC and the patch are in place - but no sound. Did you make changes to HDEF in the DSDT?

 

Could you tell me which patches have you applied to the DSDT so far, just in case I need to replicate them myself later (or extract them into SSDTs)

Link to comment
Share on other sites

1 minute ago, Gymnae said:

 

Ok, now it sleeps. It wakes up by Power button and 2 out of 3 times the wake up is successful.

 

The cuplrit seem to have been the _PWR function in GLAN as well es FakePCIID.kext and FakePCIID_Intel_HDMI.kext

 

Without those two kexts, however, I cannot get sound to work. My system requires layout 1.

I tried to add the clover patch mentioned by rehabman on that other community that should not be mentioned, but that only makes the HDEF device appear, yet no codec gets attached to it.

Lili, AppleALC and the patch are in place - but no sound. Did you make changes to HDEF in the DSDT?

 

Could you tell me which patches have you applied to the DSDT so far, just in case I need to replicate them myself later (or extract them into SSDTs)

DSDT.aml.zip

--DSDT Patches--
-FIX ERRORS AND WARNINGS
-HPET
-SATA
-DMAC
-SLPB
-DARWIN
-XHCI
-PLUGIN TYPE
-HDAS to HDEF
-HDEF
-RTC
-IRQs
-SBUS
-MIKEY
-BUS1
-MCHC
-ALS0
-SHUTDOWN
-LAN
-USBX
-PMCR
-IMEI
-EC
-PNLF
-FIX ACPI ERRORS

etc

Link to comment
Share on other sites

2 minutes ago, MaLd0n said:

DSDT.aml.zip

--DSDT Patches--
-FIX ERRORS AND WARNINGS
-HPET
-SATA
-DMAC
-SLPB
-DARWIN
-XHCI
-PLUGIN TYPE
-HDAS to HDEF
-HDEF
-RTC
-IRQs
-SBUS
-MIKEY
-BUS1
-MCHC
-ALS0
-SHUTDOWN
-LAN
-USBX
-PMCR
-IMEI
-EC
-PNLF
-FIX ACPI ERRORS

etc

 

 

Something is not fixed?

Screen Shot 2018-05-10 at 19.13.37.png

Link to comment
Share on other sites

9 minutes ago, korlione2009 said:

 

 


Something is not fixed?

Screen Shot 2018-05-10 at 19.13.37.png

 

Interesting, I get not only warnings, but errors:

1192080860_ScreenShot2018-05-10at18_21_32.png.36c30c9d6538fdf12615cee4dac51a95.png

 

 

@MaLd0n, your newest DSDT (which gives me these errors upon trying to recompile) also does not enable audio. Do you have a repo for your DSDT patches?

HDEF does appear in ioreg, however:

141322110_ScreenShot2018-05-10at18_23_43.thumb.png.e89a0447f5eddf49a48d738ee336f001.png

 

Edited by Gymnae
Link to comment
Share on other sites

2 minutes ago, MaLd0n said:

compiled...fixed

MaLd0n 2018-05-10 às 13.32.38.png

 

What is your version of maciasl?

 

Intel ACPI Component Architecture

ASL+ Optimizing Compiler/Disassembler version 20180508

Copyright (c) 2000 - 2018 Intel Corporation

Link to comment
Share on other sites

12 minutes ago, korlione2009 said:

 


What is your version of maciasl?

 

Intel ACPI Component Architecture

ASL+ Optimizing Compiler/Disassembler version 20180508

Copyright (c) 2000 - 2018 Intel Corporation

forget warnings, is a nothing, u need patches and compile, only

26 minutes ago, Gymnae said:

 

Interesting, I get not only warnings, but errors:

1192080860_ScreenShot2018-05-10at18_21_32.png.36c30c9d6538fdf12615cee4dac51a95.png

 

 

@MaLd0n, your newest DSDT (which gives me these errors upon trying to recompile) also does not enable audio. Do you have a repo for your DSDT patches?

HDEF does appear in ioreg, however:

141322110_ScreenShot2018-05-10at18_23_43.thumb.png.e89a0447f5eddf49a48d738ee336f001.png

 

i remove _DSM HDEF, for ur test audio patch 

i don't have repo, repo is my brain xD

acpi4 is a last version, i just rename

 

Arquivo Comprimido.zip

Link to comment
Share on other sites

I tried to patch my latest DSDT.aml myself, but I can't get it to work as well as yours :). I tried to remove _PWR from everything, but that did not help insta reboot or wakeup - only your "magic" did the trick so far.

 

So at the moment I am stuck with with either sleep and no sound or no sleep and sound (via the afromention fakepciid kexts).

 

I do appreciate your support, @MaLd0n. I think your latest DSDT works. So but what do I do, when I have to load a new BIOS update or change something in the BIOS settings? I want to make the reliance on a DSDT as minimal as possible. Like do as many patches as possible in clover or via ssdts. I guess removing _PWR is easier done in the DSDT.

 

Here's my most up to date: https://www110.zippyshare.com/v/gc9o3gkt/file.html

Edited by Gymnae
Link to comment
Share on other sites

17 hours ago, Gymnae said:

I tried to patch my latest DSDT.aml myself, but I can't get it to work as well as yours :). I tried to remove _PWR from everything, but that did not help insta reboot or wakeup - only your "magic" did the trick so far.

 

So at the moment I am stuck with with either sleep and no sound or no sleep and sound (via the afromention fakepciid kexts).

 

I do appreciate your support, @MaLd0n. I think your latest DSDT works. So but what do I do, when I have to load a new BIOS update or change something in the BIOS settings? I want to make the reliance on a DSDT as minimal as possible. Like do as many patches as possible in clover or via ssdts. I guess removing _PWR is easier done in the DSDT.

 

Here's my most up to date: https://www110.zippyshare.com/v/gc9o3gkt/file.html

all hacks need many patches, Clover solve only boot, is amazing bootloader, but after it we have long way...

Link to comment
Share on other sites

Yeah, DSDT is necessary :)

So only your magic DSDT actually keeps the machine off when sleeping. Do you recall which patch you applied in this post:

because that patch actually set it to sleep.

 

I think it's either related to ALC887 and the changes to AppleHDEF or it's lilu in conjunction with Nvidiafixup - because removing either patches or kexts or both lets the system sleep.

Link to comment
Share on other sites

6 minutes ago, Gymnae said:

Yeah, DSDT is necessary :)

So only your magic DSDT actually keeps the machine off when sleeping. Do you recall which patch you applied in this post:

because that patch actually set it to sleep.

 

I think it's either related to ALC887 and the changes to AppleHDEF or it's lilu in conjunction with Nvidiafixup - because removing either patches or kexts or both lets the system sleep.

send me last SEND_ME , i need check acpi errors

Link to comment
Share on other sites

16 minutes ago, MaLd0n said:

send me last SEND_ME , i need check acpi errors

https://www71.zippyshare.com/v/bqo0lNoU/file.html

  1. This version now has a DSDT.aml patched by myself, with some basic patches in place for removing the _PWR function from culprits I saw in the wake reason log.
  2. It has freshly built kexts for FakeSMC, Intel&NvidiaFixup, Shikri, Lilu
  3. installed FakePCIID* to /L/E instead of having it in Clover folder, per instructions of rehabman
  4. It sleeps, at least once, even though it takes nearly 2 minutes to fall asleep
  5. After resume, it's unresponsive for 20 seconds
  6. Hardware video decoding works only with shikgirgva=60 and not for Browsers, just in QT based players
Link to comment
Share on other sites

40 minutes ago, Gymnae said:

https://www71.zippyshare.com/v/bqo0lNoU/file.html

  1. This version now has a DSDT.aml patched by myself, with some basic patches in place for removing the _PWR function from culprits I saw in the wake reason log.
  2. It has freshly built kexts for FakeSMC, Intel&NvidiaFixup, Shikri, Lilu
  3. installed FakePCIID* to /L/E instead of having it in Clover folder, per instructions of rehabman
  4. It sleeps, at least once, even though it takes nearly 2 minutes to fall asleep
  5. After resume, it's unresponsive for 20 seconds
  6. Hardware video decoding works only with shikgirgva=60 and not for Browsers, just in QT based players

 

Try it for sleep

com.apple.driver.AppleGraphicsDevicePolicy

BA050000 00

BA000000 00

Prevent AGDP from loading (credit: vit9696)

10.13.x

Link to comment
Share on other sites

1 hour ago, MaLd0n said:

 

Try it for sleep

com.apple.driver.AppleGraphicsDevicePolicy

BA050000 00

BA000000 00

Prevent AGDP from loading (credit: vit9696)

10.13.x

 

Done. I read somewhere, that it's already included in NvidiaFixup, but it might not hurt to have in there double if that's the case.

 

EDIT: Sleep only seems to work once. The second time it either wakes up (without proper reason) or reboots.

 

EDIT EDIT: Nope nope nope. I have not changed sh!"$%, but now it just reboots when set to sleep. What the f.

 

Edited by Gymnae
  • Like 1
Link to comment
Share on other sites

Hello,MaLd0n:

I replaced the motherboard and needed a new DSDT to solve some problems.
CPU: i5-8400
MB: ASRock Z370 Pro4
RAM: DDR4 2400 8G
WIFI and Bluetooth: DW1830
There are some questions now:
1, restart after shutdown
2, The DVI screen will be dark every few seconds. HDMI no problem
Need your DSDT, thank you!

Run_me.app file

https://www101.zippyshare.com/v/BDtnJjL3/file.html

Edited by visin
Link to comment
Share on other sites

4 hours ago, visin said:

Hello,MaLd0n:

I replaced the motherboard and needed a new DSDT to solve some problems.
CPU: i5-8400
MB: ASRock Z370 Pro4
RAM: DDR4 2400 8G
WIFI and Bluetooth: DW1830
There are some questions now:
1, restart after shutdown
2, The DVI screen will be dark every few seconds. HDMI no problem
Need your DSDT, thank you!

Run_me.app file

https://www101.zippyshare.com/v/BDtnJjL3/file.html

 

Try it https://www.dropbox.com/s/bpsk2td399tf5e2/CLOVER.zip?dl=0
Edited by korlione2009
Link to comment
Share on other sites

Hi MaLd0n,

I did fresh install of HS 10.13.4 and the system now restarts sometimes during the boot or it hangs in the middle of loading bar. Also when system runs iTunes is crashing very often now.

I installed again to solve the problem with (kernel_task) high CPU frequency as the first Core is always at full speed but couldn't fix it.

Can you please check if it needs some modifications? just to fix the boot problem, here is my ''Send me'' file:

 

https://www85.zippyshare.com/v/oD6g26OX/file.html

 

Thanks!

 

 

Screen Shot 2018-05-11 at 10.07.51 PM.png

Edited by RandomTech
Link to comment
Share on other sites

6 hours ago, visin said:

Hello,MaLd0n:

I replaced the motherboard and needed a new DSDT to solve some problems.
CPU: i5-8400
MB: ASRock Z370 Pro4
RAM: DDR4 2400 8G
WIFI and Bluetooth: DW1830
There are some questions now:
1, restart after shutdown
2, The DVI screen will be dark every few seconds. HDMI no problem
Need your DSDT, thank you!

Run_me.app file

https://www101.zippyshare.com/v/BDtnJjL3/file.html

send me new SEND_ME after reboot

https://www105.zippyshare.com/v/fapBt29z/file.html
 

1 hour ago, korlione2009 said:

dsdt dont have any fix, is a bad idea

41 minutes ago, RandomTech said:

Hi MaLd0n,

I did fresh install of HS 10.13.4 and the system now restarts sometimes during the boot or it hangs in the middle of loading bar. Also when system runs iTunes is crashing very often now.

I installed again to solve the problem with (kernel_task) high CPU frequency as the first Core is always at full speed but couldn't fix it.

Can you please check if it needs some modifications? just to fix the boot problem, here is my ''Send me'' file:

 

https://www85.zippyshare.com/v/oD6g26OX/file.html

 

Thanks!

 

 

Screen Shot 2018-05-11 at 10.07.51 PM.png

u have a hard work in ur front

kernel: (AppleAPIC) IOAPIC: Version 0x20 Vectors 64:111
2018-05-12 18:10:40.716304+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Error:
2018-05-12 18:10:40.716305+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Error:
2018-05-12 18:10:40.716307+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) [_SB_.PCI0.RP05.PXSX]
2018-05-12 18:10:40.716308+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) [_SB_.PCI0.RP05.PXSX]
2018-05-12 18:10:40.716309+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  Namespace lookup failure, AE_NOT_FOUND
2018-05-12 18:10:40.716310+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  Namespace lookup failure, AE_NOT_FOUND
2018-05-12 18:10:40.716311+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/dswload2-274)
2018-05-12 18:10:40.716312+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/dswload2-274)
2018-05-12 18:10:40.716314+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.716314+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.716315+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) No Local Variables are initialized for method [PXSX]
2018-05-12 18:10:40.716316+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) No Local Variables are initialized for method [PXSX]
2018-05-12 18:10:40.716317+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.716317+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.716318+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) No Arguments are initialized for method [PXSX]
2018-05-12 18:10:40.716319+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) No Arguments are initialized for method [PXSX]
2018-05-12 18:10:40.716320+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.716320+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.716321+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Exception: AE_NOT_FOUND,
2018-05-12 18:10:40.716322+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Exception: AE_NOT_FOUND,
2018-05-12 18:10:40.716323+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) During name lookup/catalog
2018-05-12 18:10:40.716324+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) During name lookup/catalog
2018-05-12 18:10:40.716325+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/psobject-310)
2018-05-12 18:10:40.716325+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/psobject-310)
2018-05-12 18:10:40.716327+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Error:
2018-05-12 18:10:40.716327+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Error:
2018-05-12 18:10:40.716329+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) Method parse/execution failed
2018-05-12 18:10:40.716329+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) Method parse/execution failed
2018-05-12 18:10:40.716331+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) [\_SB.PCI0.RP04.PXSX] (Node ffffff80434312d0)
2018-05-12 18:10:40.716332+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) [\_SB.PCI0.RP04.PXSX] (Node ffffff80434312d0)
2018-05-12 18:10:40.716333+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) , AE_NOT_FOUND
2018-05-12 18:10:40.716334+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) , AE_NOT_FOUND
2018-05-12 18:10:40.716335+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/psparse-632)
2018-05-12 18:10:40.716335+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/psparse-632)
2018-05-12 18:10:40.716784+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Error:
2018-05-12 18:10:40.716785+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Error:
2018-05-12 18:10:40.716786+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) [_SB_.PCI0.RP09.PXSX]
2018-05-12 18:10:40.716786+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) [_SB_.PCI0.RP09.PXSX]
2018-05-12 18:10:40.716788+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  Namespace lookup failure, AE_NOT_FOUND
2018-05-12 18:10:40.716788+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  Namespace lookup failure, AE_NOT_FOUND
2018-05-12 18:10:40.716790+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/dswload2-274)
2018-05-12 18:10:40.716790+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/dswload2-274)
2018-05-12 18:10:40.716792+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.716792+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.716793+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) No Local Variables are initialized for method [PXSX]
2018-05-12 18:10:40.716794+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) No Local Variables are initialized for method [PXSX]
2018-05-12 18:10:40.716795+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.716795+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.716796+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) No Arguments are initialized for method [PXSX]
2018-05-12 18:10:40.716797+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) No Arguments are initialized for method [PXSX]
2018-05-12 18:10:40.716798+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.716798+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.716799+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Exception: AE_NOT_FOUND,
2018-05-12 18:10:40.716800+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Exception: AE_NOT_FOUND,
2018-05-12 18:10:40.716801+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) During name lookup/catalog
2018-05-12 18:10:40.716801+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) During name lookup/catalog
2018-05-12 18:10:40.716803+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/psobject-310)
2018-05-12 18:10:40.716803+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/psobject-310)
2018-05-12 18:10:40.716805+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Error:
2018-05-12 18:10:40.716805+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Error:
2018-05-12 18:10:40.716806+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) Method parse/execution failed
2018-05-12 18:10:40.716807+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) Method parse/execution failed
2018-05-12 18:10:40.716808+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) [\_SB.PCI0.RP08.PXSX] (Node ffffff8043433750)
2018-05-12 18:10:40.716809+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) [\_SB.PCI0.RP08.PXSX] (Node ffffff8043433750)
2018-05-12 18:10:40.716810+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) , AE_NOT_FOUND
2018-05-12 18:10:40.716811+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) , AE_NOT_FOUND
2018-05-12 18:10:40.716812+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/psparse-632)
2018-05-12 18:10:40.716812+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/psparse-632)
2018-05-12 18:10:40.719058+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-05-12 18:10:40.719058+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-05-12 18:10:40.719059+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) Executed 54 blocks of module-level executable AML code
2018-05-12 18:10:40.719060+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) Executed 54 blocks of module-level executable AML code
2018-05-12 18:10:40.719061+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.719062+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:44.090250+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: sleep states S3 S4 S5
2018-05-12 18:10:44.090276+0200 0x82       Default     0x0                  0      0    kernel: (kernel) CPUSensors: CPU family 0x6, model 0x9e, stepping 0xa, cores 6, threads 12, TJmax 100
2018-05-12 18:10:44.090279+0200 0x82       Default     0x0                  0      0    kernel: (kernel) CPUSensors: setting platform keys to [j45     ]
2018-05-12 18:10:44.090303+0200 0x82       Default     0x0                  0      0    kernel: (kernel) CPUSensors: base CPU multiplier is 37
2018-05-12 18:10:44.090331+0200 0x82       Default     0x0                  0      0    kernel: (kernel) CPUSensors: started

some acpi errors, wrong usb, etc

Link to comment
Share on other sites

1 hour ago, MaLd0n said:

send me new SEND_ME after reboot

https://www105.zippyshare.com/v/fapBt29z/file.html
 

dsdt dont have any fix, is a bad idea

u have a hard work in ur front


kernel: (AppleAPIC) IOAPIC: Version 0x20 Vectors 64:111
2018-05-12 18:10:40.716304+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Error:
2018-05-12 18:10:40.716305+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Error:
2018-05-12 18:10:40.716307+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) [_SB_.PCI0.RP05.PXSX]
2018-05-12 18:10:40.716308+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) [_SB_.PCI0.RP05.PXSX]
2018-05-12 18:10:40.716309+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  Namespace lookup failure, AE_NOT_FOUND
2018-05-12 18:10:40.716310+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  Namespace lookup failure, AE_NOT_FOUND
2018-05-12 18:10:40.716311+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/dswload2-274)
2018-05-12 18:10:40.716312+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/dswload2-274)
2018-05-12 18:10:40.716314+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.716314+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.716315+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) No Local Variables are initialized for method [PXSX]
2018-05-12 18:10:40.716316+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) No Local Variables are initialized for method [PXSX]
2018-05-12 18:10:40.716317+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.716317+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.716318+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) No Arguments are initialized for method [PXSX]
2018-05-12 18:10:40.716319+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) No Arguments are initialized for method [PXSX]
2018-05-12 18:10:40.716320+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.716320+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.716321+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Exception: AE_NOT_FOUND,
2018-05-12 18:10:40.716322+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Exception: AE_NOT_FOUND,
2018-05-12 18:10:40.716323+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) During name lookup/catalog
2018-05-12 18:10:40.716324+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) During name lookup/catalog
2018-05-12 18:10:40.716325+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/psobject-310)
2018-05-12 18:10:40.716325+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/psobject-310)
2018-05-12 18:10:40.716327+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Error:
2018-05-12 18:10:40.716327+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Error:
2018-05-12 18:10:40.716329+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) Method parse/execution failed
2018-05-12 18:10:40.716329+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) Method parse/execution failed
2018-05-12 18:10:40.716331+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) [\_SB.PCI0.RP04.PXSX] (Node ffffff80434312d0)
2018-05-12 18:10:40.716332+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) [\_SB.PCI0.RP04.PXSX] (Node ffffff80434312d0)
2018-05-12 18:10:40.716333+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) , AE_NOT_FOUND
2018-05-12 18:10:40.716334+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) , AE_NOT_FOUND
2018-05-12 18:10:40.716335+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/psparse-632)
2018-05-12 18:10:40.716335+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/psparse-632)
2018-05-12 18:10:40.716784+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Error:
2018-05-12 18:10:40.716785+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Error:
2018-05-12 18:10:40.716786+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) [_SB_.PCI0.RP09.PXSX]
2018-05-12 18:10:40.716786+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) [_SB_.PCI0.RP09.PXSX]
2018-05-12 18:10:40.716788+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  Namespace lookup failure, AE_NOT_FOUND
2018-05-12 18:10:40.716788+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  Namespace lookup failure, AE_NOT_FOUND
2018-05-12 18:10:40.716790+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/dswload2-274)
2018-05-12 18:10:40.716790+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/dswload2-274)
2018-05-12 18:10:40.716792+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.716792+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.716793+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) No Local Variables are initialized for method [PXSX]
2018-05-12 18:10:40.716794+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) No Local Variables are initialized for method [PXSX]
2018-05-12 18:10:40.716795+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.716795+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.716796+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) No Arguments are initialized for method [PXSX]
2018-05-12 18:10:40.716797+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) No Arguments are initialized for method [PXSX]
2018-05-12 18:10:40.716798+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.716798+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.716799+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Exception: AE_NOT_FOUND,
2018-05-12 18:10:40.716800+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Exception: AE_NOT_FOUND,
2018-05-12 18:10:40.716801+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) During name lookup/catalog
2018-05-12 18:10:40.716801+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) During name lookup/catalog
2018-05-12 18:10:40.716803+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/psobject-310)
2018-05-12 18:10:40.716803+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/psobject-310)
2018-05-12 18:10:40.716805+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Error:
2018-05-12 18:10:40.716805+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI Error:
2018-05-12 18:10:40.716806+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) Method parse/execution failed
2018-05-12 18:10:40.716807+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) Method parse/execution failed
2018-05-12 18:10:40.716808+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) [\_SB.PCI0.RP08.PXSX] (Node ffffff8043433750)
2018-05-12 18:10:40.716809+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) [\_SB.PCI0.RP08.PXSX] (Node ffffff8043433750)
2018-05-12 18:10:40.716810+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) , AE_NOT_FOUND
2018-05-12 18:10:40.716811+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) , AE_NOT_FOUND
2018-05-12 18:10:40.716812+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/psparse-632)
2018-05-12 18:10:40.716812+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform)  (20160930/psparse-632)
2018-05-12 18:10:40.719058+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-05-12 18:10:40.719058+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI:
2018-05-12 18:10:40.719059+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) Executed 54 blocks of module-level executable AML code
2018-05-12 18:10:40.719060+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) Executed 54 blocks of module-level executable AML code
2018-05-12 18:10:40.719061+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:40.719062+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) 
2018-05-12 18:10:44.090250+0200 0x71       Default     0x0                  0      0    kernel: (AppleACPIPlatform) ACPI: sleep states S3 S4 S5
2018-05-12 18:10:44.090276+0200 0x82       Default     0x0                  0      0    kernel: (kernel) CPUSensors: CPU family 0x6, model 0x9e, stepping 0xa, cores 6, threads 12, TJmax 100
2018-05-12 18:10:44.090279+0200 0x82       Default     0x0                  0      0    kernel: (kernel) CPUSensors: setting platform keys to [j45     ]
2018-05-12 18:10:44.090303+0200 0x82       Default     0x0                  0      0    kernel: (kernel) CPUSensors: base CPU multiplier is 37
2018-05-12 18:10:44.090331+0200 0x82       Default     0x0                  0      0    kernel: (kernel) CPUSensors: started

some acpi errors, wrong usb, etc

 

I have some of those kexts already installed in S/L/E, is it ok to have them in EFI folder too, or I have to delete ?

Link to comment
Share on other sites

×
×
  • Create New...