랩북 에어 Ubuntu 19.04에서 터치패드가 작동하지 않습니다.

랩북 에어 Ubuntu 19.04에서 터치패드가 작동하지 않습니다.

Chuwi 랩북 에어에 새 생명을 불어넣으려고 하는데 우분투 19.04를 설치한 후 터치패드가 작동하지 않습니다.

문제가 알려져 있다는 것을 보았지만 최종 해결 방법에 대해서는 아무것도 찾지 못했습니다.

제 경우에는 컴퓨터에서 터치패드를 감지합니다.xinput:

⎡ Virtual core pointer                      id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ ALPS0001:00 0911:5288 Touchpad            id=10   [slave  pointer  (2)]
⎜   ↳ MOSART Semi. 2.4G Wireless Mouse          id=8    [slave  pointer  (2)]
⎣ Virtual core keyboard                     id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
    ↳ Video Bus                                 id=6    [slave  keyboard (3)]
    ↳ Power Button                              id=7    [slave  keyboard (3)]
    ↳ Lenovo EasyCamera: Lenovo EasyC           id=9    [slave  keyboard (3)]
    ↳ Intel HID events                          id=11   [slave  keyboard (3)]
    ↳ Intel HID 5 button array                  id=12   [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard              id=13   [slave  keyboard (3)]

안에는 이런게 들어있어요/proc/버스/입력/장치:

I: Bus=0018 Vendor=0911 Product=5288 Version=0100
N: Name="ALPS0001:00 0911:5288 Touchpad"
P: Phys=i2c-ALPS0001:00
S: Sysfs=/devices/pci0000:00/0000:00:17.0/i2c_designware.4/i2c-5/i2c-ALPS0001:00/0018:0911:5288.0001/input/input11
U: Uniq=
H: Handlers=mouse0 event4 
B: PROP=5
B: EV=1b
B: KEY=e420 30000 0 0 0 0
B: ABS=2e0800000000003
B: MSC=20

제 생각에는 드라이버(?)로 xserver-xorg-input-libinput을 사용한 것 같은데, 이것이 다음의 결과입니다.xinput list-props 'ALPS0001:00 0911:5288 터치패드':

Device 'ALPS0001:00 0911:5288 Touchpad':
    Device Enabled (154):   1
    Coordinate Transformation Matrix (156): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    libinput Tapping Enabled (307): 1
    libinput Tapping Enabled Default (308): 0
    libinput Tapping Drag Enabled (309):    1
    libinput Tapping Drag Enabled Default (310):    1
    libinput Tapping Drag Lock Enabled (311):   0
    libinput Tapping Drag Lock Enabled Default (312):   0
    libinput Tapping Button Mapping Enabled (313):  1, 0
    libinput Tapping Button Mapping Default (314):  1, 0
    libinput Natural Scrolling Enabled (289):   1
    libinput Natural Scrolling Enabled Default (290):   0
    libinput Disable While Typing Enabled (315):    1
    libinput Disable While Typing Enabled Default (316):    1
    libinput Scroll Methods Available (291):    1, 1, 0
    libinput Scroll Method Enabled (292):   1, 0, 0
    libinput Scroll Method Enabled Default (293):   1, 0, 0
    libinput Click Methods Available (317): 1, 1
    libinput Click Method Enabled (318):    1, 0
    libinput Click Method Enabled Default (319):    1, 0
    libinput Middle Emulation Enabled (296):    0
    libinput Middle Emulation Enabled Default (297):    0
    libinput Accel Speed (298): 0.452555
    libinput Accel Speed Default (299): 0.000000
    libinput Left Handed Enabled (303): 0
    libinput Left Handed Enabled Default (304): 0
    libinput Send Events Modes Available (274): 1, 1
    libinput Send Events Mode Enabled (275):    0, 0
    libinput Send Events Mode Enabled Default (276):    0, 0
    Device Node (277):  "/dev/input/event4"
    Device Product ID (278):    2321, 21128
    libinput Drag Lock Buttons (305):   <no items>
    libinput Horizontal Scroll Enabled (306):   1

때로는 몇 초 동안 작동하고 외부 마우스를 사용하거나 5초 이상 터치패드 사용을 중지하면 다시 시작되지 않습니다.

어떤 아이디어가 있나요?

(커널 버전 5.0.0-16-일반)

관련 정보