Getting wacom tablets to work

the image doesn't provide wacom drivers preinstalled so we need to get them ourselves

wacom

ideapad duet 5 with wacom tablet and the MASTER PICE <3

Where we begin

Warning. this requires kernel headers to be installed

download deps

sudo apt-get install build-essential autoconf

clone the drivers repo

git clone https://github.com/linuxwacom/input-wacom cd input-wacom/

compile the driver

./autogen.sh ./configure make -j8

install the driver

sudo make install

for good measure

sudo dd if=/boot/vmlinux.kpart-xyz of=/dev/mmcblk1p1

Note. replace xyz with your kernel version + assuming your system is installed to mmcblk1

and reboot

your device should be good to go

Fun Fact. did you know you can print out your bash history with history command

Note. website generated from markdown using mdplop

in respective repos report issues related to html generations, documantation and images