Ok this is what I have found with the liquorix kernel installed .Linux mx-19 5.5.0-3.2-liquorix-amd64 #1 ZEN SMP PREEMPT liquorix 5.5-6~mx19+1 (2020-02-14) x86_64 GNU/Linux.. On MX-19.1 AHS + Nvidia 440.59
The GPIO driver is now installed.
From : /boot/config-5.5.0-3.2-liquorix-amd64
Code: Select all
#
# Port-mapped I/O GPIO drivers
#
CONFIG_GPIO_F7188X=m
CONFIG_GPIO_IT87=m
CONFIG_GPIO_SCH=m
CONFIG_GPIO_SCH311X=m
CONFIG_GPIO_WINBOND=m
CONFIG_GPIO_WS16C48=m
# end of Port-mapped I/O GPIO drivers
And the sensors are working
Code: Select all
mx-19 * 27 files = 700K ~ >$sensors
it8665-isa-0290
Adapter: ISA adapter
in0: +1.20 V (min = +2.04 V, max = +1.38 V)
in1: +2.50 V (min = +0.84 V, max = +2.25 V)
in2: +2.04 V (min = +2.38 V, max = +2.50 V)
in3: +2.00 V (min = +0.93 V, max = +1.65 V)
in4: +0.03 V (min = +2.68 V, max = +1.10 V)
in5: +0.03 V (min = +1.34 V, max = +2.20 V)
in6: +0.03 V (min = +2.57 V, max = +1.21 V)
3VSB: +3.31 V (min = +2.66 V, max = +4.42 V)
Vbat: +3.23 V
+3.3V: +3.33 V
fan1: 1218 RPM (min = 34 RPM)
fan2: 725 RPM (min = 11 RPM)
fan5: 0 RPM (min = -1 RPM) ALARM
fan6: 2008 RPM (min = -1 RPM)
temp1: +50.0°C (low = -91.0°C, high = -24.0°C)
temp2: +45.0°C (low = -5.0°C, high = -2.0°C) sensor = thermistor
temp3: +47.0°C (low = -65.0°C, high = -113.0°C) sensor = thermistor
temp4: +47.0°C (low = -44.0°C, high = +127.0°C) sensor = thermistor
temp5: +47.0°C (low = +63.0°C, high = +125.0°C) sensor = thermistor
temp6: +47.0°C (low = +37.0°C, high = -13.0°C) sensor = thermistor
intrusion0: ALARM
k10temp-pci-00c3
Adapter: PCI adapter
Tdie: +50.4°C (high = +70.0°C)
Tctl: +50.4°C
I installed these first Linux ASUS WMI Sensor driver from here:
https://github.com/electrified/asus-wmi-sensors You could try just installing Liquorix first and see if all works. If all works good, if not then install these.. Asus is the key here.
The below seems a bit to old 4 years but I could be wrong too. They could be the same as above I just don't know.
https://ubuntuforums.org/showthread.ph ... st13802103
Code: Select all
echo "it87" | sudo tee -a /etc/modules #if you haven't done this already
sudo apt-get install git dkms build-essential linux-headers-generic #you may have some of these already
cd ~/ #use whichever directory you want
git clone https://github.com/a1wong/it87.git
cd it87/
sudo make dkms
sensors
I can tell you this much if your sensors are not detected this is all you will see.
Code: Select all
$sensors
k10temp-pci-00c3
Adapter: PCI adapter
Tdie: +50.4°C (high = +70.0°C)
Tctl: +50.4°C
Main : MX 19.1-AHS (i3) 5.4.13-1~mx19+1, Asus B450-i AMD 5 3600 , 32gb Hyper-X 3200 , GTX970 .

Lenovo T430 : Debian10 antiX17 (i3) , 4.20.12 , i5 , 12gb .
Lenovo X220 : Test Machine (ATM)