-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu / not detecting devices without scdaemon with installed CMake/CPack created package #310
Comments
How does the App handle the factory-reset of OpenPGP Card? Doesn't it use scdaemon? I still do not see why the Nitrokey is not detected at all, but I was surprised, that you said App isn't using scdaemon at all... It is also worth thinking about why 17.10 is affected but not 16.04 |
Factory reset is executed by sending HID command to device, where it is handled further. uC sends similar to GnuPG/scdaemon reset commands to smartcard. |
It is already there since 1.2 beta 2. Maybe it helps... I had no beta 1 version, so it is anywhere between 1.1 and 1.2 beta 2... |
How do you install it? |
Using the github pre-releases. |
Do you mean the DEB file from Github releases? Edit: typo: RPM->DEB |
No, there are .deb files which work far more better :) |
Ok, I will check it too later. It is almost surely dependency-related. |
Alright. Maybe it will not occur if built via launchpad repos anyway? |
Perhaps. But it would be great if standalone package would install its deps too when possible. |
The UDEV rules in scdaemon package were introduced in Ubuntu 17.04. I guess this issue is related to UDEV rules which are part of scdaemon. Update: Correction of first sentence. |
Confirmed on Ubuntu 17.04 - |
No, not with .deb package, only when using launchpad version (which is consequently working fine even when scdaemon is removed). |
OK - so the problem lies in CMake/CPack. |
AFAIK fixed with modern releases. Closing. |
Devices are not detected by the App, if the
scdaemon
package is not installed.Environment: Ubuntu 17.10
Installed through .DEB package, made by CMake/CPack.
Previous description below:
Devices are not detected by the App, if the
scdaemon
package is not installed.Environment: Ubuntu 17.10
Details: #300
The text was updated successfully, but these errors were encountered: