-
Medlem
ok jag har problem med kortläsare har omnikey 3221 usb ska jag göra så här ?
[h=Building OSCAM with PCSC support]3[/h] To build OSCAM with PCSC support on you have to install pcsclite first. For example for Debian: apt-get install libpcsclite-dev. If your distribution do not have pcsclite installed you have to install it from source.
To install PCSC from source, just download pcsclite from their site, unarchive it and build it without any options. These following commands would download, compile and install pcsclite in /usr/local.
cd /tmp
wget https://alioth.debian.org/frs/downlo...1.8.17.tar.bz2
tar -xf pcsc-lite-1.8.17.tar.bz2
cd pcsc-lite-1.8.17
./configure
make
sudo make install
Now to build OSCAM with PCSC support you need the following commands:
make USE_PCSC=1
# build with smartreader and PCSC support
make USE_PCSC=1 USE_LIBUSB=1
# Using predefined pcsc target
make pcsc
make pcsc-libusb
make?
Taggar för det här ämnet
Behörigheter för att posta
- Du får inte posta nya ämnen
- Du får inte posta svar
- Du får inte posta bifogade filer
- Du får inte redigera dina inlägg
-
Forumets regler