Ask questionsFail to activate new driver in 13.1.0
After deactivating the old one (version 13.0.0 which was recently installed over the latest 12.x) and rebooting, activating the new driver fails, thus there is nothing to Allow in System Preferences:
When done in Terminal, this is shown:
$ pwd
/Applications/.Karabiner-VirtualHIDDevice-Manager.app/Contents/MacOS
$ sudo ./Karabiner-VirtualHIDDevice-Manager activate
zsh: illegal hardware instruction sudo ./Karabiner-VirtualHIDDevice-Manager activate
Answer
questions
vszakats
Testing it with 1.7.0 and without sudo
, it does seem to work correctly:
$ ./Karabiner-VirtualHIDDevice-Manager activate
activation of org.pqrs.Karabiner-DriverKit-VirtualHIDDevice is requested
request of org.pqrs.Karabiner-DriverKit-VirtualHIDDevice is finished
request of org.pqrs.Karabiner-DriverKit-VirtualHIDDevice is completed
With sudo
, it crashes the same way as 1.12.0 does.
Will try the sudo-less method with 1.12.0 a bit later today.
Related questions