Skip to content

djkero/io.clave2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just run "io.clave2/io.clave2.lcshell_unpacker/unpacker.py" with Python3.

You'll probably run with an error saying that the device can´t be opened, to fix that you need to make an udev rule. You need to figure out the USB bus on which the dongle is located on and add an udev rule to "/etc/udev/rules.d/" with the name "99-usb-dongle.rules".

You'll need to use a text editor with elevated privileges, I use "sudo nano" in "/etc/udev/rules.d/" to create the file. You paste the contents with right click -> Paste and CTRL+O to save, it'll ask for the file name ("99-usb-dongle.rules"), you press enter and reboot your system.

The udev rule contents are:

SUBSYSTEM=="usb", ATTRS{idVendor}=="1bc0", ATTRS{idProduct}=="8101", MODE="0666"

KERNEL=="hidraw*", ATTRS{busnum}=="<YOUR_BUS_NUMBER_HERE>", ATTRS{idVendor}=="1bc0", ATTRS{idProduct}=="8101", MODE="0666"

Dependencies:

image

About

Emulation support of the Senselock Clave 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 57.8%
  • C 41.6%
  • CMake 0.6%