The it87.ko driver is too old and does not support newer chipsets (such as Z370).
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
Summary: Thermal sensors are not accessible due to being unsupported by the it87.ko module in linux-image-extra which does not include the it8686 model line among others..
Expected behavior:
$ journalctl | grep it87:
Apr 20 21:36:00 lakshmi kernel: it87: it87 driver version v1.0-38-g948ad8d
Apr 20 21:36:00 lakshmi kernel: it87: Found IT8686E chip at 0xa40, revision 2
Apr 20 21:36:00 lakshmi kernel: it87: Beeping is supported
Apr 20 21:36:00 lakshmi kernel: it87: Found IT8792E/IT8795E chip at 0xa60, revision 3
Apr 20 21:36:00 lakshmi kernel: it87: Beeping is supported
Actual behavior:
$ journalctl | grep it87:
Apr 20 20:56:31 lakshmi kernel: it87: Found IT8733E chip at 0xa60, revision 3
Apr 20 20:56:31 lakshmi kernel: it87: Beeping is supported
Reproducing:
sudo modprobe it87
journalctl | grep it87:
Apr 20 20:56:31 lakshmi kernel: it87: Found IT8733E chip at 0xa60, revision 3
Apr 20 20:56:31 lakshmi kernel: it87: Beeping is supported
...
sudo rmmod it87
git clone https:/
cd it87/
make
sudo make install
sudo modprobe it87
$ journalctl | grep it87:
Apr 20 21:36:00 lakshmi kernel: it87: it87 driver version v1.0-38-g948ad8d
Apr 20 21:36:00 lakshmi kernel: it87: Found IT8686E chip at 0xa40, revision 2
Apr 20 21:36:00 lakshmi kernel: it87: Beeping is supported
Apr 20 21:36:00 lakshmi kernel: it87: Found IT8792E/IT8795E chip at 0xa60, revision 3
Apr 20 21:36:00 lakshmi kernel: it87: Beeping is supported
Details:
$ uname -rsv
Linux 4.15.0-15-generic #16-Ubuntu SMP Wed Apr 4 13:58:14 UTC 2018
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu Bionic Beaver (development branch)
Release: 18.04
Codename: bionic
$ sudo dmidecode |grep -i product | uniq
Product Name: AX370-Gaming 5
Background:
Filed a bug report as per question: https:/
I'm trying to run lm_sensors on my brand new motherboard (Gigabyte Technology Co., Ltd. Z370 AORUS Ultra Gaming-CF) using the Z370 chipset, and according to the author/maintainer of lm_sensors/it87 driver, fan controls would be supported by chip it8686.
Currently such chip is supported only in it87 version https:/
* http://
* https:/
Can you please update Bionic (at least) to feature this updated driver?
Controlling fans speed and other motherboard parameters would be great, especially on new hardware.
Thanks!
Full discussion thread with driver maintainer here: https:/
description: | updated |
affects: | ubuntu → linux (Ubuntu) |
description: | updated |
Changed in linux (Ubuntu): | |
importance: | Undecided → Medium |
status: | Confirmed → Triaged |
Changed in linux (Ubuntu): | |
status: | Expired → Confirmed |
importance: | Medium → Wishlist |
A recent mobo/chipset also need to use a recent kernel: here at least 4.13 /www.mjmwired. net/kernel/ Documentation/ hwmon/it87
https:/