Skip to content

Instantly share code, notes, and snippets.

@QuaCKeReD
Created May 7, 2015 10:53
Show Gist options
  • Save QuaCKeReD/f9673bcfed7753a3186c to your computer and use it in GitHub Desktop.
Save QuaCKeReD/f9673bcfed7753a3186c to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo kextunload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
sleep 1
sudo kextload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
@QuaCKeReD
Copy link
Author

Works on High Sierra
NB; reports error with 1st line, but the load then works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment