Plippo / asus-wmi-screenpad

Variation of the asus-wmi kernel module with screenpad brightness support
Other
159 stars 20 forks source link

Module Version exactly matches what is found in kernel #46

Closed The-Coder-Kishor closed 1 year ago

The-Coder-Kishor commented 1 year ago

While running sudo dkms install -m asus-wmi -v 1.0 in Endeavour OS with kernel 6.1.7-arch1-1, the following error was obtained:


Running module version sanity check.
Module version  for asus-wmi.ko.zst
exactly matches what is already found in kernel 6.1.7-arch1-1.
DKMS will not replace this module.
You may override by specifying --force.

asus-nb-wmi.ko.zst:
Running module version sanity check.
Module version  for asus-nb-wmi.ko.zst
exactly matches what is already found in kernel 6.1.7-arch1-1.
DKMS will not replace this module.
You may override by specifying --force.
Error! Installation aborted.
PTFOPlayer commented 1 year ago

Just use at the end --force It shouldn't break anything

The-Coder-Kishor commented 1 year ago

Thanks