Skip to content

Instantly share code, notes, and snippets.

@keinwort
Forked from tdegrunt/Razer Synapse Yosemite.md
Last active September 18, 2017 14:46
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 keinwort/15359334e34ade4b0b638ee932eea0bb to your computer and use it in GitHub Desktop.
Save keinwort/15359334e34ade4b0b638ee932eea0bb to your computer and use it in GitHub Desktop.
How to fix Razer Synapse in Mac OSX 10.0 Yosemite

How to fix Razer Synapse in Mac OSX 10.0 Yosemite

Start Terminal.app and type:

sudo nvram boot-args="kext-dev-mode=1"

Verify that command works by typing:

sudo nvram -p | grep -i boot-args

You should see a line:

boot-args	kext-dev-mode=1

Now reboot. If you plug in your razer stuff after the reboot you should see the following in Console.app:

19/09/14 11:12:05,837 com.apple.kextd[19]: kext-dev-mode allowing invalid signature -67023 0xFFFFFFFFFFFEFA31 for kext "/System/Library/Extensions/RazerHid.kext"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment