tinDell Posted July 9, 2019 Share Posted July 9, 2019 Thanks! I just don't know that I had patched AppleHDA. Finally audio show Realtek ALC293 in Hackintool. But still my camera not working, I think it must be related with usb but I don't know which to look in Hackintool. Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted July 9, 2019 Moderators Share Posted July 9, 2019 Remove USBPort.kext and add USBInjectAll.kext Then use Hackintool to generate proper USB kext for your system In the USB tab, click on the i to get instruction how to setup your USB ports Link to comment Share on other sites More sharing options...
djuby Posted July 11, 2019 Share Posted July 11, 2019 Hi all, Can someone help me create a proper config.plist for LATITUDE E5450? Here are the specs: CPU: Core i7 – 5600U @ 2.6 GHz RAM: 16 GB DDR3 HDD: 256 SSD GB Display: 14 inch Res: 1920×1080 Video: Intel HD5500 Other: Camera; HDMI; USB 3.0; Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted July 11, 2019 Moderators Share Posted July 11, 2019 Follow my E7450 guide and use files in the link BIOS should be set to load Defaults, apply and then go set it to UEFI AHCI Legacy Option ROMs enabled Secure Boot disabled Disable wake on USB/WLAN/LAN Link to comment Share on other sites More sharing options...
djuby Posted July 11, 2019 Share Posted July 11, 2019 Jake Lo, is this a vanilla installation? I want to have an installation which is as close as possible to a real mac. Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted July 11, 2019 Moderators Share Posted July 11, 2019 It's as vanilla as it can be for a Hackintosh. Link to comment Share on other sites More sharing options...
tinDell Posted July 21, 2019 Share Posted July 21, 2019 On 7/10/2019 at 1:39 AM, Jake Lo said: Remove USBPort.kext and add USBInjectAll.kext Then use Hackintool to generate proper USB kext for your system In the USB tab, click on the i to get instruction how to setup your USB ports I followed the "i" instruction, and stopped at step 10. I found no keyboard and mouse atttached to XHC. It was listed under PS2K instead of PCI0@0. Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted July 21, 2019 Moderators Share Posted July 21, 2019 Probably attached to EH01 or EH02 Link to comment Share on other sites More sharing options...
tinDell Posted July 22, 2019 Share Posted July 22, 2019 Nope, it was not there. Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted July 22, 2019 Moderators Share Posted July 22, 2019 Add this to kextToPatch to disable USB Port limit. You can skip steps 10 to 13. Just plug in each port with USB2.0 and USB3.0 devices. Delete what's not highlighted. Export and save the USBPort.kext Spoiler <dict> <key>Comment</key> <string>USB port limit patch #1 10.14.x modify by DalianSky(credit ydeng)</string> <key>Disabled</key> <false/> <key>Find</key> <data> g/sPDw== </data> <key>InfoPlistPatch</key> <false/> <key>MatchOS</key> <string>10.14.x</string> <key>Name</key> <string>com.apple.iokit.IOUSBHostFamily</string> <key>Replace</key> <data> g/s/Dw== </data> </dict> <dict> <key>Comment</key> <string>USB port limit patch #2 10.14.x modify by DalianSky(credit PMHeart)</string> <key>Disabled</key> <false/> <key>Find</key> <data> g+MP0w== </data> <key>InfoPlistPatch</key> <false/> <key>MatchOS</key> <string>10.14.x</string> <key>Name</key> <string>com.apple.iokit.IOUSBHostFamily</string> <key>Replace</key> <data> g+M/0w== </data> </dict> <dict> <key>Comment</key> <string>USB Port limit patch #3 10.14.x modify by DalianSky(credits PMheart)</string> <key>Disabled</key> <false/> <key>Find</key> <data> g/sPDw== </data> <key>InfoPlistPatch</key> <false/> <key>MatchOS</key> <string>10.14.x</string> <key>Name</key> <string>com.apple.driver.usb.AppleUSBXHCI</string> <key>Replace</key> <data> g/s/Dw== </data> </dict> <dict> <key>Comment</key> <string>USB Port limit patch #4 10.14.x modify by DalianSky(credits PMheart)</string> <key>Disabled</key> <false/> <key>Find</key> <data> g/8PDw== </data> <key>InfoPlistPatch</key> <false/> <key>MatchOS</key> <string>10.14.x</string> <key>Name</key> <string>com.apple.driver.usb.AppleUSBXHCI</string> <key>Replace</key> <data> g/8/Dw== </data> </dict> Link to comment Share on other sites More sharing options...
Recommended Posts