ePass2003Linux의 자동 통합

ePass2003Linux의 자동 통합

통합하려고 하는데ePass2003 차량xfreerdp이 장치를 통해 연결할 수 있도록 Ubuntu-14.04의 USB 토큰입니다 .

나는 팔로우한다구즈ePass2003 토큰에 대한 설명입니다.

그러나 pcscd데몬을 실행한 후 이 명령을 실행하면 아무 것도 얻지 못합니다.

# opensc-tool --list-drivers
Configured card drivers:
  ...
  entersafe        entersafe
  epass2003        epass2003      <--- There it is!
  rutoken          Rutoken driver
  ...

# opensc-tool --list-readers
No smart card readers found.

lsusb 출력:

Bus 002 Device 004: ID 17ef:6019 Lenovo 
Bus 002 Device 003: ID 04b3:3025 IBM Corp. NetVista Full Width Keyboard
Bus 002 Device 007: ID 096e:080a Feitian Technologies, Inc. 
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

장치를 연결하면 Windows 실행 파일이 포함된 CD-ROM도 마운트됩니다. 그래서 usb_modeswitch다음 구성 파일을 사용해 보았습니다 .

DefaultVendor=  0x096e
DefaultProduct= 0x080a

TargetVendor=   0x096e
TargetProduct=  0x0807

messagecontent그러나 이 구성 파일에 대한 줄이 누락되었습니다 .

이 장치를 Linux(Ubuntu)에서 작동시키는 방법에 대한 아이디어가 있습니까?

답변1

방금 이 장치를 추가했습니다.내 CCID 드라이버용 장치 목록.

현재 Git 버전 사용supported_readers.txt파일을 다운로드하고 CCID 드라이버를 (다시) 설치하면 OpenSC에서 장치를 사용할 수 있습니다.

관련 정보