Menno <[EMAIL PROTECTED]> writes:

> Until recently I have used the packages:
> kernel-image-2.4.18-686       2.4.18-5
> lm-sensors-2.4.18-686         2.6.3-5+2.4.18-5
>       (from http://people.debian.org/~blade/misc/modules-i386/2.4.18-686/ )
> lm-sensors                    2.6.3-5
> libsensors1                   2.6.3-5
> sensord                       2.6.3-5
>
> Because of the kernel upgrade I have now installed:
> kernel-image-2.4.18-1-686     2.4.18-11
> lm-sensors                    2.6.3-5
> libsensors1                   2.6.3-5
> sensord                       2.6.3-5
>
> Does anyone know how to get lm-sensors-2.4.18-1-686 .deb files ?
>
> Should I compile it from the lm-sensors-source package? What is the
> easiest way to do this?

Which distribution are you using?  I believe unstable's make-kpkg has
some support for building kernel modules given
kernel-headers-2.4.18-1-686 and lm-sensors-source, but I haven't
actually tried this.  Let's see...otherwise, bug 189513 points at
http://lists.debian.org/debian-devel/2002/debian-devel-200203/msg01794.html,
which suggests doing this:

  cd /usr/src
  tar xzf lm-sensors.tar.gz
  cd modules/lm-sensors
  fakeroot debian/rules kdist_image \
    KSRC=/usr/src/kernel-headers-2.4.18-1-686 \
    KVERS=2.4.18-686 KDREV=2.4.18-4

which should, given write permission in /usr/src, generate module
packages for you as if you had run 'make-kpkg modules-image'.

If you're tracking unstable, lm-sensors and i2c 2.8.0 have both been
uploaded, but are awaiting approval; the uploaded packages include
prebuilt modules for kernel 2.4.21-4.  I should rebuild these for
2.4.21-5 and repeat.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to