simprecicchiani / ThinkPad-T460s-macOS-OpenCore

Bootloader configuration for macOS on T460s and possibly other 6th gen ThinkPads
BSD 3-Clause "New" or "Revised" License
338 stars 60 forks source link

some kexts dont load upon waking from sleep #72

Closed ghost closed 3 years ago

ghost commented 3 years ago

using an alpha version of the intel airport kexts, but the ones you include also do the same thing as well as the track pad

its not really consistent and i cant always reproduce it but i know its from putting the machine to sleep

let me know if theres any logs etc you need

simprecicchiani commented 3 years ago

Unfortunately yes, this is a common issue. I should update the README. A quick fix is to completely disable standby by sudo pmset -a standby 0. Doing so will prevent the laptop to go into hibernation and avoid any related trouble. If you are wondering, yes, battery will decrease a bit more during sleep, but it's acceptable imho.

ghost commented 3 years ago

Yeah thats a much better alternative, how would you set that perminatly? doing it after each reboot is a pain

simprecicchiani commented 3 years ago

Why? Does it revert to 1 every time? That’s very strange, could you please post your pm settings with ‘pmset -g’?

vale981 commented 3 years ago

I've updated the touchpad kexts and waking up from sleep seems to work.

mhl221135 commented 3 years ago

Now with latest EFI and latest airportitlwm.kext no issues after wake from sleep did you try to update?

using an alpha version of the intel airport kexts, but the ones you include also do the same thing as well as the track pad

its not really consistent and i cant always reproduce it but i know its from putting the machine to sleep

let me know if theres any logs etc you need

Yeah thats a much better alternative, how would you set that perminatly? doing it after each reboot is a pain

mhl221135 commented 3 years ago

Fixed