Da ich grad versuche hier im Forum eine Shutdown-ssdt zu erstellen und der Guide auf der Dortania Seite doch sehr unausführlich geschrieben wurde, möchte ich hier an dieser stelle mal ein Thema dazu aufmachen.
Der link zum Dortania shutdownfix guide : https://dortania.github.io/Ope…ll/usb/misc/shutdown.html
Darin wird geschrieben :
ZitatAlles anzeigenFixing Shutdown/Restart
So an odd quirk you may run into with macOS is that when you shutdown, your PC may instead restart itself. This is actually due to a missing S5 call that powers down the controller. Of course Windows and Linux implement hacks to get around this but macOS has no such fixes, instead we need to do the dirty work and fix their ACPI writing. Don't worry, this won't harm other OSes.
For this we need the following:
- FixShutdown-USB-SSDT.dsl
- _PTS to ZPTS Patch
- USB Controller's ACPI Path
To find the USB Controller that needs fixing, search for
_PRW
in your DSDT and see what Device is mentioned within it, generally this will be something likeSB.PCI0.XHC
.With the ACPI path, edit FixShutdown-USB-SSDT.dsl and compile it to a .aml file(Assembled). MaciASL can help you with this
Ich habe nun in der hier angehängten DSDT per Suchfunktion nach der stelle _PRW gesucht. Im guide steht ja das nach dem Pfad
SB.PCI0.XHC Ausschau halten soll...Da ich auf irgendeiner Seite noch etwas von PMEE gelesen hatte, glaub in einem forum, bin ich in der DSDT auf der Zeile 5551 gelandet. Nun stelle ich mir erstens die frage, ist es richtig diesen wert ( _SB.PCI0.XHC.RHUB.INIR ) so zu übernehmen, oder verstehe ich da jetzt was falsch? Es wär schön hier Hilfe zu erhalten, und was mir noch wichtiger ist, eine Erklärung wie man die genaue stelle selbst als Laie gut finden kann.
Wenn ich den guide richtig verstehe, dann müsste die SSDT dann später so aussehen , oder liege ich da falsch?
DSDT im Anhang !!!!