You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed your guide inside ACPIDebug.
I put "ACPIDebug.kext", that is correctly running: antonio@MacBook-Pro ~ % sudo kextstat -l|grep rehab Executing: /usr/bin/kmutil showloaded --list-only 71 0 0 0xa000 0xa000 com.rehabman.driver.ACPIDebug (0.1.4) 9A0916D1-E9C6-3570-90E9-4DDC4BB19FB7 <13 5 3>
I created a custom SSDT for almost every EC Query in my DSDT (lost hours...):
I made and applied all the rename patches on config.plist.
ACPI table correctly loads but I don't have any sign of life of the EC Queries when I press a key in my log.
Your guide is the only found online that uses custom SSDT to make ACPIDebug work.
Maybe I'm missing something from your folder or maybe there is some operation that is not reported. I hope this reporting could be useful in case something is missing. Sorry if it's my mistake but I can't find other solutions at the moment and I think I did all that was described (helping with google translate).
Thanks in advance
System: Big Sur Beta 9
EDIT: tried to patch DSDT directly with patches by RehabMan. DSDT correctly loaded, with RMDT.PUSH for every EC Query. I don't have any log, though. Maybe the kext doesn't work with Big Sur?
The text was updated successfully, but these errors were encountered:
I have also experienced the same thing! However, I found the output during the verbose boot among other outputs like Lilu (DBG)... [IGPU]... something like that. But when I entered the system, ACPIDebug seems to cease functioning. I cannot find its output anywhere. Maybe that is because Big Sur changes some behaviors?
I followed your guide inside ACPIDebug.
I put "ACPIDebug.kext", that is correctly running:
antonio@MacBook-Pro ~ % sudo kextstat -l|grep rehab Executing: /usr/bin/kmutil showloaded --list-only 71 0 0 0xa000 0xa000 com.rehabman.driver.ACPIDebug (0.1.4) 9A0916D1-E9C6-3570-90E9-4DDC4BB19FB7 <13 5 3>
I created a custom SSDT for almost every EC Query in my DSDT (lost hours...):
I made and applied all the rename patches on config.plist.
ACPI table correctly loads but I don't have any sign of life of the EC Queries when I press a key in my log.
Your guide is the only found online that uses custom SSDT to make ACPIDebug work.
Maybe I'm missing something from your folder or maybe there is some operation that is not reported. I hope this reporting could be useful in case something is missing. Sorry if it's my mistake but I can't find other solutions at the moment and I think I did all that was described (helping with google translate).
Thanks in advance
System: Big Sur Beta 9
EDIT: tried to patch DSDT directly with patches by RehabMan. DSDT correctly loaded, with RMDT.PUSH for every EC Query. I don't have any log, though. Maybe the kext doesn't work with Big Sur?
The text was updated successfully, but these errors were encountered: