我想在Fedora 32上使用Aladdin eToken Pro 32k 4.2B,但没有检测到它。它显示为lsusb中的另一个模型:
Bus 003 Device 009: ID 0529:0600 Aladdin Knowledge Systems eToken Pro 64k (4.2)
Couldn't open device, some information will be missing
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x0529 Aladdin Knowledge Systems
idProduct 0x0600 eToken Pro 64k (4.2)
bcdDevice 1.00
iManufacturer 1
iProduct 2
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x0014
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 100mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 0
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 0
bInterfaceProtocol 0
iInterface 0
** UNRECOGNIZED: 02 ff
pcsc_scan什么也没显示
$ opensc-tool -l
No smart card readers found.在Windows上,插入时会立即检测到,并亮起一个红色的led。这是如何在Windows SafeNet Authentication Client上显示的

我在Fedora上安装了SafeNet客户端,但是由于没有检测到eToken,所以没有显示任何内容。
pcscd正在工作:
$ systemctl status pcscd.service
● pcscd.service - PC/SC Smart Card Daemon
Loaded: loaded (/usr/lib/systemd/system/pcscd.service; indirect; vendor preset: disabled)
Active: active (running) since Tue 2020-08-25 15:22:06 -03; 2h 8min ago
TriggeredBy: ● pcscd.socket
Docs: man:pcscd(8)
Main PID: 1231 (pcscd)
Tasks: 8 (limit: 19088)
Memory: 2.8M
CPU: 682ms
CGroup: /system.slice/pcscd.service
└─1231 /usr/sbin/pcscd --foreground --auto-exit我猜是错误的司机被装载了。你的是什么?
发布于 2021-03-21 23:27:46
我试图安装最新版本的(SafenetAuthenticationClient-10.7.77-1.x86_64),但也遇到了同样的错误。因此,我决定降级到9.0.43版。但是,在分期付款之前,您需要运行:
# dnf install compat-openssl10对于SACMonitor,我尝试了以下解决方法:
# bash -c 'cat > /etc/ld.so.conf.d/gtk3.conf << 'EOF'
/usr/lib64/gtk-3.0/modules
EOF'
# ldconfig但是,我不能运行SACTools或SACMonitor。
https://unix.stackexchange.com/questions/606316
复制相似问题