Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 460578 - app-misc/towitoko-2.0.7-r2 should add a pcscd sample config for rs232 chipdrive
Summary: app-misc/towitoko-2.0.7-r2 should add a pcscd sample config for rs232 chipdrive
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: Normal enhancement (vote)
Assignee: Gentoo TreeCleaner Project
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2013-03-06 19:43 UTC by Thimo Langbehn
Modified: 2021-04-05 00:03 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge.info,15.46 KB, text/plain)
2013-03-06 19:43 UTC, Thimo Langbehn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thimo Langbehn 2013-03-06 19:43:41 UTC
Created attachment 341150 [details]
emerge --info

Moneyplex (Linux) can use this library via pcsc. For this, the moneyplex use flag is not required, but for the rs232 version, a config file for pcscd must be added and pcscd must be installed.

I suggest to add a sample pcscd config file for serial readers. My pcscd config file for the rs232 chipdrive on the first serial port contains the following (/etc/reader.conf.d/towitoko.conf):
FRIENDLYNAME      "Towitoko Chipdrive Reader"
DEVICENAME        /dev/ttyS0
LIBPATH           /usr/lib64/libtowitoko.so.2.0.0
CHANNELID         0x0103F8

The LIBPATH depends on the architecture, and the serial device on the user setup. After modifications, the pcscd daemon must be restarted (no reload function available). The setup can be validated using pcsc_scan.
The config provided above works for my Chipdrive micro 120 V4.30A .
In man reader.conf the config file /etc/reader.conf.d/reader.conf is specified, however using /etc/reader.conf.d/towitoko.conf works as well.

Ctapi on amd64:
Ctapi does not work on my amd64 system with moneyplex, even with the moneyplex use flag. I do not know if win32-com can be used at all on amd64, but since it is clearly not usable for moneyplex on amd64, the keyword should either be removed for this platform, or it should trigger a notice informing the user about the pcsc way of using the library.

Note: The current cyberjack driver can be used in moneyplex only via pcsc interface as well.
Comment 1 Larry the Git Cow gentoo-dev 2021-04-05 00:03:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b13634e793d3445aca8d69e2ad3d38eaf04bcd1

commit 5b13634e793d3445aca8d69e2ad3d38eaf04bcd1
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-04-04 23:55:22 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-04-04 23:55:22 +0000

    app-misc/towitoko: last-rite
    
    Closes: https://bugs.gentoo.org/460578
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 app-misc/towitoko/Manifest                 |  1 -
 app-misc/towitoko/metadata.xml             |  9 ---------
 app-misc/towitoko/towitoko-2.0.7-r3.ebuild | 30 ------------------------------
 profiles/package.mask                      |  5 -----
 4 files changed, 45 deletions(-)