Open ed1d1a8d opened 7 years ago
Doesn't macOS have the official Razer Synapse?
Yes, but I was hoping to just use a driver without the whole cloud connection thing.
But when running the daemon, I got the error: Unable to claim USB interface (Permission denied)
Are you trying to run the razerd as root?
Yes I ran sudo razerd
.
I'm looking to port some of the drivers (specifically ones neeeded for deathadd2013) onto macOS Sierra. I built and installed using the linux instructions. But when running the daemon, I got the error:
Unable to claim USB interface (Permission denied)
From what Googling I could do, this seems to be an issue with system kexts recognizing the device and taking control away from razerd. I was wondering what the best solution to this would be -- somehow get ourselves an unsigned kext or disable system kexts (this might break other things)?
One idea I had was to perhaps write a version of razerd using HIDAPI as the backend instead of libusb. Quoting the libusb wiki:
How feasible would this be? I am willing to do this myself, but would need some guidance on what exactly libusb is doing right now and where it is used.