That was the advise from the tablet manufacturer: It's a problem with the SFIs; the latest ones fix issues with most devices. I'm not overly familiar with OpenSUSE, but the below commands will update the SFIs on most distros: wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-20241017.tar.gz sudo tar -xzvf linux-firmware-20241017.tar.gz --strip-components=2 --directory /usr/lib/firmware/intel linux-firmware-20241017/intel/ibt-0040-2120.sfi linux-firmware-20241017/intel/ibt-0040-2120.ddc So I would assume, that the SFIs should have changed with the firmware version 20241017. And with the current Ubuntu LTS it is actually working. So there must be a difference somewhere.