YannStatic
  • Etiquettes
  • Liens
  • Aide

smartcard-reader-BCM5880

  • divers
  •  25 déc.  2019 23 nov.  2018
Afficher/cacher Sommaire

Recherche : linux BCM5880
https://plus.google.com/+LudovicGasc/posts/4c9jkunwo76
http://natisbad.org/E4300/

Quick how-to enable the smartcard reader BCM5880 on Dell Latitude E6520 or Dell Precision M6800 with Linux:

USB ID: 0a5c:5800

  1. Install:

    yaourt -S opensc pcsclite pcsc-tools

  2. Start pcscd daemon
  3. To verify the setup, run: pcsc_scan

Le matériel

lsusb -v
Bus 002 Device 003: ID 0a5c:5801 Broadcom Corp. BCM5880 Secure Applications Proc
essor with fingerprint swipe sensor
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x0a5c Broadcom Corp.
  idProduct          0x5801 BCM5880 Secure Applications Processor with fingerpri
nt swipe sensor
[...]

utiliser une règle Udev semblable à la suivante (à ajouter dans /etc/udev/rules.d/90-local.rules, ou l’équivalent pour votre distribution) :

ACTION==”add”, SUBSYSTEM==”usb”, ATTR{idVendor}==”04e6”, ATTR{idProduct}==”5410”, RUN+=”/usr/sbin/pcscd –hotplug”

où 04e6 et 5410 identifient le fournisseur et le modèle de votre lecteur,

PRÉCÉDENTsite-statique-jekyll-ruby-theme-minima-debian-stretch-nginx
SUIVANTsonerezh
Recherche