Jump to content
5 posts in this topic

Recommended Posts

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.

1.png

2.png

3.png

4.png

Link to comment
https://www.insanelymac.com/forum/topic/351909-help-with-patch/
Share on other sites

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. 

Guest 5T33Z0

@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 by 5T33Z0
×
×
  • Create New...