-
|
Hello, I would just like to know if it is necessary to reinstall hid-tmff2 when upgrading the Linux kernel. How can I check that tmff2 is installed correctly? thanks Cédric |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello, if you installed the driver with the manual method in the README then you'll have to reinstall the driver every time you upgrade the kernel. If you used the DKMS method or installed via a package manager, then the driver should automatically be reinstalled and you shouldn't have to do anything.
You can try running |
Beta Was this translation helpful? Give feedback.
-
|
ok :) |
Beta Was this translation helpful? Give feedback.
Hello, if you installed the driver with the manual method in the README then you'll have to reinstall the driver every time you upgrade the kernel. If you used the DKMS method or installed via a package manager, then the driver should automatically be reinstalled and you shouldn't have to do anything.
You can try running
sudo modprobe hid-tmff-new. If it doesn't say anything, the driver is installed, otherwise it prints an error.