** Changed in: linux (Ubuntu)
Importance: Undecided => Medium
** Changed in: linux (Ubuntu)
Status: Confirmed => Triaged
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1740736
Title:
The it87.ko driver is too old and does not support newer chipsets
(such as Z370).
Status in linux package in Ubuntu:
Triaged
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://github.com/groeck/it87.git
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://answers.launchpad.net/ubuntu/+question/662421
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://github.com/groeck/it87; unfortunately both Ubuntu's new LTS
Bionic and Torvalds' repositories have got an outdated version of this
driver (and possible lm_sensors itself):
*
http://kernel.ubuntu.com/git/ubuntu/ubuntu-bionic.git/tree/drivers/hwmon/it87.c
* https://github.com/torvalds/linux/blob/master/drivers/hwmon/it87.c
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://github.com/groeck/lm-sensors/issues/44
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1740736/+subscriptions
--
Mailing list: https://launchpad.net/~kernel-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp