Skip to content
Jason Gerecke edited this page Jan 15, 2019 · 4 revisions

This page is a work in progress!

Most modern PCs include "secure boot" technology that is able to check the bootloader and kernel for signs of tampering and protect against rootkits. This protection prevents untrusted kernel modules from loading, which can be a problem if you want to make use of our input-wacom driver. This document outlines your options.

Option 1: Driver signing

Although more difficult, signing the input-wacom kernel module allows you to keep the security benefits that come with leaving secure boot enabled. It is recommended to try this method.

Option 2: Disabling secure boot

Often it can be easiest to simply disable secure boot. Doing so will allow our kernel module to load without problem but comes at the expense of reduced rootkit protection. Follow these steps at your own risk.

Clone this wiki locally