Post

smartcard-reader-BCM5880

smartcard-reader-BCM5880

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

1
lsusb -v
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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,

Cet article est sous licence CC BY 4.0 par l'auteur.