Smargo Alternativen

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • Smargo Alternativen

      Habe mich mal ein wenig ungeschaut, was es an USB-Cardreadern gibt.
      Bin zuerst auf einen OMNIKEY 3021 USB gestoßen.
      hidglobal.com/prod_detail.php?prod_id=186
      Der Hersteller selbst hat nur CloesSource Treiber (natürlich nichts für PPC oder Mipsel)

      Offensichtlich ist das Ding CCID kompatibel. (CCID is the norm for usb smart card readers.)
      Und dafür gibt es Source, Libs und Treiber.

      Also weitergesucht.... und eine Seite mit einem CCID-Treiber gefunden:
      pcsclite.alioth.debian.org/ccid.html

      Und darauf eine erschreckend große Liste von USB-Smartcard-Readern:
      pcsclite.alioth.debian.org/supported.html

      Da muss es doch eine Möglichkeit geben, einen "kompatibleren" und preisgünstigeren Reader zum Laufen zu bekommen.

      PS: Ich stell' mir das immer so einfach vor. Ist ja logisch: ich bin KEIN Coder! :)

      Bit
      OScam Wiki | OScam Documentation | Build your own OScam with simplebuild
      Better a 'found' without entitlements than a 'not found' with valid entitlements.
    • Uii - habe sogar PCSC Treiber für die mipsel Dream gefunden...
      Damit sollte fast jeder USB Cardreader funktionieren:

      in diesem Thread:
      cccamforum.com/forums/showthread.php?p=44301

      Such nach: "PCSC_drivers_libs_for_mips.rar"

      :)
      OScam Wiki | OScam Documentation | Build your own OScam with simplebuild
      Better a 'found' without entitlements than a 'not found' with valid entitlements.
    • Also Omnikey sollte eigentlich laufen......


      Installing OmniKey card reader on your Dreambox

      OK guys since writing the tutorial ‘How To Setup A Linux PC Card
      Server’ I’ve been asked a lot if the Omnikey reader was compatible
      with the Dreambox. Well its seems now it is ! Massive thanks to Jakey!

      A pack of drivers / dependency files has surfaced to install the Omnikey
      to a Mipsel Dreambox. If you don’t know a Mipsel dreambox is basically
      the Enigma2 boxes, DM7025, 800 & 8000. This method is not applicable
      for the older E1 boxes.
      Basically the pack consists of 4 *.ipk installer files which will add the
      required components to the Dreambox to run the Omnikey USB reader.
      Your image will most likely have the ability to install these via your manual
      install option in the addon panel, however to make sure everything is
      correct I recommend you install via Telnet and follow this guide below.

      FTP the 4 IPK files to your /tmp folder on the dreambox. Then start a
      telnet session.

      1. ipkg install /tmp/libusb_0.1.12-r0_mipsel.ipk

      Code:
      Installing libusb (0.1.12-r0) to root…
      Configuring libusb

      2. ipkg install /tmp/pcsc-lite_1.5.5-r0_mipsel.ipk

      Code:
      Installing pcsc-lite (1.5.5-r0) to root…
      Configuring pcsc-lite
      Adding system startup for /etc/init.d/pcscd …
      /etc/rc2.d/S20pcscd -> ../init.d/pcscd
      /etc/rc3.d/S20pcscd -> ../init.d/pcscd
      Starting PCSC Daemon: pcscd.
      /etc/rc4.d/S20pcscd -> ../init.d/pcscd
      /etc/rc5.d/S20pcscd -> ../init.d/pcscd
      /etc/rc0.d/K20pcscd -> ../init.d/pcscd
      /etc/rc1.d/K20pcscd -> ../init.d/pcscd
      /etc/rc6.d/K20pcscd -> ../init.d/pcscd

      3. ipkg install /tmp/libpcsclite1_1.5.5-r0_mipsel.ipk

      Code:
      Installing libpcsclite1 (1.5.5-r0) to root…
      Configuring libpcsclite1

      4. ipkg install /tmp/ccid_1.3.11-r0_mipsel.ipk

      Code:
      Installing ccid (1.3.11-r0) to root…
      Configuring ccid

      So, once all this is in place, connect the USB reader and set it
      up in NewCS as normal. The reader type is
      <type>pcsc</type>

      The node address will be simply
      <node>0</node>

      If you add a second reader it will be
      <node>1</node>

      I don’t want to take my server offline to test this as its the only Omnikey
      I have at the moment. I have 2 more coming. If you can test before I do
      then please do post your comments / findings.


      Treiber hab ich mal angehängt!


      edit: :D
      ...das kommt davon wenn man um 19.10 mit dem Schreiben anfängt, unterbricht und dann um 19.52 endlich postet! :D
      Dateien

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von pinhead ()

    • Ich habe mal diesen alten Thread ausgegraben.
      Auch wenn dieser Thread nicht für die 7080HD ist, frage ich trotzdem mal hier, dann brauche ich keinen neuen Fred aufmachen.

      Gibt es mittlerweile eine Möglichkeit (Treiber, etc) um PCSC Reader auf einer 7080HD zum Laufen zu bekommen?

      Gruß,
      Bit
      OScam Wiki | OScam Documentation | Build your own OScam with simplebuild
      Better a 'found' without entitlements than a 'not found' with valid entitlements.