lm-sensors / lm-sensors

lm-sensors repository
https://hwmon.wiki.kernel.org/
GNU General Public License v2.0
898 stars 268 forks source link

asus rog strix scar 3 g731gv support #210

Open azamet90 opened 4 years ago

azamet90 commented 4 years ago

this program i did install from kali repo but it is not detecting my fan!? can you please help me about that? edit: now i tryed github version but result is same:

sensors
coretemp-isa-0000
Adapter: ISA adapter
Package id 0:  +44.0°C  (high = +100.0°C, crit = +100.0°C)
Core 0:        +41.0°C  (high = +100.0°C, crit = +100.0°C)
Core 1:        +43.0°C  (high = +100.0°C, crit = +100.0°C)
Core 2:        +44.0°C  (high = +100.0°C, crit = +100.0°C)
Core 3:        +41.0°C  (high = +100.0°C, crit = +100.0°C)
Core 4:        +41.0°C  (high = +100.0°C, crit = +100.0°C)
Core 5:        +43.0°C  (high = +100.0°C, crit = +100.0°C)

iwlwifi-virtual-0
Adapter: Virtual device
temp1:        +33.0°C  

BAT0-acpi-0
Adapter: ACPI interface
in0:          15.68 V  

acpitz-acpi-0
Adapter: ACPI interface
temp1:        +43.0°C  (crit = +103.0°C)

pch_cannonlake-virtual-0
Adapter: Virtual device
temp1:        +48.0°C 

pwmconfig

pwmconfig
# pwmconfig version 3.6.0+git
This program will search your sensors for pulse width modulation (pwm)
controls, and test each one to see if it controls a fan on
your motherboard. Note that many motherboards do not have pwm
circuitry installed, even if your sensor chip supports pwm.

We will attempt to briefly stop each fan using the pwm controls.
The program will attempt to restore each fan to full speed
after testing. However, it is ** very important ** that you
physically verify that the fans have been to full speed
after the program has completed.

/usr/local/sbin/pwmconfig: There are no pwm-capable sensor modules installed
azamet90 commented 4 years ago

this is funny that someone is removing my postings

azamet90 commented 4 years ago

yeah after 25 days later if still no one saying anything means this tool already dead

olysonek commented 4 years ago

The tool is absolutely not dead. There's just noone around who would provide free support for it.

What you're describing is most likely not a lm_sensors bug. It's either caused by a kernel bug, misconfiguration or an issue on the HW side. Therefore it's a support request and I feel no obligation (and have no time) to respond to those.

azamet90 commented 4 years ago

The tool is absolutely not dead. There's just noone around who would provide free support for it.

What you're describing is most likely not a lm_sensors bug. It's either caused by a kernel bug, misconfiguration or an issue on the HW side. Therefore it's a support request and I feel no obligation (and have no time) to respond to those.

the funny thing is that kali linux 2019.4 is giving the installation of distro with lm-sensor pre installed :) but i think this tool is working only on laptop models from 2010 maybe :D

aaronsb commented 4 years ago

Try updating GRUB config with the line: GRUB_CMDLINE_LINUX_DEFAULT="acpi_enforce_resources=lax"

It might allow modprobe to load additional drivers revealing more sensors.

RonnySvedman commented 3 years ago

Asus products are very often using ITE superio chips, which have a long history of being tricky to support due to no specs available. look at the output of sensors-config. Try modprobe it87, and /or compiling it87 from unofficial beta sources [https://github.com/a1wong/it87] or if you find newer ones in some other fork.