From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raghav Gururajan Subject: Re: Adding NitoKey Rules to U-Dev Rules Date: Sat, 06 Jul 2019 17:04:45 -0400 Message-ID: <7acff2f52ac00b8407db2640bc131ff9714272e2.camel@disroot.org> References: <87d0iovu77.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39135) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hjrrz-0006or-81 for help-guix@gnu.org; Sat, 06 Jul 2019 17:05:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hjrrx-0002cT-AS for help-guix@gnu.org; Sat, 06 Jul 2019 17:05:19 -0400 In-Reply-To: <87d0iovu77.fsf@gnu.org> 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: Mike Gerwitz Cc: help-guix@gnu.org >=20 > Is it not working for you today? >=20 Nope =F0=9F=98=95 > I have a Nitrokey Pro that I purchased at least a couple years back > that > I use every day on a Guix system, including to sign this > email. Here's > my dmesg output: >=20 > --8<---------------cut here---------------start------------->8--- > [12763.938755] usb 6-2: new full-speed USB device number 9 using > uhci_hcd > [12764.125823] usb 6-2: New USB device found, idVendor=3D20a0, > idProduct=3D4108, bcdDevice=3D 1.00 > [12764.125827] usb 6-2: New USB device strings: Mfr=3D1, Product=3D2, > SerialNumber=3D3 > [12764.125830] usb 6-2: Product: Nitrokey Pro > [12764.125832] usb 6-2: Manufacturer: Nitrokey > [12764.125835] usb 6-2: SerialNumber: XXXXXXXXXXXXXXXXXXXXXXXX > [12764.134361] input: Nitrokey Nitrokey Pro as > /devices/pci0000:00/0000:00:1d.0/usb6/6-2/6- > 2:1.0/0003:20A0:4108.0008/input/input20 > [12764.191376] hid-generic 0003:20A0:4108.0008: input,hidraw0: USB > HID v1.10 Keyboard [Nitrokey Nitrokey Pro] on usb-0000:00:1d.0- > 2/input0 > --8<---------------cut here---------------end--------------->8--- >=20 Hmm, Interesting. Thanks for sharing this. > Maybe there's trouble with newer versions or different types of keys, > though. You may be right.=20 > With regards to udev rules---I haven't done so myself, but see > `udev-rule' in the Guix manual under `Base Services'. Thanks! Regards, RG.