회사 서버에 연결하기 위한 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/
설치해야 하는데 무엇을 설치해야 할지 모르겠습니다 . 내가 놓친 게 무엇입니까?