Skip to content

Instantly share code, notes, and snippets.

@parties
Forked from tdegrunt/Razer Synapse Yosemite.md
Created March 4, 2016 18:14
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 parties/8ab60132460684507a78 to your computer and use it in GitHub Desktop.
Save parties/8ab60132460684507a78 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