Jump to content

DW1820A bluetooth problem


aliuzunnn61

Recommended Posts

  • Administrators

Definitely sounds like a USB-related issue. If your laptop has older USB2.0 controller, temporarily boot with USBInjectAll kext before running Hackintool so that you do not miss any controller/ports.

Link to comment
Share on other sites

  • Moderators

You'll need to add the port limit patch(s) to your Config under KextToPatch

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>

 

Install USBInjectall.kext to Clover kexts

Reboot, launch Hackintool

Test each port with USB 2.0 and USB 3.0 devices. Change Connector type accordingly

Make sure Webcam, Bluetooth, SD card shows as Internal

When done, delete all non highlighted ports.

Click the export button. This generates an USBPorts.kext and SSDT-xxx.aml

Use only 1 or the other, not both.

If use USBPorts.kext, then place in Clover kext, remove USBInjectAll.kext and disable the port limit patches

If use SSDT-xxx.aml, then place them in ACPI/Patches, keep USBInjectAll.kext and disable the port limit patches

Link to comment
Share on other sites

×
×
  • Create New...