Skip to content

Instantly share code, notes, and snippets.

@mattlong
Created February 7, 2020 18:44
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 mattlong/51d18f101a782a4cfde4abd17d1ece80 to your computer and use it in GitHub Desktop.
Save mattlong/51d18f101a782a4cfde4abd17d1ece80 to your computer and use it in GitHub Desktop.
Fix OSX sound
#!/bin/bash
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