You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area...
make -j8 KERNELRELEASE=5.8.0-63-generic -C /lib/modules/5.8.0-63-generic/build M=/var/lib/dkms/asus-wmi/1.0/build...
Signing module:
- /var/lib/dkms/asus-wmi/1.0/5.8.0-63-generic/x86_64/module/asus-nb-wmi.ko
- /var/lib/dkms/asus-wmi/1.0/5.8.0-63-generic/x86_64/module/asus-wmi.ko
Secure Boot not enabled on this system.
cleaning build area...
DKMS: build completed.
sudo dkms install -m asus-wmi -v 1.0
asus-wmi.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/5.8.0-63-generic/updates/dkms/
asus-nb-wmi.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/5.8.0-63-generic/updates/dkms/
depmod...
DKMS: install completed.
Everything looks fine to me but /sys/class/leds/asus::screenpad the device is never created. Any help greatly appreciated.
The text was updated successfully, but these errors were encountered:
Finally got it working again. My issue was related to Secure Boot. Even though Secure Boot was disabled the device was not added because the module was not signed (i think)
To fix I had to:
ensure Secure Boot is disabled in the bios
sudo mokutil --disable-validation
reboot
follow Steps 2+ and all was good.
@Plippo thanks for this great tool and instructions.
I'm not able to see the new device even on a fresh system install. Thought I would make a new issue in case my issue was unrelated to #19.
I'm running the following:
uname -a
Here is the output from the installation steps:
sudo sh prepare-for-current-kernel.sh
sudo dkms add -m asus-wmi -v 1.0
sudo dkms build -m asus-wmi -v 1.0
sudo dkms install -m asus-wmi -v 1.0
Everything looks fine to me but
/sys/class/leds/asus::screenpad
the device is never created. Any help greatly appreciated.The text was updated successfully, but these errors were encountered: