首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >eToken未检测到

eToken未检测到
EN

Unix & Linux用户
提问于 2020-08-25 20:36:38
回答 1查看 631关注 0票数 1

我想在Fedora 32上使用Aladdin eToken Pro 32k 4.2B,但没有检测到它。它显示为lsusb中的另一个模型:

代码语言:javascript
复制
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什么也没显示

代码语言:javascript
复制
$ opensc-tool -l
No smart card readers found.

在Windows上,插入时会立即检测到,并亮起一个红色的led。这是如何在Windows SafeNet Authentication Client上显示的

我在Fedora上安装了SafeNet客户端,但是由于没有检测到eToken,所以没有显示任何内容。

pcscd正在工作:

代码语言:javascript
复制
$ 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

我猜是错误的司机被装载了。你的是什么?

EN

回答 1

Unix & Linux用户

发布于 2021-03-21 23:27:46

我试图安装最新版本的(SafenetAuthenticationClient-10.7.77-1.x86_64),但也遇到了同样的错误。因此,我决定降级到9.0.43版。但是,在分期付款之前,您需要运行:

代码语言:javascript
复制
# dnf install compat-openssl10

对于SACMonitor,我尝试了以下解决方法:

代码语言:javascript
复制
# bash -c 'cat > /etc/ld.so.conf.d/gtk3.conf << 'EOF'
/usr/lib64/gtk-3.0/modules
EOF'
# ldconfig

但是,我不能运行SACTools或SACMonitor。

票数 0
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/606316

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档