带有 Ubuntu-20-04 的 HP Elitebook 上的触摸板按钮不起作用

道恩乔

我在 HP Elitebook 850 G7 上安装了 Windows 10 和 Ubuntu 20.04,在 Ubuntu 中我发现了一些奇怪的东西。虽然触摸板通常可以工作,但两个额外的按钮却不起作用。

我找到了很多关于完全不起作用的触摸板的答案,但就我而言,只有两个额外的按钮不起作用。

下面是xinput. 它列出了两个名为 的设备SYNA30B4,我怀疑它们是触摸板和额外的按钮。

user@host:~$ xinput
⎡ Virtual core pointer                      id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ SYNA30B4:00 06CB:CE09 Mouse               id=12   [slave  pointer  (2)]
⎜   ↳ SYNA30B4:00 06CB:CE09 Touchpad            id=13   [slave  pointer  (2)]
⎜   ↳ Logitech USB Optical Mouse                id=11   [slave  pointer  (2)]
⎣ Virtual core keyboard                     id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
    ↳ Power Button                              id=6    [slave  keyboard (3)]
    ↳ Video Bus                                 id=7    [slave  keyboard (3)]
    ↳ Power Button                              id=8    [slave  keyboard (3)]
    ↳ Sleep Button                              id=9    [slave  keyboard (3)]
    ↳ HP HD Camera: HP HD Camera                id=10   [slave  keyboard (3)]
    ↳ Intel HID events                          id=14   [slave  keyboard (3)]
    ↳ Intel HID 5 button array                  id=15   [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard              id=16   [slave  keyboard (3)]
    ↳ HP Wireless hotkeys                       id=17   [slave  keyboard (3)]
    ↳ HP WMI hotkeys                            id=18   [slave  keyboard (3)]
user@host:~$ xinput list-props 12
Device 'SYNA30B4:00 06CB:CE09 Mouse':
    Device Enabled (174):   1
    Coordinate Transformation Matrix (176): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    libinput Natural Scrolling Enabled (312):   0
    libinput Natural Scrolling Enabled Default (313):   0
    libinput Scroll Methods Available (314):    0, 0, 1
    libinput Scroll Method Enabled (315):   0, 0, 1
    libinput Scroll Method Enabled Default (316):   0, 0, 1
    libinput Button Scrolling Button (317): 2
    libinput Button Scrolling Button Default (318): 2
    libinput Middle Emulation Enabled (319):    0
    libinput Middle Emulation Enabled Default (320):    0
    libinput Accel Speed (321): 0.000000
    libinput Accel Speed Default (322): 0.000000
    libinput Accel Profiles Available (323):    1, 1
    libinput Accel Profile Enabled (324):   1, 0
    libinput Accel Profile Enabled Default (325):   1, 0
    libinput Left Handed Enabled (326): 0
    libinput Left Handed Enabled Default (327): 0
    libinput Send Events Modes Available (297): 1, 0
    libinput Send Events Mode Enabled (298):    0, 0
    libinput Send Events Mode Enabled Default (299):    0, 0
    Device Node (300):  "/dev/input/event12"
    Device Product ID (301):    1739, 52745
    libinput Drag Lock Buttons (328):   <no items>
    libinput Horizontal Scroll Enabled (329):   1
user@host:~$ xinput list-props 13
Device 'SYNA30B4:00 06CB:CE09 Touchpad':
    Device Enabled (174):   1
    Coordinate Transformation Matrix (176): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    libinput Tapping Enabled (330): 1
    libinput Tapping Enabled Default (331): 0
    libinput Tapping Drag Enabled (332):    1
    libinput Tapping Drag Enabled Default (333):    1
    libinput Tapping Drag Lock Enabled (334):   0
    libinput Tapping Drag Lock Enabled Default (335):   0
    libinput Tapping Button Mapping Enabled (336):  1, 0
    libinput Tapping Button Mapping Default (337):  1, 0
    libinput Natural Scrolling Enabled (312):   0
    libinput Natural Scrolling Enabled Default (313):   0
    libinput Disable While Typing Enabled (338):    1
    libinput Disable While Typing Enabled Default (339):    1
    libinput Scroll Methods Available (314):    1, 1, 0
    libinput Scroll Method Enabled (315):   1, 0, 0
    libinput Scroll Method Enabled Default (316):   1, 0, 0
    libinput Click Methods Available (340): 1, 1
    libinput Click Method Enabled (341):    1, 0
    libinput Click Method Enabled Default (342):    1, 0
    libinput Middle Emulation Enabled (319):    0
    libinput Middle Emulation Enabled Default (320):    0
    libinput Accel Speed (321): 0.000000
    libinput Accel Speed Default (322): 0.000000
    libinput Left Handed Enabled (326): 0
    libinput Left Handed Enabled Default (327): 0
    libinput Send Events Modes Available (297): 1, 1
    libinput Send Events Mode Enabled (298):    0, 0
    libinput Send Events Mode Enabled Default (299):    0, 0
    Device Node (300):  "/dev/input/event13"
    Device Product ID (301):    1739, 52745
    libinput Drag Lock Buttons (328):   <no items>
    libinput Horizontal Scroll Enabled (329):   1
user@host:~$ xinput list-props 15
Device 'Intel HID 5 button array':
    Device Enabled (174):   1
    Coordinate Transformation Matrix (176): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    libinput Send Events Modes Available (297): 1, 0
    libinput Send Events Mode Enabled (298):    0, 0
    libinput Send Events Mode Enabled Default (299):    0, 0
    Device Node (300):  "/dev/input/event9"
    Device Product ID (301):    0, 0
user@host:~$ 
道恩乔

我已经用更新的 Linux 内核解决了这个问题。


该问题已在 Linux 5.10 内核中解决但是,我的初始安装以linux-oem-20.04内核包为特色。该软件包基于 Linux 5.6.* 内核。

我改成了linux-oem-20.04b内核包,它是基于Linux 5.10内核的。安装新内核包并重新启动后,触控板按钮按预期工作。

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

Elantech触摸板在Ubuntu 16.04和Arch Linux上不起作用

触摸板在Ubuntu 18.04上不起作用

Ubuntu 20.04 LTS-检测到触摸板但不起作用

Dell 5537触摸板不起作用(Ubuntu 14.04)

触摸板在带有Ubuntu 14.04的HP Pavilion 14 Notebook中不起作用

华硕UX501-Ubuntu-触摸板不起作用

如何在具有Intel cpu和HD4000集成显卡的HP EliteBook 8570p上启用3个屏幕?

在Ubuntu 14.04.1上未检测到带有Android 4.2.2的HP 7 Plus

触摸板在Dell Inspiron 15 7547上的ubuntu 14.04中不起作用

触摸板不起作用-HP isa0060 / serio1 / input0

hp pavillion ab219tx上带有Windows 10的双启动ubuntu

Ubuntu 14.04,内核更新后触摸板滚动不起作用

引导修复在hp elitebook 2170上不起作用

无法在HP EliteBook 8560w上启动Windows 10安装程序

在HP Elitebook 8440上挂起后,Ubuntu 16.04无法唤醒(并发送垃圾邮件kern.log)

如何在HP Elitebook 8560w上使用fancontrol?

如何在HP EliteBook上重置BIOS softpaq?

Wifi在带有Ubuntu的HP Envy x360中不起作用

Acer A515触摸板在Ubuntu 17.10中不起作用

在HP EliteBook G2 745上未检测到网络

触摸板在Mint 20中不起作用

Avell W1513触摸板不起作用:引脚不能在Ubuntu 18.04上用作irq

在带有Ubuntu 18.04的thinkpad E450上键入时,触摸板未禁用

从HP Elitebook 850 G5(Intel HD图形)上的18.04挂起恢复后,黑屏

Lenovo-yoga 13 触摸板在 Ubuntu 18.04 中不起作用

触摸板滚动不起作用 Ubuntu 18.04

关闭 HP Elitebook 840 上的“麦克风静音”按钮灯

ELAN 触摸板在带有 Ubuntu 16.04 的 Lenovo IdeaPad 上不起作用

安装 Ubuntu 20.04 后外部显示器、触摸板和声音不起作用