linux - 如何在 Linux 中添加具有 VID/PID 的设备

标签 linux linux-device-driver embedded-linux smartcard pcsc

我正在 Linux 中进行智能卡项目,我正在使用 Alcor 9563 智能卡读卡器,我使用 ccid/pcsc ,但 Linux 无法识别读卡器:

enter image description here

如何在 Linux 中使用 vid/pid 添加此设备?

最佳答案

https://ccid.apdu.fr/是libccid的主页。它有一个支持的阅读器列表。我没有找到你的读者。它还详细说明了如何测试阅读器是否受支持以及如何联系开发人员。

供应商 ID 看起来很有趣,它不是 Alcor 通常使用的那个,USB ID 存储库也不知道它 https://usb-ids.gowdy.us/read/UD?restrict=2

更新 自版本 1.4.31 起,libccid 现在支持 Reader https://ludovicrousseau.blogspot.com/2019/08/new-version-of-libccid-1431.html

关于linux - 如何在 Linux 中添加具有 VID/PID 的设备,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51517613/

相关文章:

networking - Linux网络驱动程序中的并发: probe() VS ndo_open(), ndo_start_xmit() VS NAPI poll()

c - C语言中如何减少或替换else if语句?

linux - 为 arm-gcc-compiler 安装库

linux - 在 go 中使用 windows dll 库,为 linux 和 mac os x 编译

c - 在 linux mint 上编译 c 程序时如何修复异常错误?

linux - 如何使用 find 复制和删除保持相同子目录结构的扩展

linux - 检查虚拟内存地址的有效性

linux - 我可以使用 Perl、DBI 和 DBD::Pg 在另一台机器上访问 Postgre 数据库吗?

Linux 设备驱动程序注册错误

c++ - 在qmake项目中链接libcairo