2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-29 13:28:01 +00:00

Insist on the fact that 2.4 kernels have an outdated i2c

subsystem.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2519 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare 2004-05-09 17:01:17 +00:00
parent 4e6fcb41d4
commit 8c2cf94413
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,8 @@ See QUICKSTART for the simple version.
The driver modules in this package are ONLY for 2.4 kernels 2.4.9 or later !!!
This package REQUIRES i2c-2.8.1 or later!!!
This package REQUIRES i2c-2.8.1 or later! The i2c subsystem found in the
Linux 2.4 kernel trees, even the latest ones, is outdated and won't work.
FOR 2.5/2.6 KERNELS, do not attempt to compile this package.
Use the drivers already in the 2.5/2.6 kernel tree.

View File

@ -33,7 +33,8 @@ Other methods are described in INSTALL.
you MUST remove them (as root) with `rmmod'.
* Download, build, and install the latest i2c package,
(i2c-2.8.1 or later).
(i2c-2.8.1 or later). The i2c subsystem found in the Linux 2.4
kernel trees, even the latest ones, is outdated and won't work.
Quickstart for i2c: make; make install; depmod -a
* Go back to the lm_sensors directory. Do `make'.