[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: lm_sensors with 2.4.9



Julio Merino <juli@merino.net> writes:
JM> On Wed, Sep 12, 2001 at 09:25:54AM -0700, Ross Boylan wrote:
 RB> This sounds about right; it's what I did.  I used the debian
 RB> source packages (i2c-source and lm-sensors-source, as I recall).
 RB> 
 RB> You do need to disable i2c in the main kernel build.
 RB> 
 RB> I'm not sure what you mean by the phrase "outside the kernel".
 RB> If you use kernel-package it's all set up to build kernel modules
 RB> pretty automatically.
JM> 
JM> With outside the kernel, I mean recompiling all "extensions" (i.e. i2c and
JM> lm_sensors) as modules, but without patching the kernel.
JM> 
JM> But is it possible to do all of this in a "debian way", so having all the
JM> files in a package? (like make-kpkg does...)

apt-get install i2c-source lm-sensors-source
cd /usr/src
tar xzf i2c.tar.gz
tar xzf lm-sensors.tar.gz
cd $KSRC # Wherever the top of your kernel source tree is
make-kpkg modules-image

-- 
David Maze         dmaze@debian.org      http://people.debian.org/~dmaze/
"Theoretical politics is interesting.  Politicking should be illegal."
	-- Abra Mitchell



Reply to: