Created
April 14, 2014 06:15
-
-
Save martinheidegger/10620696 to your computer and use it in GitHub Desktop.
A tiny little script that fixes the audio of a macbook air after going to sleep mode with headphones.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo killall coreaudiod | |
sudo kextunload /System/Library/Extensions/AppleHDA.kext | |
sudo kextload /System/Library/Extensions/AppleHDA.kext |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment