Administrators MaLd0n Posted June 9, 2024 Administrators Posted June 9, 2024 How to disable ASPM on Hackintosh -Support Olarila Vanilla Hackintosh by making a donation HERE -About Premium Users you can check HERE -Problems with Paypal HERE -Installation Guide HERE -Hackintosh EFI folders HERE -Hackintosh USB Remap HERE -How to update OpenCore and Kexts HERE What is Active State Power Management (ASPM)? Check HERE This patch is for PCIe devices Only disable ASPM if you really need due to instability or other reasons. -Disable with Device Properties 1- Download Hackintool HERE 2- Go to PCIe tab and check ASPM propertie in your device. If appear Enable and your device have instability or other reasons and instability is caused by ASPM, you can disable it. Good example is some Wifi Broadcom. 3- Checking PciRoot Device properties On PCIe tab on Hackintool use Right mouse button and Copy Device Path 4- Apply this patch with correct Device Path in Device Properties / Add tab in your config.plist Quote <key>PciRoot(0x0)/Pci(0x6,0x0)/Pci(0x0,0x0)</key> <dict> <key>pci-aspm-default</key> <integer>0</integer> </dict> -Disable with ACPI Inject this litlle patch on device. Pay attention with native _DSM Methods inside device. Quote Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { If ((Arg2 == Zero)) { Return (Buffer () { 0x03 }) } Return (Package () { "pci-aspm-default", Buffer (One) { 0x00 } }) } We're all here to have fun and learn from each other! That's all Folks! -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Hackintosh Support since 2006 HERE
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now