You are not logged in.
Pages: 1
I would like to know if this module is loaded by default or should i modprobe it?
Discovered it when installing thinkfan and noticed that my thinkpad t490 got quieter after loading the module.
Am i missing something?
Last edited by ape_din (2024-08-25 19:40:55)
Offline
It should get autoloaded if the globs in the first output match any of the modaliases in the other two
modinfo thinkpad_acpi | grep alias
cat /sys/bus/acpi/devices/*/modalias
cat /sys/class/dmi/id/modaliasYou can just boot the system cold and check "lsmod | grep think" to see whether it's already loaded at this point.
Offline
Pages: 1