--- title: Setting up Huion H430p on Ubuntu 20.04 tags: note description: --- # Setting up Huion H430p on Ubuntu 20.04 ## Step ### Step 1 Download [the newest release](https://github.com/DIGImend/digimend-kernel-drivers/releases) of the `.deb` Package ### Step 2 Plugin Canvas. Check `<VID>:<PID>` by using: ```` =shell lsusb ```` Result will be like: ```` =shell Bus 001 Device 005: ID 256c:006d HUION Huion Tablet ```` `256c:006d` = `<VID>:<PID>` ### Step 3 add ```` =shell Section "InputClass" Identifier "Tablet" Driver "wacom" MatchDevicePath "/dev/input/event*" MatchUSBID "VID:PID" EndSection ```` at `/etc/X11/xorg.conf.d/50-tablet.conf` if `50-tablet.conf` doesn't exit, create it. ### Step 4 ```` =shell xsetwacom --list devices ```` The Result should be like ```` =shell HUION Huion Tablet Pad pad id: 19 type: PAD HUION Huion Tablet Pen stylus id: 20 type: STYLUS ```` execute the script below ```` =shell xsetwacom set "HUION Huion Tablet Pad pad" button 1 key Ctrl Z xsetwacom set "HUION Huion Tablet Pad pad" button 2 key Ctrl Shift Z xsetwacom set "HUION Huion Tablet Pad pad" button 3 key Ctrl V xsetwacom set "HUION Huion Tablet Pad pad" button 8 key Insert xsetwacom set "HUION Huion Tablet Pen stylus" button 1 1 #1 = left click xsetwacom set "HUION Huion Tablet Pen stylus" button 2 3 #3 = right click ```` ![](https://i.imgur.com/mSc2mm9.png) ### reference [DIGImend](https://github.com/DIGImend/digimend-kernel-drivers#configuring-wacom-xorg-driver) [Wacom tablet](https://wiki.archlinux.org/title/Wacom_tablet)https://i.imgur.com/mSc2mm9.png [How to setup the HUION 430P drawing tablet on Ubuntu 20.04](https://blog.simos.info/how-to-setup-the-huion-430p-drawing-tablet-on-ubuntu-20-04/)