USB 스틱을 Linux PC에 연결할 때마다 프린터가 켜지지만 Windows 10에서는 켜지지 않습니다.

USB 스틱을 Linux PC에 연결할 때마다 프린터가 켜지지만 Windows 10에서는 켜지지 않습니다.

제목에서 알 수 있듯이 이 현상에 대해 질문이 있습니다. Linux 노트북의 임의 USB 포트에 임의의 USB 스틱을 연결할 때마다 프린터가 내부를 움직이기 시작합니다. 이 문제는 연결할 때마다 발생합니다. Windows 10을 실행하는 동일한 네트워크에 다른 컴퓨터가 있지만 해당 컴퓨터에 USB 스틱을 연결하면 프린터나 시도한 다른 장치에는 아무 일도 일어나지 않습니다. 게다가, 이 일은 마운트 명령을 작성하기 전에 플러그를 꽂는 순간 발생합니다. 누구든지 이 행동에 대해 나에게 알려줄 수 있습니까? 매우 이상한 것 같습니다.

이 출력은 Journalctl에서 직접 가져옵니다.

Command: journalctl --since "2019-06-28 15:00:00"

-- Logs begin at Sun 2018-01-28 16:58:17 CET, end at Tue 2019-05-28 17:44:19 CEST. --
-- No entries --

이것은 USB를 여러 번 꽂았다 뺐다 한 후의 dmesq 출력입니다.

Command: dmesg

[342423.846402]  sdb: sdb1
[342423.855949] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[342492.677063] usb 1-2: USB disconnect, device number 68
[342512.983535] usb 1-1: new high-speed USB device number 69 using xhci_hcd
[342513.135137] usb 1-1: New USB device found, idVendor=13fe, idProduct=3100
[342513.135140] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[342513.135142] usb 1-1: Product: STORE N GO
[342513.135144] usb 1-1: Manufacturer: Verbatim
[342513.135145] usb 1-1: SerialNumber: 07B40B08943D8FBB
[342513.135582] usb-storage 1-1:1.0: USB Mass Storage device detected
[342513.136825] scsi host4: usb-storage 1-1:1.0
[342514.180457] scsi 4:0:0:0: Direct-Access     Verbatim STORE N GO       PMAP PQ: 0 ANSI: 0 CCS
[342514.181036] sd 4:0:0:0: Attached scsi generic sg1 type 0
[342515.900508] sd 4:0:0:0: [sdb] 15646720 512-byte logical blocks: (8.01 GB/7.46 GiB)
[342515.904270] sd 4:0:0:0: [sdb] Write Protect is off
[342515.904275] sd 4:0:0:0: [sdb] Mode Sense: 23 00 00 00
[342515.908022] sd 4:0:0:0: [sdb] No Caching mode page found
[342515.908032] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[342515.938679]  sdb: sdb1
[342515.947882] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[342819.613569] python2[17356]: segfault at 18 ip 00007f86d41d4e4a sp 00007ffe571435c0 error 4 in libgdk-x11-2.0.so.0.2400.32[7f86d417c000+b0000]
[343061.089108] usb 1-1: USB disconnect, device number 69
[343674.493639] usb 1-1: new high-speed USB device number 70 using xhci_hcd
[343674.649304] usb 1-1: New USB device found, idVendor=13fe, idProduct=3100
[343674.649310] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[343674.649314] usb 1-1: Product: STORE N GO
[343674.649317] usb 1-1: Manufacturer: Verbatim
[343674.649320] usb 1-1: SerialNumber: 07B40B08943D8FBB
[343674.650025] usb-storage 1-1:1.0: USB Mass Storage device detected
[343674.650733] scsi host4: usb-storage 1-1:1.0
[343675.710754] scsi 4:0:0:0: Direct-Access     Verbatim STORE N GO       PMAP PQ: 0 ANSI: 0 CCS
[343675.711348] sd 4:0:0:0: Attached scsi generic sg1 type 0
[343677.455222] sd 4:0:0:0: [sdb] 15646720 512-byte logical blocks: (8.01 GB/7.46 GiB)
[343677.459010] sd 4:0:0:0: [sdb] Write Protect is off
[343677.459015] sd 4:0:0:0: [sdb] Mode Sense: 23 00 00 00
[343677.462723] sd 4:0:0:0: [sdb] No Caching mode page found
[343677.462732] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[343677.494533]  sdb: sdb1
[343677.503280] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[343738.750009] usb 1-1: USB disconnect, device number 70

관련 정보