diff --git a/README.md b/README.md index 59e7f897..4c9690ac 100644 --- a/README.md +++ b/README.md @@ -157,9 +157,9 @@ One last thing to remember is that waking the machine from sleep using bluetooth I often use these cheap dongles from [eBay](https://www.ebay.co.uk/itm/1PCS-Mini-USB-Bluetooth-V4-0-3Mbps-20M-Dongle-Dual-Mode-Wireless-Adapter-Device/324106977844) that work in macOS out of the box. When going this route don't forget to disable the Intel bluetooth kexts in the config and also disable bluetooth in the BIOS when using a dongle. You will also need to map the port it connects to as internal else sleep will be dodgy. You can do this easily by setting the port type to 255 in the USBPorts.kext info.plist file. You can find the port identifier (example HS03) with Hackintool. Because power isn't cut when entering sleep you can wake the machine up with bluetooth devices. ## Not working/untested -+ Card reader (sort of works with v2.3-beta2 of [this](https://github.com/cholonam/Sinetek-rtsx) kext) ++ Card reader add the RELEASE version of [this](https://github.com/0xFireWolf/RealtekCardReader/releases) and [this](https://github.com/0xFireWolf/RealtekCardReaderFriend/releases) kext to the kext folder and the config, it works but I have not fully tested it yet. + IR receiver (it shows up in ioreg but no idea how to make macOS use it like on some MBP) -+ ~~Handoff/AirDrop are not supported (yet) on Intel chips~~ Should work now, untested by me ++ Some, not all [continuity](https://www.apple.com/macos/continuity/) features work with the onboard Intel wifi/bt combo. Use an Apple Airport card to get all features working. + ~~4K [might need](https://github.com/acidanthera/WhateverGreen/blob/master/Manual/FAQ.IntelHD.en.md#lspcon-driver-support-to-enable-displayport-to-hdmi-20-output-on-igpu) some additional parameters and a new portmap~~ 4K confirmed working. Thanks again to [crp724](https://github.com/zearp/Nucintosh/issues/3) + If you can't see your NVMe drive or have issues with it, disabling NVMeFix.kext in the config may help ([1](https://dortania.github.io/Anti-Hackintosh-Buyers-Guide/Storage.html),[2](https://github.com/acidanthera/nvmefix)) + You tell me!