Jump to content
1671 posts in this topic

Recommended Posts

19 minutes ago, chris1111 said:

Hi @MaLd0n do you have a patch.txt to do this rename AppleACPIE

thanks again

notebooks, this device have many entries in dsdt and dependencies with OEM SSDTs, let the bootloader work on it ;) 

 

desktop, have only EC0 in some asus mobos and others, we can use it without any problem

into_all device label EC0 set_label begin EC end

 

  • Like 1
1 hour ago, asdesoso said:

I have put the values to replace it in config.plist via Clover Configurator > ACPI > DSDT Patches.

I attached the config.plist here without Serial Number.

Best regards.

config.plist

try without -lilubeta and -alcbeta boot arguments

  • Like 1
Guest ricoc90
19 minutes ago, MaLd0n said:

desktop, have only EC0 in some asus mobos and others, we can use it without any problem


into_all device label EC0 set_label begin EC end

 


my Dell Precision T1700 has H_EC, so for me that would be a problem :rofl:
 

2073717670_Schermafbeelding2019-08-01om22_28_45.png.525975cde056cb359284d189b2b3574b.png

Edited by ricoc90
6 minutes ago, ricoc90 said:


my Dell Precision T1700 has H_EC, so for me that would be a problem :rofl:
 

2073717670_Schermafbeelding2019-08-01om22_28_45.png.525975cde056cb359284d189b2b3574b.png


No need to rename thing,, just add EC device if you don't have EC device in your system

SSDT-EC.dsl from here https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/SSDT-EC.dsl can be a sampel.

If you used OpenCore bootloader then Renaming ACPI will affect in other OS too. Just add EC device with If _OSI method. No need combination of manual renaming, patch all OEM SSDT from Config.plist

  • Like 1

Remove all patch about renaming acpi of EC or H_EC,, revert all ACPI renaming in ACPI DSDT,

Just put this to EFI/CLOVER/ACPI/Patched or EFI/OC/ACPI.


Problem will be solved,, with if _OSI of Darwin, then if you used OpenCore bootloader and boot to Windoes then EC device from this custom SSDT will not be loaded. So no worry.

Renaming ACPI with OpenCore bootloader without if _OSI specific then it will appear in your device manager. I attached a sampel

SSDT-ECUSBX.aml

Edited by Andres ZeroCross
  • Like 1
  • Thanks 2
Guest ricoc90
2 minutes ago, Andres ZeroCross said:


No need to rename thing,, just add EC device if you don't have EC device in your system

SSDT-EC.dsl from here https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/SSDT-EC.dsl can be a sampel.

If you used OpenCore bootloader then Renaming ACPI will affect in other OS too. Just add EC device with If _OSI method. No need combination of manual renaming, patch all OEM SSDT from Config.plist


I renamed H_EC to EC through the Clover patch mentioned by MaLd0n a couple of posts earlier. I was just mentioning that his patch.txt for maciasl won't work in my case (simply because mine is not EC0 but H_EC)

1 minute ago, Andres ZeroCross said:

Remove all patch about renaming acpi of EC or H_EC,, revert all ACPI renaming in ACPI DSDT,

Just put this to EFI/CLOVER/ACPI/Patched or EFI/OC/ACPI.


Problem will be solved,, with if _OSI of Darwin, then if you used OpenCore bootloader EC device will not be loaded. So no worry.

Renaming ACPI with OpenCore bootloader without if _OSI specific then it will appear in your device manager.

SSDT-ECUSBX.aml

 

I'l look into it later, thanks :D

1 minute ago, ricoc90 said:


I renamed H_EC to EC through the Clover patch mentioned by MaLd0n a couple of posts earlier. I was just mentioning that his patch.txt for maciasl won't work in my case (simply because mine is not EC0 but H_EC)


No need to rename your DSDT device from Config.plist. Just use that SSDT. It will fix it

51 minutes ago, chris1111 said:

Hi @MaLd0n do you have a patch.txt to do this rename AppleACPIE

thanks again


Most of device has only EC0, H_EC or ECDV in DSDT only, but in certain device you will found those device in OEM SSDT too. Just renaming DSDT can cause trouble. if you rename this device from DSDT only, and if you have another H_EC/ECDV/EC0 ini other SSDT then you will need patch it from bootloader too. Simple thing just add EC device, no negative effect.

Hello, mates!

I have a problem updating to Catalina public beta 4. (currently i'm on beta 3, updated from latest Mojave)

With verbose boot mode on, i'm stuck at "apfs module start 1682" message.

Any suggestions?

Thanks!

Edited by Dobry_Bodry
2 minutes ago, Dobry_Bodry said:

Hello, mates!

I have a problem updating to Catalina public beta 4. (currently i'm on beta 3, updated from latest Mojave)

With verbose boot mode on, i'm stuck at "apfs module start 1682" message.

Any suggestions?

Thanks!

Try put that files in EFI/CLOVER/ACPI/patched,, reboot and check

  • Like 1
25 minutes ago, Andres ZeroCross said:

Try put that files in EFI/CLOVER/ACPI/patched,, reboot and check

I'm sorry, but i'm total noobie in ACPI and DSDT. What files i should move?

1 minute ago, Dobry_Bodry said:

I'm sorry, but i'm total noobie in ACPI and DSDT. What files i should move?

This file SSDT-ECUSBX.aml.
Put that file in EFI/CLOVER/ACPI/Patched. MOunt your EFI partition first

1 hour ago, Andres ZeroCross said:

Remove all patch about renaming acpi of EC or H_EC,, revert all ACPI renaming in ACPI DSDT,

Just put this to EFI/CLOVER/ACPI/Patched or EFI/OC/ACPI.


Problem will be solved,, with if _OSI of Darwin, then if you used OpenCore bootloader and boot to Windoes then EC device from this custom SSDT will not be loaded. So no worry.

Renaming ACPI with OpenCore bootloader without if _OSI specific then it will appear in your device manager. I attached a sampel

SSDT-ECUSBX.aml

 

Copied the above .aml and previous .dst files to /EFI/CLOVER/ACPI/patched and finally my Desktop build with Catalina DP5 boot-up again. :lol::lol:

Thanks for all people that helped me.

Here are some pictures.

Captura de pantalla 2019-08-01 a las 23.26.18.png

Captura de pantalla 2019-08-01 a las 23.26.25.png

1 minute ago, asdesoso said:

 

Copied the above .aml and previous .dst files to /EFI/CLOVER/ACPI/patched and finally my Desktop build with Catalina DP5 boot-up again. :lol::lol:

Thanks for all people that helped me.

Here are some pictures.

Captura de pantalla 2019-08-01 a las 23.26.18.png

Captura de pantalla 2019-08-01 a las 23.26.25.png


Congratulations then :D

Just remove SSDT-EC.dsl., you don't need DSL files ini ACPI :D It's not used

Edited by Andres ZeroCross
  • Like 1
9 hours ago, MaLd0n said:

check ur Embedded Controller Device, PNP0C09 and rename it to EC, Skylake+ need inject usbx with correct properties, skylake- just rename or create device(create only if u don't see AppleACPIEC load)

 

This was the issue for my X299 system. Thank you, @MaLd0n!

  • Like 1
Guest ricoc90

Am I the only one where things just randomly crash?

 

Process:               cfprefsd [343]
Path:                  /usr/sbin/cfprefsd
Identifier:            cfprefsd
Version:               1665.10
Code Type:             X86-64 (Native)
Parent Process:        launchd [1]
Responsible:           cfprefsd [343]
User ID:               501

Date/Time:             2019-08-02 04:06:12.863 +0200
OS Version:            Mac OS X 10.15 (19A526h)
Report Version:        12
Anonymous UUID:        438D0464-9BF6-6BA3-827F-9635BCDA4904


Time Awake Since Boot: 61 seconds

 

Process:               Console [558]
Path:                  /System/Applications/Utilities/Console.app/Contents/MacOS/Console
Identifier:            com.apple.Console
Version:               1.1 (4.0.14)
Build Info:            Console2-4000014000000~74
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Console [558]
User ID:               501

Date/Time:             2019-08-02 04:06:25.665 +0200
OS Version:            Mac OS X 10.15 (19A526h)
Report Version:        12
Anonymous UUID:        438D0464-9BF6-6BA3-827F-9635BCDA4904


Time Awake Since Boot: 74 seconds

System Integrity Protection: disabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000018
Exception Note:        EXC_CORPSE_NOTIFY

 

Or even AppleUserHIDDrivers which forces me to reboot:

Process:               AppleUserHIDDrivers [288]
Path:                  /System/Library/DriverExtensions/AppleUserHIDDrivers.dext/AppleUserHIDDrivers
Identifier:            AppleUserHIDDrivers
Version:               1.0 (1)
Code Type:             X86-64 (Native)
Parent Process:        launchd [1]
Responsible:           AppleUserHIDDrivers [288]
User ID:               270

Date/Time:             2019-08-02 02:28:17.161 +0200
OS Version:            Mac OS X 10.15 (19A526h)
Report Version:        12
Anonymous UUID:        438D0464-9BF6-6BA3-827F-9635BCDA4904


Time Awake Since Boot: 28 seconds

System Integrity Protection: disabled

Crashed Thread:        0  Dispatch queue: AppleUserHIDEventDriver-Default

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
dyld2 mode

 

22 minutes ago, ricoc90 said:

Am I the only one where things just randomly crash?

 


Process:               cfprefsd [343]
Path:                  /usr/sbin/cfprefsd
Identifier:            cfprefsd
Version:               1665.10
Code Type:             X86-64 (Native)
Parent Process:        launchd [1]
Responsible:           cfprefsd [343]
User ID:               501

Date/Time:             2019-08-02 04:06:12.863 +0200
OS Version:            Mac OS X 10.15 (19A526h)
Report Version:        12
Anonymous UUID:        438D0464-9BF6-6BA3-827F-9635BCDA4904


Time Awake Since Boot: 61 seconds

 


Process:               Console [558]
Path:                  /System/Applications/Utilities/Console.app/Contents/MacOS/Console
Identifier:            com.apple.Console
Version:               1.1 (4.0.14)
Build Info:            Console2-4000014000000~74
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Console [558]
User ID:               501

Date/Time:             2019-08-02 04:06:25.665 +0200
OS Version:            Mac OS X 10.15 (19A526h)
Report Version:        12
Anonymous UUID:        438D0464-9BF6-6BA3-827F-9635BCDA4904


Time Awake Since Boot: 74 seconds

System Integrity Protection: disabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000018
Exception Note:        EXC_CORPSE_NOTIFY

 

Or even AppleUserHIDDrivers which forces me to reboot:


Process:               AppleUserHIDDrivers [288]
Path:                  /System/Library/DriverExtensions/AppleUserHIDDrivers.dext/AppleUserHIDDrivers
Identifier:            AppleUserHIDDrivers
Version:               1.0 (1)
Code Type:             X86-64 (Native)
Parent Process:        launchd [1]
Responsible:           AppleUserHIDDrivers [288]
User ID:               270

Date/Time:             2019-08-02 02:28:17.161 +0200
OS Version:            Mac OS X 10.15 (19A526h)
Report Version:        12
Anonymous UUID:        438D0464-9BF6-6BA3-827F-9635BCDA4904


Time Awake Since Boot: 28 seconds

System Integrity Protection: disabled

Crashed Thread:        0  Dispatch queue: AppleUserHIDEventDriver-Default

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
dyld2 mode

 

I have also crash app :compress:

9 hours ago, Andres ZeroCross said:

Try put that files in EFI/CLOVER/ACPI/patched,, reboot and check

Many Thanks, that helped.

Is this file will be a daily-driver now? For further updates, i mean.

Many Thanks, that helped.
Is this file will be a daily-driver now? For further updates, i mean.



I always put ec device in my broadwell and below setup. But for Skylake and above you will need EC + USBX, value in usbx will overide AppleBusPowerController profile


Sent from my iPhone using Tapatalk
Guest ricoc90
1 hour ago, Andres ZeroCross said:

I always put ec device in my broadwell and below setup. But for Skylake and above you will need EC + USBX, value in usbx will overide AppleBusPowerController profile

 

 


So for haswell it's the same SSDT but without USBX?

Guest
This topic is now closed to further replies.
×
×
  • Create New...