Ubuntu 16.04.3 LTS를 실행하는 두 개의 동일한 서버(Dell PowerEdge 1850)가 있습니다. 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