이상한 키보드 동작(Ubuntu에만 해당)

이상한 키보드 동작(Ubuntu에만 해당)

나는 이것 가지다G-LAB Keyz 200 N듀얼 부팅 Ubuntu 16.04/Windows 10 Pro가 설치된 노트북에 연결된 키보드.

우분투에서 사용할 때 이상한 동작이 있습니다. left 와 right CTRL, WindowsALT가 모두 작동하므로 SHIFT무엇보다도 편집 기능 단축키를 사용할 수 없게 됩니다.

문제 해결:

  • Windows 10에서는 다른 키보드와 마찬가지로 잘 작동합니다.
  • 내부 키보드는 Ubuntu와 Windows에서 잘 작동합니다.
  • Ubuntu 18.04를 실행하는 다른 PC에서 키보드를 테스트했는데 다시 동일한 동작이 나타났습니다.

나는 많이 검색했지만 내가 겪고있는 문제와 원격으로 유사한 것을 찾을 수 없습니다. 위의 문제 해결은 하드웨어 문제가 없음을 나타내는 것 같습니다. 내부 키보드는 두 OS 모두에서 제대로 작동하고 외부 키보드는 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)

관련 정보