会社のサーバーに接続するためのUSBドングル(セキュリティトークン)があります。実際、一部のサーバーを含むプライベートLANがあります。会社は、これらのサーバーに接続するためにこのセキュリティトークンを含むパブリックアドレスを提供しています。 USBをマイPC(Linux Mint 17.2を実行)に接続すると、sd
次のようにSCSIディスク()デバイスとして表示されません。
# ls /dev/sd*
/dev/sda /dev/sda1 /dev/sda2 /dev/sda5
ただし、以下を使用すると表示lsusb
できます。
# lsusb
Bus 002 Device 010: ID e854:1230
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 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 005: ID 0cf3:3005 Atheros Communications, Inc. AR3011 Bluetooth
Bus 001 Device 003: ID 05c8:030d Cheng Uei Precision Industry Co., Ltd (Foxlink)
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
最初のID -e854:1230
それはすべてです。次のコマンドを使用してUSBを監視することもできます。
# udevadm monitor --udev
monitor will print the received events for:
UDEV - the event which udev sends out after rule processing
UDEV [17049.330199] add /class/usbmisc (class)
UDEV [17049.337488] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1 (usb)
UDEV [17049.338358] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0 (usb)
UDEV [17049.339199] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:E854:1230.000A (hid)
UDEV [17049.339491] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/usbmisc/hiddev0 (usbmisc)
UDEV [17049.339991] add /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:E854:1230.000A/hidraw/hidraw0 (hidraw)
/dev/
インストールする必要がありますが、何をインストールするのかわかりません。私が逃したものは何ですか?