Sniki / Lenovo-Thinkpad-T440S

Lenovo Thinkpad T440S using OpenCore Bootloader
44 stars 25 forks source link

En0 not showing up as built-in #2

Closed igorkulman closed 3 years ago

igorkulman commented 3 years ago

According to all the iMessage guides the en0 adapter should be recognized as built-in, it is not in this EFI according to Hackintool.

Sniki commented 3 years ago

It is because the SSDT-IGBE.aml disables the Lan in ACPI level to fix instant wake.

IntelMausi.kext however does ignore it and load it but sleep works well afterwards.

Im aware of the issue and will update the SSDT-IGBE with the correct LAN device with proper sleep state.

igorkulman commented 3 years ago

Do you think it is safe to try to activate iMessage on a clean install with a hack like this which makes it show up as built-in

Screenshot 2020-11-26 at 10 25 21

Sniki commented 3 years ago

Don’t risk any ID(s) blacklisting.

Will fix it tonight, it may work fine but the ACPI device is missing anyway so it is required.

Sniki commented 3 years ago

Solved in master with https://github.com/Sniki/Lenovo-Thinkpad-T440S/commit/699e901a242bdef68ee48f322dd245d9882a680e

Make sure to reset Network Interfaces after you update SSDT-IGBE.aml with the new one.