knoppmyth.net Forum Index knoppmyth.net
The home of KnoppMyth.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[solved] Getting sensors to work for MSI PSNG mobo

 
Post new topic   Reply to topic    knoppmyth.net Forum Index -> Installation
View previous topic :: View next topic  
Author Message
marc.aronson



Joined: 18 Jan 2005
Posts: 1288
Location: California

PostPosted: Fri Sep 12, 2008 8:20 am    Post subject: [solved] Getting sensors to work for MSI PSNG mobo Reply with quote

I am trying to get either lm_sensors or mbmon to work with my new MSI PSNG mobo and the intel E8400 CPU. mbmon tells me "No Hardware Monitor found!!"; sensors tells me
Code:
No sensors found!
Make sure you loaded all the kernel drivers you need.
Try sensors-detect to find out which these are.

I ran sensors-detect and it wants to load the following two modules:
Code:
f71882fg
coretemp

Unfortunately, f71882fg.ko cannot be found. I've done some searching on that puppy, downloaded the source, compiled it, copied it to the same directory that coretemp.ko is in, but when I try to "modprobe f71882fg" I get "FATAL: Module f71882fg not found."

Any help in getting this to work would be appreciated.

marc


Last edited by marc.aronson on Fri Sep 12, 2008 12:54 pm; edited 1 time in total
Back to top
View user's profile Send private message
marc.aronson



Joined: 18 Jan 2005
Posts: 1288
Location: California

PostPosted: Fri Sep 12, 2008 11:24 am    Post subject: Reply with quote

Problem solved -- I followed the instructions here . As a convenience, I have copied the post here.

Marc

First, I downloaded the latest version of lm-sensors here
Next, I removed the current version of lm-sensors and installed packages needed. sensors-applet and hddtemp are optional. The former gives you a nifty sensor readout that you can add to any GNOME Panel. The latter is used to monitor disk temps and also works with sensors-applet to give you a readout on your HD temp alongside the other sensors.

Code:
sudo apt-get remove lm-sensors
sudo apt-get install curl libsensors3 libsensors-dev libsysfs2 libsysfs-dev bison flex make build-essential hddtemp sensors-applet


Extract the lm-sensors folder to your home dir. Now open up the folder and gedit Makefile. On line 42, remove the /local from the end of the line. Now you can:


Code:
make
sudo make install


Now, get the f71882 files and build it:

Code:
cd /usr/src; sudo mkdir fintek-devel; cd fintek-devel
curl http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20070624/4fef1169/attachment-0003.obj > fintek71882.c
curl http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20070624/4fef1169/attachment-0004.obj > sensors.conf
curl http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20070624/4fef1169/attachment-0005.obj > Makefile
make

Now, we have the kernel module, so let's move it to the proper place:

Code:
sudo mv fintek71882.ko /lib/modules/`uname -r`/kernel/drivers/hwmon/f71882fg.ko


We also need to make sure it loads at boot. My solution to this problem was to put the following line in the /etc/init.d/lm-sensors script, right after the initial comments (line 11):

Code:
insmod /lib/modules/`uname -r`/kernel/drivers/hwmon/f71882fg.ko


__________________
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    knoppmyth.net Forum Index -> Installation All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group