Contribute
Register

WTXUP BCM943602CS - Bluetooth don't work

Status
Not open for further replies.
Joined
Sep 13, 2012
Messages
69
Motherboard
Gigabyte Z97X-UD5H
CPU
i7-4790K
Graphics
EVGA Geforce GTX 960 SSC ACX 2.0
Mac
  1. Mac Pro
Classic Mac
  1. 0
Mobile Phone
  1. 0
I purchased the card WTXUP BCM94360 and this came to me (it has four antennas)
IMG_2377.jpeg

IMG_2381.jpeg

The wifi works, but the bluetooth doesn't want to know to work. The bluetooth search does not find anything, though
Schermata 2019-11-23 alle 17.02.28.png
Schermata 2019-11-23 alle 17.02.52.png


I attach my config.plist, hoping someone can help me solve the problem. Meanwhile, I made a refund request to Aliexpress!
 

Attachments

  • config.plist
    7.3 KB · Views: 84
You'll need a custom usb SSDT that activates the USB 2.0 header on the motherboard. You don't really know that the BT is defective until you get that working first. Your SMBIOS is not the best choice either for propre USB function. It should be 14,2 or 15,1 iMac. You have a Haswell based system. iMac Pro 1,1 uses a Xeon CPU and a server chipset.

Screen Shot 1.jpg


Leaving these port limit patches activated long term is not a good choice either. You'll need a USB SSDT.

Screen Shot 3.jpg
 
Last edited:
You'll need a custom usb SSDT that activates the USB 2.0 header on the motherboard. You don't really know that the BT is defective until you get that working first. Your SMBIOS is not the best choice either for propre USB function. It should be 14,2 or 15,1 iMac. You have a Haswell based system. iMac Pro 1,1 uses a Xeon CPU and a server chipset.

View attachment 437271

Leaving these port limit patches activated long term is not a good choice either. You'll need a USB SSDT.

View attachment 437272
I made the changes you recommended. My new config.plist

and my SSDT-UIAC

Unfortunately the bluetooth still does not work.
 

Attachments

  • config.plist
    7.3 KB · Views: 106
  • SSDT-UIAC-Z97X-UD5H.dsl
    5 KB · Views: 66
  • SSDT-UIAC.aml
    855 bytes · Views: 79
I made the changes you recommended. My new config.plist

and my SSDT-UIAC

Unfortunately the bluetooth still does not work.
you should upload all problem reporting files, use this handy tool:
 
you should upload all problem reporting files, use this handy tool:
Schermata 2019-11-23 alle 20.35.46.png


There is another problem! I have disable just SIP (boot recovery mode and csrutil disable, but the result does not change.
 
here the debug files
your IOreg didn't come out properly

also you may want to try enabling these in your config.plist:
Code:
<key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <false/>
            <key>Inject</key>
            <false/>
        </dict>
 
your IOreg didn't come out properly

also you may want to try enabling these in your config.plist:
Code:
<key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <false/>
            <key>Inject</key>
            <false/>
        </dict>
false --> true ?
 

Attachments

  • debug_1888.zip
    1.6 MB · Views: 66
Status
Not open for further replies.
Back
Top