Skip to content

Commit 41c6a35

Browse files
committed
added arch linux info from Dennis
1 parent d5dc1d0 commit 41c6a35

File tree

1 file changed

+16
-0
lines changed
  • Yubico.YubiKey/docs/users-manual/yubikey-reference/transports

1 file changed

+16
-0
lines changed

Yubico.YubiKey/docs/users-manual/yubikey-reference/transports/overview.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,22 @@ is not already installed on your Linux device, you will likely run a command suc
137137
$ apt-get install libpcsclite1
138138
```
139139

140+
**Arch Linux**:
141+
142+
If on Arch Linux, you may also need to install `pcsc-tools`:
143+
144+
```
145+
sudo pacman -S pcsc-tools
146+
```
147+
148+
Once installed, start the pcsc daemon:
149+
150+
```
151+
sudo systemctl enable --now pcscd.socket
152+
sudo systemctl start --now pcscd.socket
153+
```
154+
155+
140156
## NFC
141157

142158
In addition to USB, the YubiKey 5 NFC keys also provide an NFC wireless interface for

0 commit comments

Comments
 (0)