All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans de Goede <j.w.r.degoede@hhs.nl>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] Andigilog driver by George Joseph
Date: Mon, 03 Nov 2008 08:36:01 +0000	[thread overview]
Message-ID: <490EB7F1.9040702@hhs.nl> (raw)
In-Reply-To: <Pine.LNX.4.64.0811022213310.5906@belenos.adsl.univie.ac.at>

[-- Attachment #1: Type: text/plain, Size: 734 bytes --]

Wolfgang Pichl wrote:
> Hi,
> I would be extremely interested in the driver for the asc7621 which is 
> under development, because I have the Intel 975XBX2 motherboard.

Great, note that it is far easier to try this outside of an kernel tree. If you 
have a pre build distro kernel + headers, then just drop asc7621.c (which 
should be generated successfully by the patch) and the attached makefile in a dir.

Then in that dir type "make" followed by "insmod asc7621.ko"

> N.B. Is there any userspace support for this driver, perhaps a patch to 
> libsensors, already available?

If you use lm_sensors-3.0.x it will automatically work with any new drivers, 
per chip userspace support luckily is a thing of the past.

Regards,

Hans

[-- Attachment #2: Makefile --]
[-- Type: text/plain, Size: 157 bytes --]

obj-m += asc7621.o

all:
	make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules

clean:
	make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean

[-- Attachment #3: Type: text/plain, Size: 153 bytes --]

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

  reply	other threads:[~2008-11-03  8:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-02 21:34 [lm-sensors] Andigilog driver by George Joseph Wolfgang Pichl
2008-11-03  8:36 ` Hans de Goede [this message]
2008-11-03 17:32 ` Wolfgang Pichl
2008-11-03 17:48 ` george.joseph
2008-11-09 21:07 ` Wolfgang Pichl
2009-10-14 18:35 ` hamelg
2009-10-15 14:47 ` George Joseph
2009-10-15 19:20 ` hamelg

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=490EB7F1.9040702@hhs.nl \
    --to=j.w.r.degoede@hhs.nl \
    --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.