Skip to content

Instantly share code, notes, and snippets.

@macdiesel
Created April 27, 2016 15:38
Show Gist options
  • Save macdiesel/b744d4f2389ec307169c5ca4807c32e5 to your computer and use it in GitHub Desktop.
Save macdiesel/b744d4f2389ec307169c5ca4807c32e5 to your computer and use it in GitHub Desktop.
Reset bluetooth on osx after wake from sleep renders it unresponsive
#!/bin/sh
# This script will reset the bluetooth on an OSX when bluetooth is unresponsive after waking from sleep.
sudo kextunload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
sudo kextload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment