Closed spectralblu closed 10 years ago
For mode 5 & 6 to work with libykneomgr (over ccid) you need to have libccid 1.4.18 installed (this is at least a possible explanation)
/klas
I just installed libccid 1.4.18, as well as pcsclite 1.8.12 from https://alioth.debian.org/frs/?group_id=30105.
The Neo is still not detected by ykneomgr. How can I verify the correct installation of libccid 1.4.18 is being picked up?
Hello,
The change that comes with libccid 1.4.18 that is relevant for more Neo modes is in /etc/libccid_Info.plist after installing 1.4.18 you should find something like:
$ cat /etc/libccid_Info.plist | grep Yubico
<string>Yubico Yubikey NEO CCID</string>
<string>Yubico Yubikey NEO U2F+CCID</string>
<string>Yubico Yubikey NEO OTP+U2F+CCID</string>
For the new libccid to be in usage pcscd should probably be restarted.
/klas
Hm, I'm not seeing that file in that location.
I'm running 10.10 (Yosemite):
I downloaded pcsclite 1.8.12 from the website, untar'd and then ran a
tar xzvf pcsc-lite-1.6.2.tar.bz2
./configure
make
sudo make install
I downloaded libccid 1.4.18, untar'd, and ran the same
tar xzvf ccid-1.4.18.tar.bz2
./configure
make
sudo make install
I downloaded pcsc-lite because the configure step for ccid was complaining about an out of date pcsc-lite.
That said, I do see something that looks like what you're specifying in /usr/local/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
...
ah. I (for some reason) assumed you where running linux. On mac it's a bit of a hassle to replace libccid with a newer version. With your installation it's probably still running the shipped pcscd libccid from the system, you can find that Info.plist in /usr/libexec/SmartCardServices/drivers/ifd-ccid.bundle/Contents/Info.plist you could try just copying the new one over it.
Sweet! Thanks a lot! Copying over that plist file from
/usr/local/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
to /usr/libexec/SmartCardServices/drivers/ifd-ccid.bundle/Contents/Info.plist
did the trick!
Also got Yubico Authenticator working as well. Should I close this (and the other associated) issue?
Yes please =)
The yubikey-neo-manager and yubico-authenticator-desktop projects try to do a few tricks with that file, however not working on 10.10 (yet?)
/klas
After I set my Neo to mode 6 (OTP + CCID + U2F) as listed in the documentation, it is no longer detected by the ykneomgr
The Yubico Neo Manager (gui) app does still detect the Neo, and I am able to set the mode back to other modes.
Having similar issues with the other apps detecting the Neo after switching to mode 6, such as YubiOath and the YubiKey Personalization tool.