From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: Re: udev-rules for my FST-01 gnuk security token Date: Sun, 29 Jul 2018 20:37:08 +0530 Message-ID: References: <87pnzjiugu.fsf@gmail.com> <87h8knucjh.fsf@gmail.com> <871sboe9l4.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fjnI2-0006xp-R7 for help-guix@gnu.org; Sun, 29 Jul 2018 11:07:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fjnI1-00088f-Tn for help-guix@gnu.org; Sun, 29 Jul 2018 11:07:22 -0400 Received: from [2001:19f0:5:274f:351:616f:fec3:2694] (port=40704 helo=vultr.systemreboot.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fjnI1-00088P-Gb for help-guix@gnu.org; Sun, 29 Jul 2018 11:07:21 -0400 In-Reply-To: <871sboe9l4.fsf@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Pierre Neidhardt Cc: help-guix@gnu.org > I have no clue if it's related to your case, but for my Nitrokey there was some > special setup as detailed in this thread: > > https://lists.gnu.org/archive/html/help-guix/2018-05/msg00187.html The same solution works! Install pcsc-lite and ccid into user profile, and run the following. sudo ln -s ~/.guix-profile/pcsc /var/lib/pcsc sudo pcscd -f After these, `gpg --card-status` works as expected. :-) We do need a service for this. I'll write one if nobody beats me to it.