Summary: | pcsc-lite-1.3.1 - pscd looks for nonexistent directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ivan Lloro <antispam> |
Component: | New packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED WONTFIX | ||
Severity: | trivial | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Ivan Lloro
2006-06-05 04:08:18 UTC
even if the directory exists, it'll be empty ... and you'll be right back where you started: hotplug_libusb.c:217:HPReadBundleValues() No bundle files in pcsc drivers directory: /usr/lib64/readers/usb hotplug_libusb.c:218:HPReadBundleValues() Disabling USB support for pcscd (In reply to comment #0) > pcscd says when initialized: > > hotplug_libusb.c:105:HPReadBundleValues() Cannot open PC/SC drivers directory: > /usr/lib/readers/usb > hotplug_libusb.c:106:HPReadBundleValues() Disabling USB support for pcscd. > > Proposed solution: include in the ebuild creation of directory > /usr/lib/readers/usb . > > Verified with pcsc-lite version 1.3.1. > > Verification procedure: execute "/etc/init.d/pcscd stop; pcscd -f". > The problem is you need to install "ccid" as well. This will install the /usr/lib64/readers/usb/ifd-ccid.bundle file. |