You are not logged in.
asus-nb-wmi and asus-wmi can't be started at boot. I could not find any blacklist involving them, nor anything about why kmod is denying them from starting at boot, nor anything about what a "deny-list" is.
currently the two modules sit in /etc/modules-load.d/
this is what jorunalctl says about them:
Jul 15 08:36:22 archlinux systemd-modules-load[186]: Module 'asus_nb_wmi' is deny-listed (by kmod)
Jul 15 08:36:23 archlinux systemd-modules-load[301]: Module 'asus_wmi' is deny-listed (by kmod)
the modules work fine when modprobed
Offline
asus-nb-wmi and asus-wmi can't be started at boot. I could not find any blacklist involving them, nor anything about why kmod is denying them from starting at boot, nor anything about what a "deny-list" is.
I had this problem too, and the issue was the /etc/modprobe.d/faustus.conf which blacklisted asus-wmi and asus-nb-wmi.
I removed this file, restarted systemd-modules-load.service and asus-nb-wmi loaded successfully.
Try running sudo grep -r asus.nb.wmi /etc/
Offline