Skip to content

Instantly share code, notes, and snippets.

@stepin
Created March 9, 2023 14:27
Show Gist options
  • Save stepin/7d07405ce7d93f21414a7d0516216c33 to your computer and use it in GitHub Desktop.
Save stepin/7d07405ce7d93f21414a7d0516216c33 to your computer and use it in GitHub Desktop.
U59 sensors
chip "it8613-*"
ignore in0
ignore in1
ignore in2
ignore in4
ignore in5
label fan2 "SYS1 Fan"
label temp2 "MB Temp"
ignore temp1
ignore temp3
ignore intrusion0
set fan2_min 0
set temp2_min 0
set temp2_max 60
set temp2_crit 70
dnf -y install git make kernel-headers lm_sensors
dnf -y groupinstall 'Development Tools'
git clone https://github.com/a1wong/it87.git
cd it87/
make clean
make
make install
modprobe it87
sensors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment