renfield Posted December 12, 2021 Share Posted December 12, 2021 @fmac re: your post in this thread is excellent. I have a question: When you mapped the USB ports, did you map the internal one? I connected a PCI card carrying the Broadcom wifi and BT out of a MacBook Pro. BT uses the internal HS12 USB port, but I'm not able to enable it. (I tried to edit the info.plist in your USB kext, but that caused it to panic.) Link to comment Share on other sites More sharing options...
renfield Posted December 12, 2021 Author Share Posted December 12, 2021 Solved - to add the port for BT, I added a port to the Info.plist inside USBPorts.kext - this works! Thanks again for having shared, @fmac! <key>HS11</key> <dict> <key>UsbConnector</key> <integer>255</integer> <key>port</key> <data> DAAAAA== </data> </dict> Link to comment Share on other sites More sharing options...
Recommended Posts