LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   lm-sensors does not detect intel gpu (https://www.linuxquestions.org/questions/linux-software-2/lm-sensors-does-not-detect-intel-gpu-4175585339/)

seasons 07-27-2016 05:43 AM

Quote:

Originally Posted by 273 (Post 5580411)
My take on it is that somebody saw the "PCI temperature" and thought, for some reason, it was the temperature of the onboard video as they couldn't think what else it could be. I am just guessing though.

That would be my guess too. I think OP really needs to give links..

Quote:

Originally Posted by naikin
Just searched the internet and saw that other ppl are able to monitor their intel GPUs using lm-sensors.

Depending on how old the systems in use are, that may make sense as the GPU used to be built into the system chipset (or northbridge on even older systems) rather than the CPU. Again, please give specific links if you really think they are seeing a temp from a GPU integrated into the CPU

Quote:

Originally Posted by 273
Edit: Sorry, upon further reading I see that you did scan everything.

Yes, the OP scanned the PCI bus, but because this is a Skylake (Sunrise Point chipset) system, sensors-detect isn't quite up-to-date enough to handle it completely:
Code:

Found unknown SMBus adapter 8086:a123 at 0000:00:1f.4.
Adding this block of code to the PCI definitions section of /usr/sbin/sensors-detect would probably allow it to scan the bus (though I have no idea whether that would result in additional output from sensors command).
** USE AT OWN RISK **
Code:

}, {
                vendid  => 0x8086,
                devid  => 0xA123,
                procid  => "Intel Sunrise Point (PCH)",
                driver  => "i2c-i801",

sensors-detect also gave this error, but googling didn't give me any clues as to what kind of sensor it is:
Code:

Trying family `SMSC'... Yes
Found unknown chip with ID 0x1d00



All times are GMT -5. The time now is 01:13 PM.