summaryrefslogtreecommitdiff
path: root/QUICKSTART
diff options
context:
space:
mode:
authormds <mds@7894878c-1315-0410-8ee3-d5d059ff63e0>2003-12-08 00:16:55 +0000
committermds <mds@7894878c-1315-0410-8ee3-d5d059ff63e0>2003-12-08 00:16:55 +0000
commit793a1af0aad08da90b5f648a4cb2b5572a80a275 (patch)
treeac5951e084f5d0b734dd7d5488c99ddcfdbbe7f7 /QUICKSTART
parent1444b3d978bcac2559ea61570a81cc88f52f5f23 (diff)
downloadlm-sensors-793a1af0aad08da90b5f648a4cb2b5572a80a275.tar.gz
doc update
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2144 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'QUICKSTART')
-rw-r--r--QUICKSTART5
1 files changed, 4 insertions, 1 deletions
diff --git a/QUICKSTART b/QUICKSTART
index 50a69541..466c2217 100644
--- a/QUICKSTART
+++ b/QUICKSTART
@@ -11,6 +11,9 @@ Other methods are described in INSTALL.
------------------------------------------
* Verify you are running a 2.4 kernel, 2.4.9 or later.
+ If you are running a 2.5/2.6 kernel, the ONLY thing you need to
+ do is 'make user' and 'make user_install'. Do NOT follow the rest
+ of these instructions.
* Make sure you have the kernel tree corresponding to your current
kernel in /lib/modules/(uname -r)/build.
@@ -25,7 +28,7 @@ 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.0 or later).
+ (i2c-2.8.1 or later).
Quickstart for i2c: make; make install; depmod -a
* Go back to the lm_sensors directory. Do `make'.