yubikey-personalization icon indicating copy to clipboard operation
yubikey-personalization copied to clipboard

Yubikey core error: no yubikey present

Open lattice0 opened this issue 6 years ago • 4 comments

I'm getting

Yubikey core error: no yubikey present

the probem is that the yubikey appears in lsusb

I'm using the latest raspbian desktop in raspberry pi

lattice0 avatar Oct 27 '18 01:10 lattice0

This might be a permissions issue. Do you have the udev fies installed?

klali avatar Oct 29 '18 07:10 klali

I get this if I try to retrieve the serial number from a Yubikey that has had slot 1 either deleted or made dormant.

elyscape avatar Nov 06 '18 20:11 elyscape

I have the same issue, I've done quite a bit of debugging including building yubikey-personalization from the repo yesterday - no change. I have some details here which I can copy into the bug report if desirable?

PTPPedro avatar May 19 '20 14:05 PTPPedro

As mentioned by the stackoverflow question pinned by @PTPPedro:

The security key only has FIDO / U2F support so ykpersonalize/ykinfo does not work with it.

So as far as I've noticed, it's just the case of a very misleading error message, the device is present but it might not be compatible with ykpersonalize. To verify that your device actually recognizes the device you can try using ykman:

$ ykman list --serials

Paradoxis avatar Aug 27 '20 11:08 Paradoxis