Open Pyntux opened 3 months ago
I have the same problem, Have you find a solution with systemd?
Yes, just put "options thinkpad_acpi fan_control=1" in kernel line of your bootloader...
On Tue, Aug 6, 2024, 18:21 Federico Ciresola @.***> wrote:
I have the same problem, Have you find a solution with systemd?
— Reply to this email directly, view it on GitHub https://github.com/cdown/zcfan/issues/31#issuecomment-2271672409, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAS6YV3VYGBK3ENGJZ3NM5LZQDZXJAVCNFSM6AAAAABLS5KIOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZRGY3TENBQHE . You are receiving this because you authored the thread.Message ID: @.***>
You need to regenerate the initramfs to include the .conf file. Try sudo mkinitcpio -P
on your terminal.
See notes on https://wiki.archlinux.org/title/Kernel_module#Using_files_in_/etc/modprobe.d/
This is solved :) On Debian you do not need to regenerate...
I do not know what can be problem, zcfan is installed from AUR, service enabled and the file:
/etc/modprobe.d/99-fancontrol.conf
is created with:
options thinkpad_acpi fan_control=1
systemctl status zcfan:
sudo zcfan:
P.S. When I put "thinkpad_acpi.fan_control=1" in kernel line of systemd-boot entry, everything works fine. Also everything works fine when manual load thinkpad_acpi module with fan_control=1 and than start zcfan.