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.
Pinned Comments
codebling commented on 2021-02-21 09:06 (UTC)
TL;DR for those running
linux
5.11 - you need to install thepahole
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.