In principle you should be able to install the AUR (en) - digimend-kernel-drivers-dkms via an AUR helper, like pamac, or from terminal with:
pamac build digimend-kernel-drivers-dkms
Before that you will need to install the linux-headers for your installed/running kernels. he following command will install the linux-headers automatically for all installed kernels:
sudo pacman -S $(pacman -Qsq "^linux" | grep "^linux[0-9]*[-rt]*$" | awk '{print $1"-headers"}' ORS=' ')
Once installed, there are qa few ways to deal with the mapping of the button:
- Install
xsetwacom
to handle the button mappings, or try the next: - Follow this that will help if you want to use native UI to configure buttons in Gnome, and it might work, and also will help in case of the next case.
- If you chose KDE Plasma as your DE you will also have to follow this
If you get stuck at some point, you can simply ask here. Since i did not tested myself that tablet, i can’t be 100% sure what would be the outcome, reason why we do not quite encourage Product Recommendations.