Plippo/asus-wmi-screenpad

Linux 5.17.5 '/sys/class/leds/asus::screenpad': No such file or directory

fabian-milea opened this issue · 3 comments

After having the module up and running for a while, with the latest kernel upgrade I can not get it working again... tried the remove and reinstall several times... Anyone having issues on Kernel > 5.17?

mcf@:aws$ uname -a Linux mcf 5.17.5-76051705-generic #202204271406~1653440576~22.04~6277a18 SMP PREEMPT Wed May 25 01 x86_64 x86_64 x86_64 GNU/Linux
lsmod | grep asus asus_nb_wmi 28672 0 asus_wmi 53248 1 asus_nb_wmi platform_profile 16384 1 asus_wmi sparse_keymap 16384 1 asus_wmi wmi 32768 2 asus_wmi,wmi_bmof video 53248 2 asus_wmi,i915

Moved my comment to the other issue as I realized you posted there too

You are right I had to run the commands in the troubleshooting to fully remove the module before a new install:

sudo mv asus-nb-wmi.ko asus-nb-wmi.ko_bak
sudo mv asus-wmi.ko asus-wmi.ko_bak
sudo ln -s ../../../../extra/asus-nb-wmi.ko ./
sudo ln -s ../../../../extra/asus-wmi.ko ./
sudo depmod -a

Very nice, I'm glad you got it to work! Be sure to close this issue as it's fully resolved now then :).