Package Details: it87-dkms-git 301.8dd7f65-1

Git Clone URL: https://aur.archlinux.org/it87-dkms-git.git (read-only, click to copy)
Package Base: it87-dkms-git
Description: Linux Driver for ITE LPC chips
Upstream URL: https://github.com/frankcrawford/it87
Keywords: driver IT87 sensor thermal
Licenses: GPL
Conflicts: it87-frankcrawford-dkms-git
Provides: it87
Submitter: codeworkx
Maintainer: nicholascw
Last Packager: codebling
Votes: 51
Popularity: 0.83
First Submitted: 2017-03-30 17:34 (UTC)
Last Updated: 2025-10-03 16:51 (UTC)

Dependencies (2)

Sources (3)

Pinned Comments

iusearch999 commented on 2025-07-02 10:58 (UTC) (edited on 2025-07-02 10:58 (UTC) by iusearch999)

Had to create two additional configs to get it working on boot:

echo "it87" | sudo tee /etc/modules-load.d/it87.conf
echo "options it87 ignore_resource_conflict=1" | sudo tee /etc/modprobe.d/it87.conf

This is on endeavourOS btw - not sure if the issue is specific to that.

codebling commented on 2021-02-21 09:06 (UTC)

TL;DR for those running linux 5.11 - you need to install the pahole package if this package won't build. (see comments below for more details)

codebling commented on 2020-10-23 15:36 (UTC)

I've updated this package to use the frankcrawford (most developed fork) upstream and am removing the it87-frankcrawford-dkms-git package.

If you find another repo on GitHub that is more up to date, please comment.

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9

txtsd commented on 2018-03-16 04:56 (UTC) (edited on 2018-03-16 04:56 (UTC) by txtsd)

Could you fix this error, please? I'm running linux-ryzen-amd-staging-drm-next-git for a kernel.

==> dkms remove it87/138.948ad8d -k 4.16.0-rc1-61deb7d0dddd
rmdir: failed to remove directory 'extramodules': Not a directory

mati865 commented on 2018-01-18 09:45 (UTC) (edited on 2018-01-19 12:12 (UTC) by mati865)

Upstream added dkms.conf overriding one provided in this package and it doesn't work for Arch, proposed fix: https://hastebin.com/zoyasunuli.pl

Buddlespit commented on 2017-09-18 18:56 (UTC)

Modules load just fine, helps greatly with sensors on a Ryzen. Small issue with the dkms removal: "(1/1) Remove DKMS modules ==> dkms remove it87/90.21b0f8c -k 4.12.10-2-zen rmdir: failed to remove directory 'extramodules': Not a directory ==> dkms remove nvidia/384.69 -k 4.12.10-2-zen ==> dkms remove r8168/8.044.02 -k 4.12.10-2-zen :: Processing package changes..." The rmdir command seems to be looking for something that is not there. Such a minor annoyance that it took me a couple of months to say something. Fix it or not, it's up to you and I can live with it (until my ocd kicks in)

xpander commented on 2017-04-09 08:10 (UTC)

thank you for the package, seems to work nicely :)