隨機鍵盤延遲和聲音

隨機鍵盤延遲和聲音

在過去的幾天裡,我的工作站獲得了一個新的「功能」。

症狀:

  • 鍵盤輸入停止幾秒鐘
  • 活動視窗失去焦點
  • device disconnect播放 (Windows Hardware Remove.wav)聲音
  • 這種情況每 10 秒左右就會重複一次

這個問題對辨識聲音有幫助,但對解析度沒有幫助。

我有許多應用程式正在運行:

  • WSL2
  • 適用於 Windows 的 Docker
  • 思科 AnyConnect
  • 麥克菲
  • 邊緣

關於原因或解決方案有什麼想法嗎?

** 編輯 0 **

重新啟動並不能解決問題。

** 編輯 1 **

我正在使用帶有過濾器的進程監視器Windows Hardware Remove.wav來捕獲事件。

由於某種原因,Explorer.EXE 重複產生一系列事件:

  • CreateFile - Desired Access: Generic Read, Disposition: Open, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: N, ShareMode: Read, Write, AllocationSize: n/a, OpenResult: Opened

  • QueryStandardInfomationFile - AllocationSize: 106,496, EndOfFile: 105,876, NumberOfLinks: 2, DeletePending: False, Directory: False

  • QueryBasicInfomationFile - CreationTime: 12/7/2019 3:08:07 AM, LastAccessTime: 12/10/2021 12:07:00 PM, LastWriteTime: 12/7/2019 3:08:07 AM, ChangeTime: 4/21/2021 2:23:47 PM, FileAttributes: A

  • CloseFile

這樣合理嗎?

答案1

我用一個IO Gear 具有 PD 直通功能的緊湊型 USB-C 擴充塢將它們連接到我的 HP Elitebook 筆記型電腦:

  • 蘋果妙控鍵盤
  • 逐字滑鼠
  • RG6網路線
  • 用於蘋果顯示器音訊的 USB
  • 用於蘋果顯示器視訊的迷你顯示端口

看來 USB 鍵盤連接到 USB 集線器是導致連續插入/拔出事件的原因(USB日誌檢視器):

Event Type  Event Time  Device Name Description Device Type Drive Letter    Serial Number   Vendor ID   Product ID  Vendor Name Product Name    Firmware Revision   USB Class   USB SubClass    USB Protocol    
Unplug  2/10/2022 10:36:53 AM   Port_#0002.Hub_#0004    USB Composite Device    Unknown         05ac    024f    Apple, Inc.     0.74    00  00  00  
Unplug  2/10/2022 10:36:53 AM   0000.0014.0000.005.004.002.000.000.000  USB Input Device    HID (Human Interface Device)            05ac    024f    Apple, Inc.     0.74    03  01  01  
Unplug  2/10/2022 10:36:53 AM   0000.0014.0000.005.004.002.000.000.000  USB Input Device    HID (Human Interface Device)            05ac    024f    Apple, Inc.     0.74    03  00  00  
Unplug  2/10/2022 10:36:53 AM   Port_#0004.Hub_#0005    Generic USB Hub Unknown     MSFT20000000000000  05ac    1006    Apple, Inc. Hub in Aluminum Keyboard    96.15   00  00  00  
Plug    2/10/2022 10:36:56 AM   Port_#0002.Hub_#0002    Generic USB Hub Unknown     MSFT20000000000000  05ac    1006    Apple, Inc. Hub in Aluminum Keyboard    96.15   00  00  00  
Plug    2/10/2022 10:37:11 AM   Port_#0002.Hub_#0004    USB Composite Device    Unknown         05ac    024f    Apple, Inc.     0.74    00  00  00  
Plug    2/10/2022 10:37:11 AM   0000.0014.0000.002.002.000.000.000.000  USB Input Device    HID (Human Interface Device)            05ac    024f    Apple, Inc.     0.74    03  01  01  
Plug    2/10/2022 10:37:11 AM   0000.0014.0000.002.002.000.000.000.000  USB Input Device    HID (Human Interface Device)            05ac    024f    Apple, Inc.     0.74    03  00  00  

我將鍵盤直接連接到筆記型電腦,並且沒有發生重複事件。

相關的:Windows 不斷發出這些隨機的「裝置連線」和「裝置斷開」聲音

相關內容