You are not logged in.

#1 2009-07-21 20:03:12

vit
Member
Registered: 2008-12-28
Posts: 79

AMD K10 cpu thermal sensor

Does anybody know about K10 thermal sensor support in lm_sensors? In theis svn changes it's listed in 3.0.0-rc2 (http://lm-sensors.org/svn/lm-sensors/trunk/CHANGES), but I have no modules in my Arch x86_64.
Where could be the problem?

Offline

#2 2009-07-22 20:25:13

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: AMD K10 cpu thermal sensor

So after the booting method can't it work ? What's the error message when you try, or what's in the syslog? Why do you think the only reason just the missing module can be?

Offline

#3 2009-07-22 20:30:33

Skripka
Member
From: 2X1280X1024
Registered: 2009-02-19
Posts: 555

Re: AMD K10 cpu thermal sensor

vit wrote:

Does anybody know about K10 thermal sensor support in lm_sensors? In theis svn changes it's listed in 3.0.0-rc2 (http://lm-sensors.org/svn/lm-sensors/trunk/CHANGES), but I have no modules in my Arch x86_64.
Where could be the problem?

There is no K10 driver yet for lm_sensors.  That is why it doesn't work.  Detection of a K10 CPU works fine as per the page you linked to-but without a driver to talk to the thermostats, you won't get any data.

Look at the AMD listing on this page: http://lm-sensors.org/wiki/Devices for more details.

Last edited by Skripka (2009-07-22 20:32:33)

Offline

#4 2009-07-25 11:35:57

vit
Member
Registered: 2008-12-28
Posts: 79

Re: AMD K10 cpu thermal sensor

Found working module and made these: http://aur.archlinux.org/packages.php?ID=28734

Offline

#5 2009-07-25 11:42:01

Skripka
Member
From: 2X1280X1024
Registered: 2009-02-19
Posts: 555

Re: AMD K10 cpu thermal sensor

vit wrote:

Found working module and made these: http://aur.archlinux.org/packages.php?ID=28734

Ooooo...   My PhenomII720 and I thank you big_smile

Offline

#6 2009-07-25 14:51:02

Skripka
Member
From: 2X1280X1024
Registered: 2009-02-19
Posts: 555

Re: AMD K10 cpu thermal sensor

vit wrote:

Found working module and made these: http://aur.archlinux.org/packages.php?ID=28734

I installed the package, and sensors-detect says:

Some south bridges, CPUs or memory controllers contain embedded sensors.
Do you want to scan for them? This is totally safe. (YES/no): y         
Silicon Integrated Systems SIS5595...                       No          
VIA VT82C686 Integrated Sensors...                          No          
VIA VT8231 Integrated Sensors...                            No          
AMD K8 thermal sensors...                                   No          
AMD K10 thermal sensors...                                  Success!    
    (driver `to-be-written')                                            
Intel Core family thermal sensor...                         No          
Intel AMB FB-DIMM thermal sensor...                         No          
VIA C7 thermal and voltage sensors...                       No     

...snip...

Driver `to-be-written':
  * Chip `AMD K10 thermal sensors' (confidence: 9)

Note: there is no driver for AMD K10 thermal sensors yet.
Check http://www.lm-sensors.org/wiki/Devices for updates.

And lm_sensors still gives no thermal readings.

Offline

#7 2009-07-25 18:02:53

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: AMD K10 cpu thermal sensor

Note: there is no driver for AMD K10 thermal sensors yet.
Check http://www.lm-sensors.org/wiki/Devices for updates.

Maybe it's in the early phase. hm... interesting, can you ask from the author/vendor too ?

Offline

#8 2009-07-25 18:16:10

Skripka
Member
From: 2X1280X1024
Registered: 2009-02-19
Posts: 555

Re: AMD K10 cpu thermal sensor

djszapi wrote:

Note: there is no driver for AMD K10 thermal sensors yet.
Check http://www.lm-sensors.org/wiki/Devices for updates.

Maybe it's in the early phase. hm... interesting, can you ask from the author/vendor too ?

That driver has been in testing for over a year, and the patch was provided in an email attachment from the author...which the AUR package should have added to lm_sensors.

From this email string:

http://lists.lm-sensors.org/pipermail/l … 24308.html

Last edited by Skripka (2009-07-25 18:16:52)

Offline

#9 2009-07-25 19:38:55

vit
Member
Registered: 2008-12-28
Posts: 79

Re: AMD K10 cpu thermal sensor

To make this work:
1. Install package
2. Load module k10temp (modprobe k10temp) and if you want it permanently add to rc.conf.
3. Rus "sensors" and check if it's working.

Actually I don't know how to modify sensors-detect to say it knows the sensor. But if you insert the module and run "sensors" it reads info from it and display that (I checked if it's working - it increases the temperature with CPU load and then decreases it. But absolute temperature value haven't been tested). I think it's a bit easier to make this module then creating a separate lm_sensors package with this patch.

Last edited by vit (2009-07-25 19:56:10)

Offline

#10 2009-07-25 21:35:43

Skripka
Member
From: 2X1280X1024
Registered: 2009-02-19
Posts: 555

Re: AMD K10 cpu thermal sensor

vit wrote:

To make this work:
1. Install package
2. Load module k10temp (modprobe k10temp) and if you want it permanently add to rc.conf.
3. Rus "sensors" and check if it's working.

Actually I don't know how to modify sensors-detect to say it knows the sensor. But if you insert the module and run "sensors" it reads info from it and display that (I checked if it's working - it increases the temperature with CPU load and then decreases it. But absolute temperature value haven't been tested). I think it's a bit easier to make this module then creating a separate lm_sensors package with this patch.

Bingo-you need to load the module manually/add to rc.conf to get it working.

It only outputs CPU temp, and no fan speeds...but it is better than nada.

Last edited by Skripka (2009-07-25 21:42:22)

Offline

#11 2009-07-26 04:09:21

vit
Member
Registered: 2008-12-28
Posts: 79

Re: AMD K10 cpu thermal sensor

Fan speed are controled by other chip. On my it's shown after "sensors-detect".

Last edited by vit (2009-07-26 04:11:56)

Offline

Board footer

Powered by FluxBB