When running as a normal user: gpg --card-status gpg: error getting version from 'scdaemon': No SmartCard daemon gpg: OpenPGP card not available: No SmartCard daemon When running as root, I can access the smart card. I am using a Yubikey device as a smart card. My user is in these groups: wheel pcscd docker usb plugdev [I] app-crypt/gnupg Installed versions: 2.4.5-r1^t{gpkg:2}(08:36:10 PM 09/21/2024)(bzip2 nls readline smartcard ssl tofu usb -doc -ldap -selinux -test -tools -tpm -user-socket -verify-sig -wks-server) [I] sys-apps/pcsc-lite Installed versions: 2.0.1-r1(07:57:15 PM 09/21/2024)(systemd udev -doc -embedded -libusb -policykit -selinux ABI_MIPS="-n32 -n64 -o32" ABI_S390="-32 -64" ABI_X86="64 -32 -x32" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11")
Created attachment 903495 [details] emerge --info
This line in my ".gnupg/scdaemon.conf" file is causing the problem. ``` trust-model tofu+pgp ``` Issue resolved. Thanks