From: Werner Goebl <werner.goebl@mail.mcgill.ca>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] dme1737 module
Date: Sun, 16 Dec 2007 22:41:59 +0000 [thread overview]
Message-ID: <4765A9B7.5030106@mail.mcgill.ca> (raw)
In-Reply-To: <191fb4ca0708220911q4affac9flb4bca592c3ba3850@mail.gmail.com>
Dear Juerg,
I am running Gutsy on an Optiplex 745 (Kernel 2.6.22-14,
Intel Q965 chipset) and in order to quiet my always spinning
fan, I wanted to add the dme1737 module to my old kernel.
So, I did what you suggested (copy dmel1713.c + create
Makefile).
When I type "make" it says:
"make: Nothing to be done for `all'."
BTW: You mention to have "the kernel headers intalled to be
able to compile". Are you referring to "Kconfig" and
"Makefile" in
/usr/src/linux-headers-2.6.22-14/drivers/hwmon? (which I
updated according to
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h”31996f55f8a3c04cdcb63895cf7661e135fadb
Thanks for your patience!!
Werner
---------------------------------------------
From: Juerg Haefliger <juergh <at> gmail.com>
Subject: Re: dme1737 module
Newsgroups: gmane.linux.drivers.sensors
Date: 2007-08-22 16:11:13 GMT (16 weeks, 4 days, 5 hours and
35 minutes ago)
Hi Juergen,
I'm copying the list so others can profit.
> Dear Juerg,
>
> I own a barebone made by asus which needs the dme1737
module for lm-sensors to
> work correctly. Since it had been included in kernel
2.6.23 and I am running 2.6.18 (from
> debian etch) I was wondering if there is a stand alone
version of the module, that I could
> compile for my kernel? Is there any way to use it with
2.6.18?
Copy the file dme1737.c from the 2.6.23 kernel to a temp
directory and
create a Makefile in the same directory that contains the
following
lines:
obj-m := dme1737.o
all:
make -C /lib/modules/`uname -r`/build M=$(PWD) modules
Then run 'make' which will compile the module. You also need
to have
the kernel headers installed to be able to compile.
Additionally, you will also need the latest 'lm-sensors' package
(2.10.4 ) or the dme1737 will not be recognized.
Let me know if you need additional help.
...juerg
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
next prev parent reply other threads:[~2007-12-16 22:41 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-22 16:11 [lm-sensors] dme1737 module Juerg Haefliger
2007-08-27 20:48 ` Juergen.Bausa
2007-08-27 21:26 ` Juerg Haefliger
2007-08-27 22:56 ` Kushal Koolwal
2007-08-28 6:29 ` Juergen Bausa
2007-08-28 15:07 ` Juerg Haefliger
2007-09-02 12:57 ` Juergen Bausa
2007-09-02 17:47 ` Jean Delvare
2007-09-04 12:16 ` Juergen Bausa
2007-09-04 18:54 ` Juerg Haefliger
2007-09-04 19:07 ` Juerg Haefliger
2007-09-05 18:10 ` Juergen Bausa
2007-09-05 18:23 ` Juergen Bausa
2007-09-06 9:53 ` Jean Delvare
2007-09-06 19:20 ` Juergen Bausa
2007-09-07 3:01 ` Juerg Haefliger
2007-09-08 13:41 ` Juerg Haefliger
2007-09-09 15:20 ` Jean Delvare
2007-09-12 13:27 ` Juergen Bausa
2007-09-12 19:14 ` Juerg Haefliger
2007-09-12 21:56 ` Jean Delvare
2007-09-12 22:06 ` Juerg Haefliger
2007-09-13 20:54 ` Juergen Bausa
2007-09-14 3:37 ` Juerg Haefliger
2007-10-01 18:45 ` Juerg Haefliger
2007-12-16 22:41 ` Werner Goebl [this message]
2007-12-17 19:14 ` Juerg Haefliger
2007-12-19 17:38 ` Juerg Haefliger
2007-12-19 19:21 ` Werner Goebl
2007-12-19 19:23 ` Juerg Haefliger
2007-12-19 20:34 ` Werner Goebl
2007-12-19 21:08 ` Juerg Haefliger
2007-12-19 21:26 ` Werner Goebl
2007-12-19 22:04 ` Juerg Haefliger
2007-12-19 22:24 ` Werner Goebl
2007-12-19 22:43 ` Juerg Haefliger
2007-12-19 23:26 ` Werner Goebl
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=4765A9B7.5030106@mail.mcgill.ca \
--to=werner.goebl@mail.mcgill.ca \
--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.