Jump to content

Bozzified

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Bozzified

  1. Still not sure what happened but I got it back to working normally.. I flashed the laptop's BIOS to the newest version and for some reason it cleared out the bad addresses for the BCM bluetooth module and now I can see it as I did before without BTFirmwareUploader. Just in case has a similar problem.
  2. It seems that BTFirmwareUploader might have had something to do with messing up my existing Bluetooth in my ASUS G750JX.. I'm unclear what this kext does.. are you uploading firmware directly into the card's ROM? I had Broadcom 4352 working natively with OSX.. all I had to do is update the IOBluetooth with the specific keys so it makes everything so bizarre that it's now broken.. I basically only had to do it like this: In IOBluetooth kext > Plugins > BroadcomBluetoothHostControllerUSBTransport.kext I added the following: <key>Broadcom2046FamilyUSBBluetoothHCIController_3404</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string> <key>IOClass</key> <string>BroadcomBluetoothHostControllerUSBTransport</string> <key>IOProviderClass</key> <string>IOUSBDevice</string> <key>LMPLoggingEnabled</key> <false/> <key>idProduct</key> <integer>13316</integer> <key>idVendor</key> <integer>5075</integer> </dict> and it worked out of the box.. as soon as I tried BTFirmwareUploader once, it seems to have done something and now when I get my system to previous state where Bluetooth worked with this simple info.plist change, my Bluetooth is completely gone. I can't get it to show up again. My concern now is BTFirmwareUploader might have corrupted the Bluetooth part and I have no way of making it work again. Maybe I'm misunderstanding how this works but just wanted to ask. I don't even know why I really used it because I had it working initially just fine.. I guess I didn't want to keep updating the IOBluetooth kext so I thought BTFirmwareUploader kext would simply inject this but seems i was wrong. Can someone help me out here.. There Wifi part works fine. 2.4Ghz/5ghz is fine.. but Bluetooth is dead.
×
×
  • Create New...