Activity log for bug #1740736

Date Who What changed Old value New value Message
2018-01-01 10:33:51 Emanem bug added bug
2018-01-01 10:35:37 Emanem description 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 net 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 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
2018-01-03 23:06:15 Janos Kis bug added subscriber Janos Kis
2018-02-21 16:59:36 Launchpad Janitor ubuntu: status New Confirmed
2018-03-09 07:28:24 Patrick Ohly bug added subscriber Patrick Ohly
2018-04-21 01:44:53 Knickers Brown affects ubuntu linux (Ubuntu)
2018-04-21 01:56:14 Knickers Brown description 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 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
2018-04-21 02:02:31 Knickers Brown summary Driver it87 and lm_sensors are too old and don't support newer chipsets (such as Z370). The it87.ko driver is too old and does not support newer chipsets (such as Z370).
2018-04-23 19:58:47 Joseph Salisbury linux (Ubuntu): importance Undecided Medium
2018-04-23 19:59:16 Joseph Salisbury linux (Ubuntu): status Confirmed Triaged
2018-09-27 21:34:53 Roberto Leinardi bug added subscriber Roberto Leinardi
2019-01-04 10:52:23 Mateusz Mikuła bug added subscriber Mateusz Mikuła
2019-01-14 10:46:33 Mario Splivalo bug added subscriber Mario Splivalo
2019-09-09 08:00:24 Anthony Wong linux (Ubuntu): status Triaged Incomplete
2019-11-18 04:17:32 Launchpad Janitor linux (Ubuntu): status Incomplete Expired
2019-11-20 00:19:45 LouieGosselin bug added subscriber LouieGosselin
2022-10-18 01:31:55 Kai-Heng Feng linux (Ubuntu): status Expired Confirmed
2022-10-18 01:31:57 Kai-Heng Feng linux (Ubuntu): importance Medium Wishlist