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
After kernel update, acpi_call module fails to load. Modprobe reports that it doesn't exist. I downgraded to the most recent kernel version I had working; same issue. I have done a full re-clone, no effect.
The text was updated successfully, but these errors were encountered:
You have to use insmod since modprobe searches elsewhere for the module.
If you want to use the module on every boot you'll need to add insmod /path/to/the/module.ko to the init scripts somewhere, /etc/rc.local might work depending on your distro.
KobaKoNvidia
pushed a commit
to KobaKoNvidia/acpi_call
that referenced
this issue
Jul 3, 2024
After kernel update, acpi_call module fails to load. Modprobe reports that it doesn't exist. I downgraded to the most recent kernel version I had working; same issue. I have done a full re-clone, no effect.
The text was updated successfully, but these errors were encountered: