Jump to content

How to hackintosh a Latitude E5450


AmirBmirCmir

Recommended Posts

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

  • Replies 51
  • Created
  • Last Reply

Top Posters In This Topic

  • Moderators

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

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

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.

Screen Shot 2019-07-22 at 02.35.50.png

Screen Shot 2019-07-22 at 02.41.54.png

Link to comment
Share on other sites

  • Moderators

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


×
×
  • Create New...