File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Yubico.YubiKey/docs/users-manual/yubikey-reference/transports Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -139,19 +139,26 @@ $ apt-get install libpcsclite1
139
139
140
140
** Arch Linux** :
141
141
142
- If on Arch Linux, you may also need to install ` pcsc-tools ` :
142
+ If on Arch Linux, you need to install both ` pcsclite ` and ` ccid ` :
143
+
144
+ ```
145
+ sudo pacman -S pcsclite ccid
146
+ ```
147
+
148
+ Optionally, you can also install ` pcsc-tools ` , which provides additional tools for troubleshooting smart card connectivity:
143
149
144
150
```
145
151
sudo pacman -S pcsc-tools
146
152
```
147
153
148
- Once installed , start the pcsc daemon:
154
+ Once package installation is complete , start the pcsc daemon:
149
155
150
156
```
151
157
sudo systemctl enable --now pcscd.socket
152
158
sudo systemctl start --now pcscd.socket
153
159
```
154
160
161
+ For more information on working with smart cards on Arch Linux, see the [ Arch Linux documentation] ( https://wiki.archlinux.org/title/Smartcards ) .
155
162
156
163
## NFC
157
164
You can’t perform that action at this time.
0 commit comments