mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-30 13:57:41 +00:00
Update 4.27 (Can't get xxxxx data).
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2435 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
19
doc/FAQ
19
doc/FAQ
@@ -1120,13 +1120,18 @@ are running the `sensors' program it installed and not some older
|
|||||||
4.27 Sensors says `ERROR: Can't get xxxxx data!'
|
4.27 Sensors says `ERROR: Can't get xxxxx data!'
|
||||||
================================================
|
================================================
|
||||||
|
|
||||||
You have a `libsensors/sensors' mismatch. `sensors' is unable to get
|
* (Linux 2.6) Make sure you are using one of the recommended
|
||||||
a data entry from `libsensors'. You probably have an old `libsensors'
|
kernel/lm_sensors combination
|
||||||
in your `/etc/ld.so.conf' path. Make sure you did (as root) a `make
|
(http://secure.netroedge.com/~lm78/kernel26.html).
|
||||||
install' followed by a `ldconfig'. Then check the output of `ldconfig
|
|
||||||
-v | grep libsensors' to verify that there is only ONE `libsensors'
|
* You have a `libsensors'/`sensors' mismatch. `sensors' is unable to
|
||||||
entry and that it matches the `libsensors' that was built in the `lib/'
|
get a data entry from `libsensors'. You probably have an old
|
||||||
directory in `lm_sensors2'.
|
`libsensors' in your `/etc/ld.so.conf' path. Make sure you did
|
||||||
|
(as root) a `make install' (Linux 2.4) or `make user_install'
|
||||||
|
(Linux 2.6) followed by a `ldconfig'. Then check the output of
|
||||||
|
`ldconfig -v | grep libsensors' to verify that there is only ONE
|
||||||
|
`libsensors' entry and that it matches the `libsensors' that was
|
||||||
|
built in the `lib/' directory in `lm_sensors2'.
|
||||||
|
|
||||||
4.28 Sensors doesn't find any sensors, just eeproms.
|
4.28 Sensors doesn't find any sensors, just eeproms.
|
||||||
====================================================
|
====================================================
|
||||||
|
@@ -1,15 +1,15 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Sensors FAQ for lm_sensors version 2.11</title>
|
<title>Sensors FAQ for lm_sensors version 2.12</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html">
|
<meta http-equiv="Content-Type" content="text/html">
|
||||||
<meta name="description" content="Sensors FAQ for lm_sensors version 2.11">
|
<meta name="description" content="Sensors FAQ for lm_sensors version 2.12">
|
||||||
<meta name="generator" content="makeinfo 4.5">
|
<meta name="generator" content="makeinfo 4.5">
|
||||||
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">
|
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 class="settitle">Sensors FAQ for lm_sensors version 2.11</h1>
|
<h1 class="settitle">Sensors FAQ for lm_sensors version 2.12</h1>
|
||||||
Copyright (c) 1998 - 2002<br>
|
Copyright (C) 1998 - 2004<br>
|
||||||
<a href="mailto:frodol@dds.nl">Frodo Looijaard</a>,<br>
|
Frodo Looijaard,<br>
|
||||||
<a href="mailto:phil@netroedge.com">Philip Edelbrock</a>,<br>
|
<a href="mailto:phil@netroedge.com">Philip Edelbrock</a>,<br>
|
||||||
and<br>
|
and<br>
|
||||||
<a href="mailto:mdsxyz123@yahoo.com">Mark Studebaker</a><br>
|
<a href="mailto:mdsxyz123@yahoo.com">Mark Studebaker</a><br>
|
||||||
@@ -1623,13 +1623,19 @@ Up:<a rel="up" accesskey="u" href="#Problems">Problems</a>
|
|||||||
|
|
||||||
<h3 class="section">4.27 Sensors says <code>ERROR: Can't get xxxxx data!</code></h3>
|
<h3 class="section">4.27 Sensors says <code>ERROR: Can't get xxxxx data!</code></h3>
|
||||||
|
|
||||||
<p>You have a <code>libsensors/sensors</code> mismatch. <code>sensors</code> is unable to
|
<ul>
|
||||||
|
<li>(Linux 2.6) Make sure you are using one of the
|
||||||
|
<a href="http://secure.netroedge.com/~lm78/kernel26.html">recommended kernel/lm_sensors combination</a>.
|
||||||
|
<li>You have a <code>libsensors</code>/<code>sensors</code> mismatch.
|
||||||
|
<code>sensors</code> is unable to
|
||||||
get a data entry from <code>libsensors</code>. You probably have an
|
get a data entry from <code>libsensors</code>. You probably have an
|
||||||
old <code>libsensors</code> in your <code>/etc/ld.so.conf</code> path.
|
old <code>libsensors</code> in your <code>/etc/ld.so.conf</code> path.
|
||||||
Make sure you did (as root) a <code>make install</code> followed by a <code>ldconfig</code>.
|
Make sure you did (as root) a <code>make install</code> (Linux 2.4) or
|
||||||
|
<code>make user_install</code> (Linux 2.6) followed by a <code>ldconfig</code>.
|
||||||
Then check the output of <code>ldconfig -v | grep libsensors</code> to
|
Then check the output of <code>ldconfig -v | grep libsensors</code> to
|
||||||
verify that there is only ONE <code>libsensors</code> entry and that it matches
|
verify that there is only ONE <code>libsensors</code> entry and that it matches
|
||||||
the <code>libsensors</code> that was built in the <code>lib/</code> directory in <code>lm_sensors2</code>.
|
the <code>libsensors</code> that was built in the <code>lib/</code> directory in <code>lm_sensors2</code>.
|
||||||
|
</ul>
|
||||||
|
|
||||||
<div class="node">
|
<div class="node">
|
||||||
<p><hr>
|
<p><hr>
|
||||||
|
@@ -9,17 +9,17 @@
|
|||||||
@titlepage
|
@titlepage
|
||||||
@center @titlefont{This is the FAQ for the @command{lm_sensors} program, @value{VERSION}}
|
@center @titlefont{This is the FAQ for the @command{lm_sensors} program, @value{VERSION}}
|
||||||
@sp 3
|
@sp 3
|
||||||
@center Copyright (c) 1998 - 2004
|
@center Copyright (C) 1998 - 2004
|
||||||
@sp 1
|
@sp 1
|
||||||
@center @email{frodol@@dds.nl, Frodo Looijaard},
|
@center Frodo Looijaard,
|
||||||
@center @email{phil@@netroedge.com, Philip Edelbrock},
|
@center @email{phil@@netroedge.com, Philip Edelbrock},
|
||||||
@center and
|
@center and
|
||||||
@center @email{mdsxyz123@@yahoo.com, Mark Studebaker}
|
@center @email{mdsxyz123@@yahoo.com, Mark Studebaker}
|
||||||
@end titlepage
|
@end titlepage
|
||||||
|
|
||||||
@ifhtml
|
@ifhtml
|
||||||
Copyright (c) 1998 - 2002@*
|
Copyright (C) 1998 - 2004@*
|
||||||
@email{frodol@@dds.nl, Frodo Looijaard},@*
|
Frodo Looijaard,@*
|
||||||
@email{phil@@netroedge.com, Philip Edelbrock},@*
|
@email{phil@@netroedge.com, Philip Edelbrock},@*
|
||||||
and@*
|
and@*
|
||||||
@email{mdsxyz123@@yahoo.com, Mark Studebaker}@*
|
@email{mdsxyz123@@yahoo.com, Mark Studebaker}@*
|
||||||
@@ -1129,13 +1129,20 @@ and not some older @command{sensors}.
|
|||||||
@node Section 4.27, Section 4.28, Section 4.26, Problems
|
@node Section 4.27, Section 4.28, Section 4.26, Problems
|
||||||
@section Sensors says @samp{ERROR: Can't get xxxxx data!}
|
@section Sensors says @samp{ERROR: Can't get xxxxx data!}
|
||||||
|
|
||||||
You have a @command{libsensors/sensors} mismatch. @command{sensors} is unable to
|
@itemize
|
||||||
|
@item (Linux 2.6) Make sure you are using one of the
|
||||||
|
@uref{http://secure.netroedge.com/~lm78/kernel26.html,
|
||||||
|
recommended kernel/lm_sensors combination}.
|
||||||
|
@item You have a @file{libsensors}/@command{sensors} mismatch.
|
||||||
|
@command{sensors} is unable to
|
||||||
get a data entry from @file{libsensors}. You probably have an
|
get a data entry from @file{libsensors}. You probably have an
|
||||||
old @file{libsensors} in your @file{/etc/ld.so.conf} path.
|
old @file{libsensors} in your @file{/etc/ld.so.conf} path.
|
||||||
Make sure you did (as root) a @command{make install} followed by a @command{ldconfig}.
|
Make sure you did (as root) a @command{make install} (Linux 2.4) or
|
||||||
|
@command{make user_install} (Linux 2.6) followed by a @command{ldconfig}.
|
||||||
Then check the output of @command{ldconfig -v | grep libsensors} to
|
Then check the output of @command{ldconfig -v | grep libsensors} to
|
||||||
verify that there is only ONE @file{libsensors} entry and that it matches
|
verify that there is only ONE @file{libsensors} entry and that it matches
|
||||||
the @file{libsensors} that was built in the @file{lib/} directory in @file{lm_sensors2}.
|
the @file{libsensors} that was built in the @file{lib/} directory in @file{lm_sensors2}.
|
||||||
|
@end itemize
|
||||||
|
|
||||||
|
|
||||||
@node Section 4.28, Section 4.29, Section 4.27, Problems
|
@node Section 4.28, Section 4.29, Section 4.27, Problems
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
@set UPDATED 18 January 2004
|
@set UPDATED 11 April 2004
|
||||||
@set UPDATED-MONTH January 2004
|
@set UPDATED-MONTH April 2004
|
||||||
@set VERSION 2.11
|
@set VERSION 2.12
|
||||||
|
Reference in New Issue
Block a user