Pagina 1 di 1

[RISOLTO] gnupg2-2.4.7 non riconosce nitrokey start

Inviato: ven 14 feb 2025, 9:22
da danix
Ciao a tutti,
è da un secolo che non scrivo su questo forum..

Torno con un problema che sto riscontrando su current, dopo l'ultimo aggiornamento di gnupg del 27/01, non riesco più ad usare la mia nitrokey start in quanto gpg2 non la legge.
Questi gli output che ricevo:

Codice: Seleziona tutto

$> gpg2 --version                                                                                                                                                     
gpg (GnuPG) 2.4.7                                                                                                                                                       
libgcrypt 1.11.0                                                                                                                                                        
Copyright (C) 2024 g10 Code GmbH                                                                                                                                        
License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html>                                                                                                        
This is free software: you are free to change and redistribute it.                                                                                                      
There is NO WARRANTY, to the extent permitted by law.                                                                                                                   
                                                                                                                                                                        
Home: /home/danix/.gnupg                                                                                                                                                
Algoritmi gestiti:                                                                                                                                                      
A chiave pubblica: RSA, ELG, DSA, ECDH, ECDSA, EDDSA                                                                                                                    
Cifrari: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,                                                                                                     
         CAMELLIA128, CAMELLIA192, CAMELLIA256                                                                                                                          
Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224                                                                                                                   
Compressione: Non compresso, ZIP, ZLIB, BZIP2                                                                                                                           

Codice: Seleziona tutto

$> gpg2 --card-status                                                                                                                                                 
gpg: selecting card failed: Service is not running                                                                                                                      
gpg: Scheda OpenPGP non disponibile: Service is not running                                                                                                             
mentre la scheda è letta correttamente su dmesg:

Codice: Seleziona tutto

[ 1456.861761] usb 1-1.1.4: new full-speed USB device number 8 using ehci-pci
[ 1456.963104] usb 1-1.1.4: New USB device found, idVendor=20a0, idProduct=4211, bcdDevice= 2.00
[ 1456.963110] usb 1-1.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1456.963112] usb 1-1.1.4: Product: Nitrokey Start
[ 1456.963113] usb 1-1.1.4: Manufacturer: Nitrokey
[ 1456.963114] usb 1-1.1.4: SerialNumber: FSIJ-1.2.19-5FDD9F70
Non ho idea di dove sbattere la testa. Qualcuno di voi ha suggerimenti in merito?
Grazie mille in anticipo a tutti :D

Re: gnupg2-2.4.7 non riconosce nitrokey start

Inviato: dom 16 feb 2025, 9:42
da danix
Mi rispondo da solo in quanto ho risolto :D
mi mancava il pacchetto pcsc-lite e siccome nell'ultimo rebuild di PJV di gnupg2 è stato disabilitato ccid-driver non avevo un driver per leggere le schede come la nitrokey.

Adesso è tornato tutto alla normalità.