Comment 2 for bug 1881142

Revision history for this message
Norbert (nrbrtx) wrote :

On old system I see that `pcscd` group GID was 145.

So the simple command below will fix the issue:

```
sudo groupadd -g 145 pcscd
```