Skip to content

Instantly share code, notes, and snippets.

@pythoninthegrass
Forked from akorobov/reinit-sound.sh
Created March 25, 2020 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pythoninthegrass/a3440d657c6d80beb76ccf82b6a8696b to your computer and use it in GitHub Desktop.
Save pythoninthegrass/a3440d657c6d80beb76ccf82b6a8696b to your computer and use it in GitHub Desktop.
Fix(audio subsystem reinitialization) for no sound in osx 10.9(.2?) after sleep with headphones in
sudo kextunload /System/Library/Extensions/AppleHDA.kext
sudo kextload /System/Library/Extensions/AppleHDA.kext
sudo killall -9 coreaudiod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment