Now I have only one problem
NIIBE Yutaka
gniibe at fsij.org
Wed Mar 13 02:31:36 CET 2013
On 2013-03-12 at 15:43 +0100, Alina Friedrichsen wrote:
> Thank you, it works! :)
Good!
> How can I use the internal CCID driver as user?
> Currently I do all as root.
If you are using Debian, it's like:
Create a file something like /etc/udev/rules.d/60-gnupg-scdaemon-usb.rules,
with the content of:
--------------
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0c4b", ATTRS{idProduct}=="0504", \
ENV{ID_SMARTCARD_READER}="1", ENV{ID_SMARTCARD_READER_DRIVER}="gnupg"
--------------
This is to add UDEV rules. If your are using other GNU/Linux, something
similar is needed.
I think that this kind of configuration should be handled by GnuPG /
SCDaemon package in distribution(s). [1]
Reference:
[1] http://wiki.debian.org/GnuPG/CCID_Driver
--
More information about the Gnupg-devel
mailing list