Package Details: i8kutils 1.60-1

Git Clone URL: https://aur.archlinux.org/i8kutils.git (read-only, click to copy)
Package Base: i8kutils
Description: Fan control for Dell laptops
Upstream URL: https://github.com/Wer-Wolf/i8kutils
Licenses: GPL3
Submitter: ilpianista
Maintainer: alllexx88
Last Packager: alllexx88
Votes: 47
Popularity: 0.005731
First Submitted: 2015-01-24 11:10 (UTC)
Last Updated: 2026-02-13 13:18 (UTC)

Dependencies (4)

Required by (2)

Sources (1)

Latest Comments

1 2 3 4 Next › Last »

alllexx88 commented on 2026-02-13 13:19 (UTC)

@gake agree, thanks. @d3vilguard sorry for my super late response, I think you're right: made acpi a mandatory dependency.

gake commented on 2026-02-13 11:10 (UTC)

Upstream url should be changed to the actual repo https://github.com/Wer-Wolf/i8kutils

d3vilguard commented on 2024-03-14 13:10 (UTC)

Should be noted that acpi is very much so not a (optional) dep if one wants to use i8kmon as a service. Service will fail without it. I'd suggest making it into a normal dep :)

markboston commented on 2023-05-29 19:54 (UTC)

this should really be switched for the version on github. this is horribly years out of date and won't work on new systems.

Andrei_Korshikov commented on 2022-10-03 21:08 (UTC)

Version 1.44 works on kernel 5.19 (laptop Dell Inspiron 13 5378 and kernel 5.19.12-zen1-1-zen in my case). You can get it here: https://github.com/Wer-Wolf/i8kutils

Keridos commented on 2022-06-01 07:07 (UTC)

On Kernel 5.18 this does not work anymore since the i8k proc interface (which was deprecated) was removed from the arch kernel. So currently it does not work using the latest kernel, need to keep using a kernel <5.18

More info here: https://github.com/vitorafsr/i8kutils/issues/34

adriaticc commented on 2019-07-16 02:17 (UTC)

I just want to point out that the included i8kmon.service is not the one installed by the PKGBUILD.

pappl commented on 2019-04-03 17:15 (UTC) (edited on 2019-04-04 15:55 (UTC) by pappl)

I'm using dell-bios-fan-control in addition to disable BIOS fan control.

Must do:

/etc/modprobe.d/i8k.conf ->editor input-> options i8k force=1

In /etc/modules-load.d/i8k.conf ->editor input-> i8k

Then i8kutils fan control service starts at boot.

Would be great if this is done when installing.

Else must do a >>> sudo modprobe i8k force=1 <<< every reboot to work: systemctl status i8kmon

       ● i8kmon.service - Dell laptop thermal monitoring

          Loaded: loaded (/usr/lib/systemd/system/i8kmon.service; enabled; vendor

       preset: disabled) Active: inactive (dead)

       Condition: start condition failed at Wed 2019-04-03 19:10:38 CEST; 27s ago

       └─ ConditionPathExists=/proc/i8k was not met

:(

pappl commented on 2019-03-29 21:25 (UTC)

How to autostart this properly on Manjaro XFCE?