All of lore.kernel.org
 help / color / mirror / Atom feed
From: r.marek@assembler.cz (Rudolf Marek)
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] CPU temperature(s) of Conroe
Date: Sat, 09 Dec 2006 20:47:32 +0000	[thread overview]
Message-ID: <457B20E4.8080701@assembler.cz> (raw)
In-Reply-To: <loom.20061123T125301-366@post.gmane.org>

Hi,

*Is here some SuSE user around willing to help Ulrich with compilation please?*

Ulrich, kernel compilation is not what the beginners should face, if you wait
few months and then install new Suse (or update) then your system should have
the drivers and everything should be ok.

Your problem is in two places, you need to update the lm-sensors package first.
And then modify the kernel to replace the W83627EHF driver and patch the
coretemp driver.


As for the update:
We agreed with Khali that best is to do

make user_install

(so the libraries and utils will be 2x in fs)

So, please take the lm-sensors 2.10.1

unpack it, install libsysfs developement package, and issue following command:

cd directory_where_it_is
make user_install

Then make sure that new utils are linked with correct (new) library:

ldd /usr/local/bin/sensors

ldd /usr/local/bin/sensors
        libsensors.so.3 => /usr/local/lib/libsensors.so.3 (0x00002b55b27ef000)
        libc.so.6 => /lib/libc.so.6 (0x00002b55b2948000)
        libm.so.6 => /lib/libm.so.6 (0x00002b55b2b85000)
        libsysfs.so.2 => /lib/libsysfs.so.2 (0x00002b55b2d07000)
        /lib64/ld-linux-x86-64.so.2 (0x00002b55b26d7000)

You should check first line if it is same as mine.

This is *UNFINISHED* how to compile the kernel, you may try some steps,
hopefully someone SUSE skilled will help about this:

(here is some semi guide, dont follow it just read it
http://en.opensuse.org/Setting_up_VMware_on_SUSE_Linux)

Generally you need

0) install GNU make, gcc, ncurses devel,
1) get kernel source package (2.6.18?) and kernel-syms
2) it will be extracted to directory /usr/src/linux
3) Then get this file:
http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20060906/b139bc4d/attachment-0001.obj

Rename it to w83627ehf.c and overwrite file in the /usr/src/linux/hwmon/

PI) get all patches for coretemp driver, use patch < ... to change the source.

You may skip this step, right now, lets try to compile the kernel with modified
EHF driver.

4) return to /usr/src/linux directory
5) issue make cloneconfig
6) issue make menuconfig

You should now see a menu, go to device drivers / hardware monitoring, find
W83627EHF and check if there is <M> symbol.

7) recompile and install kernel, Any suse user tell what exactly needs to be
done here?

I'm sorry about my support, but to give you detailed instructions would take me
a lot of time (because I'm not a SUSE user), and unfortunately I dont have it
right now. I hope that other members of the list will help.

Rudolf


  parent reply	other threads:[~2006-12-09 20:47 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-23 11:59 [lm-sensors] CPU temperature(s) of Conroe Ulrich Kessler
2006-11-24 12:57 ` Rudolf Marek
2006-11-24 15:04 ` Ulrich Keßler
2006-11-25 11:54 ` Rudolf Marek
2006-11-27  9:14 ` Ulrich Keßler
2006-11-27 17:02 ` Till Harbaum
2006-11-28 15:35 ` Ulrich Keßler
2006-12-06  3:44 ` * *
2006-12-09 20:47 ` Rudolf Marek [this message]
2006-12-09 21:30 ` Christian Mahr
2006-12-12  8:52 ` Ulrich Keßler
2006-12-12 23:13 ` Christian Mahr
2006-12-15 15:58 ` Ulrich Keßler
2006-12-15 17:13 ` Ulrich Keßler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=457B20E4.8080701@assembler.cz \
    --to=r.marek@assembler.cz \
    --cc=lm-sensors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.