Jump to content
8 posts in this topic

Recommended Posts

Hi all, i have this laptop, but i don't understand how patching my dsdt for battery using Rehabman ACPIBatteryManager.kext.

Also, 2 of 4 USB doesn't work (1 of 2 USB3 and 1 of 2 USB2)

i attach my dsdt and ioreg

 

any help is much appreciated, thanks in advance and sorry for my english

Archivio.zip

Hi all, i have this laptop, but i don't understand how patching my dsdt for battery using Rehabman ACPIBatteryManager.kext.

Also, 2 of 4 USB doesn't work (1 of 2 USB3 and 1 of 2 USB2)

i attach my dsdt and ioreg

 

any help is much appreciated, thanks in advance and sorry for my english

This DSDT does not need any patches to EC fields. You may have to disable the second battery (return 0 from CMB2._STA).

 

You do need to install ACPIBatteryManager.kext (ioreg shows it is not installed).

  • Like 1

Strangely enough, now the battery appears, but periodically the screen brightness is lowered and the battery indicator shows 0%.

I attach the new ioreg

You need to disable the second battery device (CMB2). Change _STA in CMB2 to return zero.

 

Note: Already mentioned in post #2.

  • Like 1

Return (Zero) is already present in the Method _STA of device CMB2,

Doesn't matter if it is present or not. What matters is what it actually returns. Removing it is fine too, but you could have edited _STA so it always returns zero. The last ioreg you provided showed it returning 0xF.

 

Any tip for the USB?

You probably need DSDT patches for USB3/USB2 multiplex.

  • Like 1

Doesn't matter if it is present or not. What matters is what it actually returns. Removing it is fine too, but you could have edited _STA so it always returns zero. The last ioreg you provided showed it returning 0xF.

 

 

You probably need DSDT patches for USB3/USB2 multiplex.

Ok, I try and let you know

Rehabman, you're a wizard  :sorcerer:

Thank you for all, i have re-edited my original dsdt, i have disabled the second battery as you suggested (Return (0x00) instead of (0x0F)) and applied your patch for USB Multiplex.

Now everything works well

 

Thank you so much again 

×
×
  • Create New...