Size: 1635
Comment:
|
Size: 1690
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 31: | Line 31: |
Enable the service on slackware: chmod 755 /etc/rc.d/rc.pcscd | Enable the service on slackware: '''chmod 755 /etc/rc.d/rc.pcscd''' |
Line 33: | Line 33: |
Start the service manually: /etc/rc.d/rc.pcscd start | Start the service manually: '''/etc/rc.d/rc.pcscd start''' |
Line 35: | Line 35: |
Add init to /etc/rc.d/rc.M: | Add init to '''/etc/rc.d/rc.M''': |
Line 43: | Line 43: |
Add stop to /etc/rc.d/rc.K before kill all processes: | Add stop to '''/etc/rc.d/rc.K''' before kill all processes: |
Line 51: | Line 51: |
Add stop to /etc/rc.d/rc.0 before kill all processes: | Add stop to '''/etc/rc.d/rc.6''' (rc.0 is a symbolic link) before kill all processes: |
pcsc-lite
PC/SC-lite is a middleware to access a smart card using SCard API (PC/SC)
pcsc-lite SlackBuild
- su
- cd /tmp
wget http://slackbuilds.org/slackbuilds/14.0/system/pcsc-lite.tar.gz
- tar xvzf pcsc-lite.tar.gz
- cd pcsc-lite
wget https://alioth.debian.org/frs/download.php/3862/pcsc-lite-1.8.8.tar.bz2
chmod 755 pcsc-lite.SlackBuild
- groupadd -g 257 pcscd
- useradd -u 257 -g pcscd -d /var/run/pcscd -s /bin/false pcscd
./pcsc-lite.SlackBuild
- installpkg /tmp/pcsc-lite-1.8.8-x86_64-1_SBo.tgz
Package 64 bit: pcsc-lite-1.8.8-x86_64-1_SBo.tgz
ccid SlackBuild
- cd /tmp
wget http://slackbuilds.org/slackbuilds/14.0/system/ccid.tar.gz
- tar xvzf ccid.tar.gz
- cd ccid
wget https://alioth.debian.org/frs/download.php/file/3535/ccid-1.4.3.tar.bz2
chmod 755 ccid.SlackBuild
./ccid.SlackBuild
- installpkg /tmp/ccid-1.4.3-x86_64-1_SBo.tgz
Package 64 bit: ccid-1.4.3-x86_64-1_SBo.tgz
Enable the service on slackware: chmod 755 /etc/rc.d/rc.pcscd
Start the service manually: /etc/rc.d/rc.pcscd start
Add init to /etc/rc.d/rc.M:
Add stop to /etc/rc.d/rc.K before kill all processes:
Add stop to /etc/rc.d/rc.6 (rc.0 is a symbolic link) before kill all processes: