Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135614 - pcsc-lite-1.3.1 - pscd looks for nonexistent directory
Summary: pcsc-lite-1.3.1 - pscd looks for nonexistent directory
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-05 04:08 UTC by Ivan Lloro
Modified: 2009-06-24 21:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Lloro 2006-06-05 04:08:18 UTC
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".
Comment 1 SpanKY gentoo-dev 2006-06-08 04:07:54 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
Comment 2 Abby Ricart 2009-06-24 21:08:48 UTC
(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.