Skip to content

Instantly share code, notes, and snippets.

@ponychicken
Created February 27, 2013 12:42
Show Gist options
  • Save ponychicken/5047644 to your computer and use it in GitHub Desktop.
Save ponychicken/5047644 to your computer and use it in GitHub Desktop.
Make backup of the folder /System/Library/Extensions/AppleRTC.kext (auf Desktop kopieren)
Terminal öffnen (Apfel+Leertaste drücken, dann Terminal eingeben)
Die folgende Zeile kopieren und im Terminal einfügen. Enter drücken. Du musst dann dein Passwort eingeben.
sudo perl -pi -e 's|\x75\x30\x89\xd8|\xeb\x30\x89\xd8|' System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC
Then update kernel caches:
sudo kextcache -system-prelinked-kernel; sudo kextcache -system-caches
Danach neustarten-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment