~ubuntu-branches/ubuntu/jaunty/pcsc-lite/jaunty-security

« back to all changes in this revision

Viewing changes to debian/pcscd.1

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2004-06-13 21:45:56 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20040613214556-zio7hrzkz9wwtffx
Tags: 1.2.9-beta2-2
* debian/rules: add -lpthread to LDFLAGS so that pthread_* symbols are
  included in the library (problem only seen on mips and mipsel).
  Closes: #253629
* debian/control: make libpcsclite-dev and libpcsclite1 at Priority:
  optional so that other packages at Priority: optional can use them.
  Closes: #249374

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "pcscd" "1" "1.0.2.beta5" "Debian GNU/Linux" "PCSC Lite"
2
 
.SH "NAME"
3
 
.LP 
4
 
pcscd \- PCSC Lite resource manager daemon
5
 
.SH "SYNTAX"
6
 
.LP 
7
 
pcscd [\fI\-v\fP]
8
 
.SH "DESCRIPTION"
9
 
.LP 
10
 
The PCSC daemon is used to dynamically allocate/deallocate
11
 
smartcard reader drivers at runtime and manage conections to the readers.
12
 
.LP 
13
 
At least one reader driver must be available for PCSC daemon to operate. See
14
 
http://www.linuxnet.com for a list of available reader drivers.
15
 
.LP 
16
 
Serial port connected drivers must be declared in the config file /etc/reader.conf,
17
 
and pcscd must be restarted to recognize a new reader.
18
 
.LP 
19
 
The format of the file /etc/reader.conf is as follows:
20
 
.IP 
21
 
FRIENDLYNAME <Descriptive name>
22
 
.br 
23
 
DEVICENAME <Short name>
24
 
.br 
25
 
LIBPATH <Location of the driver library>
26
 
.br 
27
 
CHANNELID <Hexadecimal channel identificator>
28
 
.LP 
29
 
Channel identificator meaning is dependant on the reader driver. However most
30
 
serial readers follow this convention:
31
 
.IP 
32
 
0x0103F8 \- /dev/ttyS0 (COM1)
33
 
.br 
34
 
0x0102F8 \- /dev/ttyS1 (COM2)
35
 
.br 
36
 
0x0103E8 \- /dev/ttyS2 (COM3)
37
 
.br 
38
 
0x0102E8 \- /dev/ttyS3 (COM4)
39
 
.LP 
40
 
USB readers must be installed under /usr/lib/pcsc/drivers. There is no need to edit
41
 
the file /etc/reader.conf for USB readers.
42
 
.SH "OPTIONS"
43
 
.TP 
44
 
\fB\-v\fR
45
 
Output version information and exit.
46
 
.SH "FILES"
47
 
.LP 
48
 
\fI/etc/reader.conf\fP : Reader configuration file
49
 
.br 
50
 
\fI/etc/init.d/pcscd\fP : pcscd startup script
51
 
 
52
 
.SH "EXAMPLES"
53
 
/usr/sbin/pcscd
54
 
.br 
55
 
/usr/sbin/pcscd \-v
56
 
.br 
57
 
.SH "AUTHORS"
58
 
This manual page was written by Carlos Prados <cprados@debian.org>,
59
 
for the Debian GNU/Linux system (but may be used by others).
60
 
.SH "SEE ALSO"
61
 
.LP 
62
 
formaticc(1)