Hi, I’m having trouble with getting 2024 Matebook’s touchscreen to work. I’m using Gnome desktop environment and Wayland. The touchscreen is detected as libinput list-devices says:
Device: FTSC1000:00 2808:5662 Stylus
Kernel: /dev/input/event5
Group: 5
Seat: seat0, default
Size: 288x192mm
Capabilities: tablet
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: disabled
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: identity matrix
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Disable-w-trackpointing: n/a
Accel profiles: none
Rotation: n/a
Device: FTSC1000:00 2808:5662
Kernel: /dev/input/event4
Group: 5
Seat: seat0, default
Size: 288x192mm
Capabilities: touch
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: n/a
Nat.scrolling: n/a
Middle emulation: n/a
Calibration: identity matrix
Scroll methods: none
Click methods: none
Disable-w-typing: n/a
Disable-w-trackpointing: n/a
Accel profiles: n/a
Rotation: 0.0
But no touch is detected. Furthermore dmesg indicates that there is a problem, which I unfortunately don’t understand:
[ 2.304116] hid-multitouch 0018:2808:5662.0002: failed to fetch feature 5
[ 2.309174] hid-multitouch 0018:2808:5662.0002: failed to fetch feature 12
[ 2.309259] input: FTSC1000:00 2808:5662 as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-FTSC1000:00/0018:2808:5662.0002/input/input9
[ 2.309604] input: FTSC1000:00 2808:5662 Stylus as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-FTSC1000:00/0018:2808:5662.0002/input/input11
[ 2.310095] hid-multitouch 0018:2808:5662.0002: input,hidraw1: I2C HID v1.00 Device [FTSC1000:00 2808:5662] on i2c-FTSC1000:00
All your attention and help is much appreciated, thanks!