Hey everyone! I recently got a new computer and decided to go with Linux, specifically Pop!_OS. I just bought a Huion H640P tablet and need some guidance on how to install the driver for it. I'm pretty new to all of this, so if anyone can break it down in simple terms for me, that would be awesome!
4 Answers
There's a .deb file you can download from Huion's website for your tablet. You can install it using the "apt" command. Just remember to check that the file permissions allow the apt user to read it, and use the full file path or "./" before the filename when installing, so apt knows where to find it.
You might want to check out OpentabletDriver; it can be a good alternative. If you're into drawing, it allows you to set up various filters for your tablet, which could enhance your experience.
The official Huion documentation is quite helpful! You can find it at their website. Just make sure to use the .deb file instead of the .tar.xz if you have the choice, as it's usually easier to install on Linux.
Just a heads up, while there is a driver available for your device, keep in mind that driver compatibility can be hit or miss on Linux. It's usually not advisable to download random .deb files from the internet. If you're okay with some trial and error, go ahead and try it, but if you rely on the tablet for serious work, you might want to consider using Windows or Mac instead for better support.
That sounds a bit tricky! Can you explain how to check permissions and use the full file path?