奇怪的鍵盤行為(僅限 Ubuntu)

奇怪的鍵盤行為(僅限 Ubuntu)

我有G-LAB Keyz 200 N連接到雙啟動 Ubuntu 16.04 / Windows 10 Pro 的筆記本的鍵盤。

在 Ubuntu 中使用時,它有一個奇怪的行為: left 和 right 以及按鍵的行為都如此,CTRL因此無法Windows使用編輯功能快捷方式等。ALTSHIFT

故障排除:

  • 它在 Windows 10 中工作正常,就像任何其他鍵盤一樣。
  • 內建鍵盤在 Ubuntu 和 Windows 中運作良好。
  • 在另一台執行 Ubuntu 18.04 的電腦上測試鍵盤,它再次顯示相同的行為。

我用谷歌搜尋了很多,但找不到任何與我遇到的問題有一點相似的東西。上述故障排除似乎表明不存在硬體問題 - 內部鍵盤在兩種作業系統中都可以正常工作,而外部鍵盤僅在 Windows 10 中可以正常工作。所以這個問題似乎是 Ubuntu 中這個鍵盤特有的。

是什麼導致了這種奇怪的行為?歡迎提出進一步故障排除的建議。

編輯: 現在透過硬體標識符進行谷歌搜索,1c4f:0056 SiGma Micro我確實發現其他人也有同樣的問題 - 但顯然尚未解決 - :

https://forums.kali.org/showthread.php?34682-ctrl-alt-and-super-keys-bug

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1720842

以下是結果,以防lsusb -v -d 1c4f:0056萬一有人能夠發現這款鍵盤的「特別」之處...

 Bus 003 Device 006: ID 1c4f:0056 SiGma Micro 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0x1c4f SiGma Micro
  idProduct          0x0056 
  bcdDevice            3.70
  iManufacturer           1 SIGMACH1P
  iProduct                2 USB Keyboard
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           59
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower               98mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      1 Keyboard
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.10
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      54
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval              10
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      0 No Subclass
      bInterfaceProtocol      1 Keyboard
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.10
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength     141
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval              10
Device Status:     0x0000
  (Bus Powered)

相關內容