我有两台相同的服务器(Dell PowerEdge 1850),运行 Ubuntu 16.04.3 LTS。我尝试将我的 RFID 设备连接到一台服务器,一切正常。我可以看到设备:dmesg | grep tty
。但当我在第二台服务器上尝试时,它不起作用。两台服务器上的操作系统和 BIOS 相同。但通过lsusb
命令我可以看到设备已连接我是 Linux 操作系统的新手。
“工作”服务器上的响应
petscanner2@petscanner2:~$ dmesg | grep tty
[ 0.000000] console [tty0] enabled
[ 1.300640] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 31.911685] cdc_acm 1-3.2:1.0: ttyACM0: USB ACM device
“不工作”服务器上的响应
petscanner1@petscanner1:~$ sudo dmesg |grep tty
[ 0.000000] console [tty0] enabled
[ 1.278130] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 1.332193] tty tty14: hash matches
谢谢
卢卡斯
更新1
我运行命令dmesg
并收到此错误
petscanner1@petscanner1:~$ dmesg
[ 90.960027] usb 1-3.2: new full-speed USB device number 3 using ehci-pci
[ 91.055665] usb 1-3.2: New USB device found, idVendor=04d8, idProduct=000a
[ 91.055671] usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 91.055676] usb 1-3.2: Product: CDC RS-232 Emulation Demo
[ 91.055679] usb 1-3.2: Manufacturer: Microchip Technology Inc.
[ 1805.541979] blk_update_request: I/O error, dev fd0, sector 0
[ 1805.542081] floppy: error -5 while reading block 0
[ 1818.605876] blk_update_request: I/O error, dev fd0, sector 0
[ 1818.605969] floppy: error -5 while reading block 0