Bind the Zymkey

how can I repeat the binding by hand? After installation with Buster 2020 and RPi4 did not work.

Provided the rest of the installation went ok, you should be able to restart it with systemctl.

systemctl restart zkifc

You can use systemctl status and journalctl along with watching the LED to make sure it’s active(running).

systemctl status zkifc
journalctl -u zkifc

1 Like

After this command:

â—Ź zkifc.service - Zymkey Interface Connector
Loaded: loaded (/etc/systemd/system/zkifc.service; enabled; vendor preset: en
Active: active (running) since Fri 2020-05-15 07:44:30 CEST; 52s ago
Process: 26476 ExecStartPre=/bin/bash -c mkdir -p /run/zkstatus && chown -R zy
Process: 26478 ExecStartPre=/bin/sleep 0.5 (code=exited, status=0/SUCCESS)
Main PID: 26479 (zkifc)
Tasks: 3 (limit: 4035)
Memory: 620.0K
CGroup: /system.slice/zkifc.service
└─26479 /usr/bin/zkifc -s /var/lib/zymbit/

May 15 07:43:53 prot-01 systemd[1]: Stopping Zymkey Interface Connector…
May 15 07:44:28 prot-01 zkifc[1142]: Zymkey Interface Connector, version 00.08.01 Mar 31 2019 21:34:00
May 15 07:44:29 prot-01 systemd[1]: zkifc.service: Succeeded.
May 15 07:44:29 prot-01 systemd[1]: Stopped Zymkey Interface Connector.
May 15 07:44:29 prot-01 systemd[1]: Starting Zymkey Interface Connector…
May 15 07:44:30 prot-01 systemd[1]: Started Zymkey Interface Connector.

LED blinking fast. No binding…

My system:
PRETTY_NAME=“Raspbian GNU/Linux 10 (buster)”
NAME=“Raspbian GNU/Linux”
VERSION_ID=“10”
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian

Time status:
Local time: Fri 2020-05-15 08:05:41 CEST
Universal time: Fri 2020-05-15 06:05:41 UTC
RTC time: n/a
Time zone: Europe/Zurich (CEST, +0200)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no

User accounts:
-root
-loginuser

(Account pi chance after install to loginuser)