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 2 3 4 5 6 7 8 9 Next › Last »

ak2021 commented on 2021-07-26 15:36 (UTC)

This version of it87 worked for me for Gigabyte Aorus Master x570 on Pop_OS https://github.com/hannesha/it87/releases/tag/v1 When I install it87-dkms-git on Arch Linux the it87 sensors disappears.

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 2021-02-21 09:04 (UTC)

@javum I think pahole will be added as a dependency to linux-headers but it doesn't look like that has been done yet (it is still only listed as makedepends). Work around for now is to just manually install pahole. Hopefully this will be fixed by the time 5.11 moves into 'Core' from 'Testing'.

javum commented on 2021-02-18 09:53 (UTC) (edited on 2021-02-18 09:55 (UTC) by javum)

The build log is rewritten after successful build, but error was the same as here: https://bugs.archlinux.org/task/69654

codebling commented on 2021-02-18 07:56 (UTC) (edited on 2021-02-18 07:57 (UTC) by codebling)

@javum it doesn't make sense to me that pahole would be required, as the PKGBUILD does not require it to build and upstream makefile does not seem to generate a debug build or use any tools from that package, but I will check later today. Thanks for letting me know. Please post the exact error message you are receiving

javum commented on 2021-02-18 07:13 (UTC)

It requires pahole package for building, but earlier it was built without this package.

codebling commented on 2021-02-18 06:50 (UTC) (edited on 2021-02-18 06:51 (UTC) by codebling)

@javum can you be more specific? I can update to 5.11 later today but more details would be nice. Please post any error messages you receive

javum commented on 2021-02-18 06:06 (UTC) (edited on 2021-02-18 07:10 (UTC) by javum)

Not working on 5.11 by default, additionaly requires pahole package

codebling commented on 2020-12-23 22:46 (UTC)

Following up with @ifrit05 on Github