matgeo Posted June 2, 2022 Share Posted June 2, 2022 Can someone help me? I have a Dell laptop with a BROADCOM BCM94360CS. Ioreg show that aspm-default=3 I want to test native mac values , 0x2 and 0x102 , as shown below. Problem is that I don't know how to do it. If i set number=0x102 on plist editor it turns is into 0. Can someone help me with injecting those numbers via devices propeties or ssdt? Thanks in advance. Link to comment https://www.insanelymac.com/forum/topic/351909-help-with-patch/ Share on other sites More sharing options...
Guest 5T33Z0 Posted June 2, 2022 Share Posted June 2, 2022 You can do either in ACPI or with DeviceProperties, which is a lot easier: https://github.com/5T33Z0/OC-Little-Translated/tree/main/04_Fixing_Sleep_and_Wake_Issues/Setting_ASPM_Operating_Mode Link to comment https://www.insanelymac.com/forum/topic/351909-help-with-patch/#findComment-2783462 Share on other sites More sharing options...
matgeo Posted June 2, 2022 Author Share Posted June 2, 2022 56 minutes ago, 5T33Z0 said: You can do either in ACPI or with DeviceProperties, which is a lot easier: https://github.com/5T33Z0/OC-Little-Translated/tree/main/04_Fixing_Sleep_and_Wake_Issues/Setting_ASPM_Operating_Mode Yes , I know that. What I don't know is how can I input value 0x102 into registry. If I just set number 0x102 into plist editor returns error. Link to comment https://www.insanelymac.com/forum/topic/351909-help-with-patch/#findComment-2783465 Share on other sites More sharing options...
Guest 5T33Z0 Posted June 2, 2022 Share Posted June 2, 2022 (edited) @matgoloso You have to convert it to Little Endian and fill it up with zeros until it consist of 8 digits: https://www.save-editor.com/tools/wse_hex.html Which results in 02010000, which is exactly the same as in the guide. L1 mode: pci-aspm-default = 02010000 [data] Edited June 5, 2022 by 5T33Z0 Link to comment https://www.insanelymac.com/forum/topic/351909-help-with-patch/#findComment-2783466 Share on other sites More sharing options...
matgeo Posted June 2, 2022 Author Share Posted June 2, 2022 Thank you a lot !!! 2 Link to comment https://www.insanelymac.com/forum/topic/351909-help-with-patch/#findComment-2783467 Share on other sites More sharing options...
Recommended Posts