Package: libtowitoko2
Version: 2.0.7-8.1

When I install libtowitoko2 and pcscd the SmartCard reader is no
longer recongnized. The PL2303 show up in dmesg, but there is no
response
from the driver in dmesg. Device not found in monosim.

I used this script to install the SmartCard reader, and it worked in the past.

What changed in pcsc to havae caused this?

Best regards,

Barry de Graaff

#!/bin/bash

# References: http://wiki.debian.org/Smartcards
# Automated installer for Towitoko ChipDrive Micro USB
# USB 067b:2303 (USB to Serial device)
        
sudo apt-get autoremove -y
sudo apt-get purge
sudo apt-get clean
sudo apt-get update

echo "
*******************************************************
*                 WARNING  READ  THIS                 *
* You will be prompted to update your system,         *
* if you choose Y *all* packages on your system are   *
* updated, if you are running an unstable or custom   *
* compiled system or if you are UNSURE choose N first *
* to try install without full update, or CTRL+C to    *
* abort                                               *
*******************************************************
"
sudo apt-get upgrade
sudo apt-get install libtowitoko2 libtowitoko-dev pcscd gtk-sharp2
libmono-system-runtime2.0-cil libpcsclite1 libpcsclite-dev -y
wget http://monosim.googlecode.com/files/monosim_1.3.0.1-1ubuntu%7Eppa3_i386.deb
sudo dpkg -i ~/monosim_1.3.0.1-1ubuntu~ppa3_i386.deb


# 
http://barrydegraaff.tk/index.php?page=files/Archive/Linux%20Sim%20Card%20reader/index.html



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to