mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-01 14:55:27 +00:00
Fix stale links
Fixes #8 Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,7 +1,8 @@
|
|||||||
lm-sensors CHANGES file
|
lm-sensors CHANGES file
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
SVN HEAD
|
git HEAD
|
||||||
|
Updated links in documentation to reflect the new home of lm_sensors
|
||||||
sensors.1: Add reference to sensors-detect
|
sensors.1: Add reference to sensors-detect
|
||||||
Document -j option (json output)
|
Document -j option (json output)
|
||||||
sensors: Add support for json output
|
sensors: Add support for json output
|
||||||
|
2
Makefile
2
Makefile
@@ -226,7 +226,7 @@ manhtml:
|
|||||||
cp $(MANPAGES) html
|
cp $(MANPAGES) html
|
||||||
cd html ; \
|
cd html ; \
|
||||||
export LOGNAME=sensors ; \
|
export LOGNAME=sensors ; \
|
||||||
export HOSTNAME=www.lm-sensors.org ; \
|
export HOSTNAME=hwmon.wiki.kernel.org ; \
|
||||||
man2html *.[1-8] ; \
|
man2html *.[1-8] ; \
|
||||||
$(RM) *.[1-8]
|
$(RM) *.[1-8]
|
||||||
|
|
||||||
|
6
README
6
README
@@ -127,14 +127,14 @@ the following tests are recommended.
|
|||||||
OTHER INFORMATION
|
OTHER INFORMATION
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
The developers of this package can be reached through github.
|
The developers of this package can be reached through GitHub
|
||||||
(see https://github.com/groeck/lm-sensors). Do not hesitate to contact
|
(see https://github.com/lm-sensors/lm-sensors). Do not hesitate to contact
|
||||||
us if you have questions, suggestions, problems, want to contribute,
|
us if you have questions, suggestions, problems, want to contribute,
|
||||||
or just want to report it works for you. But please try to
|
or just want to report it works for you. But please try to
|
||||||
read the documentation before you ask any questions! It's all under doc/.
|
read the documentation before you ask any questions! It's all under doc/.
|
||||||
|
|
||||||
The latest version of this package can always be found at:
|
The latest version of this package can always be found at:
|
||||||
https://github.com/groeck/lm-sensors.
|
https://github.com/lm-sensors/lm-sensors.
|
||||||
|
|
||||||
LICENSE
|
LICENSE
|
||||||
-------
|
-------
|
||||||
|
@@ -5,7 +5,8 @@ chip "w83627ehf-*" "w83627dhg-*"
|
|||||||
label in0 "VCore"
|
label in0 "VCore"
|
||||||
label in1 "+12V"
|
label in1 "+12V"
|
||||||
label in2 "AVCC"
|
label in2 "AVCC"
|
||||||
# ACPI <http://www.lm-sensors.org/wiki/AsusFormulaHacking> says nothing about AVCC, so you might want to uncomment:
|
# ACPI <https://hwmon.wiki.kernel.org/asusformulahacking> says nothing
|
||||||
|
# about AVCC, so you might want to uncomment:
|
||||||
#ignore in2
|
#ignore in2
|
||||||
label in3 "+3.3V"
|
label in3 "+3.3V"
|
||||||
ignore in4
|
ignore in4
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
# This is the sensors.conf configuration file for ASUS P5B-E (and maybe it's different versions)
|
# This is the sensors.conf configuration file for ASUS P5B-E (and maybe it's different versions)
|
||||||
# Everythings based on the guide at http://www.lm-sensors.org/wiki/AsusFormulaHacking. The formulas
|
# Everythings based on the guide at https://hwmon.wiki.kernel.org/asusformulahacking. The formulas
|
||||||
# and ranges are based on the /proc/acpi/dsdt readings of a P5B-E board with a E6600 CPU.
|
# and ranges are based on the /proc/acpi/dsdt readings of a P5B-E board with a E6600 CPU.
|
||||||
|
|
||||||
chip "w83627dhg-*"
|
chip "w83627dhg-*"
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# Linux sensor configuration for an Asus P5N32-E SLI Plus
|
# Linux sensor configuration for an Asus P5N32-E SLI Plus
|
||||||
# 5/2007 s.urbanovski#ac-nancy-metz.fr
|
# 5/2007 s.urbanovski#ac-nancy-metz.fr
|
||||||
# (see http://www.lm-sensors.org/wiki/AsusFormulaHacking)
|
# (see https://hwmon.wiki.kernel.org/asusformulahacking)
|
||||||
|
|
||||||
chip "w83791d-*"
|
chip "w83791d-*"
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
# This custom configuration file should be copied to /etc/sensors.d/Biostar-N68S+.conf.
|
# This custom configuration file should be copied to /etc/sensors.d/Biostar-N68S+.conf.
|
||||||
#
|
#
|
||||||
# Custom configuration files for some specific mainboards can be found at
|
# Custom configuration files for some specific mainboards can be found at
|
||||||
# http://www.lm-sensors.org/wiki/Configurations
|
# https://github.com/lm-sensors/lm-sensors/tree/master/configs
|
||||||
|
|
||||||
# READ THE MAN PAGE DOCUMENTATION OF 'sensors.conf' FOR MORE
|
# READ THE MAN PAGE DOCUMENTATION OF 'sensors.conf' FOR MORE
|
||||||
# COMPLETE INFORMATION. ie:
|
# COMPLETE INFORMATION. ie:
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
# from the lm-sensors mailinglist.
|
# from the lm-sensors mailinglist.
|
||||||
|
|
||||||
# Questions, comments or additions? Please share on the lm-sensors mailinglist.
|
# Questions, comments or additions? Please share on the lm-sensors mailinglist.
|
||||||
# More info at http://www.lm-sensors.org/wiki/FeedbackAndSupport
|
# More info at https://hwmon.wiki.kernel.org/feedbackandsupport
|
||||||
|
|
||||||
# Hint: Use sensors -u to list all variables.
|
# Hint: Use sensors -u to list all variables.
|
||||||
http://lists.lm-sensors.org/pipermail/lm-sensors/2014-January/040952.html
|
http://lists.lm-sensors.org/pipermail/lm-sensors/2014-January/040952.html
|
||||||
|
@@ -12,7 +12,7 @@ so hardware which isn't directly related to the development of a hardware
|
|||||||
monitoring driver, but can be used to build test systems, is welcome too.
|
monitoring driver, but can be used to build test systems, is welcome too.
|
||||||
|
|
||||||
If you would like to make a donation, please contact us. See
|
If you would like to make a donation, please contact us. See
|
||||||
http://www.lm-sensors.org/wiki/AuthorsAndContributors. Thanks!
|
https://hwmon.wiki.kernel.org/authorsandcontributors. Thanks!
|
||||||
|
|
||||||
|
|
||||||
Donations are listed in chronological order. Note that the person mentioned
|
Donations are listed in chronological order. Note that the person mentioned
|
||||||
|
@@ -2003,7 +2003,7 @@ chip "f71805f-*" "f71872f-*"
|
|||||||
# The configuration below is for the Kv8Pro and AV8 this is the default as this
|
# The configuration below is for the Kv8Pro and AV8 this is the default as this
|
||||||
# driver is developed and tested on a Kv8Pro.
|
# driver is developed and tested on a Kv8Pro.
|
||||||
# Configurations for many other Abit boards can be found at:
|
# Configurations for many other Abit boards can be found at:
|
||||||
# http://www.lm-sensors.org/trac/wiki/Configurations/Abit
|
# https://github.com/lm-sensors/lm-sensors/tree/master/configs/Abit
|
||||||
# If your motherboard isn't listed there and you create a configuration for it
|
# If your motherboard isn't listed there and you create a configuration for it
|
||||||
# please add it there.
|
# please add it there.
|
||||||
|
|
||||||
@@ -2111,7 +2111,7 @@ chip "dme1737-*"
|
|||||||
# driver is developed and tested on an Epox EP-9U1697 GLI board.
|
# driver is developed and tested on an Epox EP-9U1697 GLI board.
|
||||||
#
|
#
|
||||||
# Premade configurations for other boards can be found at:
|
# Premade configurations for other boards can be found at:
|
||||||
# http://www.lm-sensors.org/trac/wiki/Configurations/
|
# https://github.com/lm-sensors/lm-sensors/tree/master/configs
|
||||||
# If your motherboard isn't listed there and you create a configuration for it
|
# If your motherboard isn't listed there and you create a configuration for it
|
||||||
# please add it there.
|
# please add it there.
|
||||||
#
|
#
|
||||||
|
@@ -286,5 +286,4 @@ sensors.conf(5)
|
|||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Frodo Looijaard, Jean Delvare and others
|
Frodo Looijaard, Jean Delvare and others
|
||||||
http://www.lm-sensors.org/
|
https://hwmon.wiki.kernel.org/lm_sensors
|
||||||
|
|
||||||
|
@@ -567,7 +567,4 @@ libsensors(3)
|
|||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Frodo Looijaard and the lm_sensors group
|
Frodo Looijaard and the lm_sensors group
|
||||||
http://www.lm-sensors.org/
|
https://hwmon.wiki.kernel.org/lm_sensors
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -7285,7 +7285,7 @@ sub generate_modprobes
|
|||||||
next if not @{$chips_detected{$driver}};
|
next if not @{$chips_detected{$driver}};
|
||||||
if ($driver eq "to-be-written") {
|
if ($driver eq "to-be-written") {
|
||||||
print "Note: there is no driver for ${$chips_detected{$driver}}[0]{chipname} yet.\n".
|
print "Note: there is no driver for ${$chips_detected{$driver}}[0]{chipname} yet.\n".
|
||||||
"Check http://www.lm-sensors.org/wiki/Devices for updates.\n\n";
|
"Check https://hwmon.wiki.kernel.org/device_support_status for updates.\n\n";
|
||||||
} elsif (!is_module_builtin($driver)) {
|
} elsif (!is_module_builtin($driver)) {
|
||||||
open(local *INPUTFILE, "modprobe -l $driver 2>/dev/null |");
|
open(local *INPUTFILE, "modprobe -l $driver 2>/dev/null |");
|
||||||
local $_;
|
local $_;
|
||||||
@@ -7301,7 +7301,7 @@ sub generate_modprobes
|
|||||||
# isn't supported
|
# isn't supported
|
||||||
if ((($? >> 8) == 0) && ! $modulefound) {
|
if ((($? >> 8) == 0) && ! $modulefound) {
|
||||||
print "Warning: the required module $driver is not currently installed\n".
|
print "Warning: the required module $driver is not currently installed\n".
|
||||||
"on your system. Check http://www.lm-sensors.org/wiki/Devices for\n".
|
"on your system. Check https://hwmon.wiki.kernel.org/device_support_status for\n".
|
||||||
"driver availability.\n\n";
|
"driver availability.\n\n";
|
||||||
} else {
|
} else {
|
||||||
$hwmon_modules{$driver}++
|
$hwmon_modules{$driver}++
|
||||||
@@ -7591,7 +7591,7 @@ sub main
|
|||||||
print "Either your system has no sensors, or they are not supported, or\n".
|
print "Either your system has no sensors, or they are not supported, or\n".
|
||||||
"they are connected to an I2C or SMBus adapter that is not\n".
|
"they are connected to an I2C or SMBus adapter that is not\n".
|
||||||
"supported. If you find out what chips are on your board, check\n".
|
"supported. If you find out what chips are on your board, check\n".
|
||||||
"http://www.lm-sensors.org/wiki/Devices for driver status.\n";
|
"https://hwmon.wiki.kernel.org/device_support_status for driver status.\n";
|
||||||
}
|
}
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
@@ -107,7 +107,7 @@ i2cdump(8), isaset(8)
|
|||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Frodo Looijaard, Mark D. Studebaker, and the lm_sensors group
|
Frodo Looijaard, Mark D. Studebaker, and the lm_sensors group
|
||||||
(http://www.lm-sensors.org/)
|
(https://hwmon.wiki.kernel.org/lm_sensors)
|
||||||
.PP
|
.PP
|
||||||
This manual page was originally written by David Z Maze <dmaze@debian.org> for
|
This manual page was originally written by David Z Maze <dmaze@debian.org> for
|
||||||
the Debian GNU/Linux system. It was then reviewed and augmented by the lm_sensors
|
the Debian GNU/Linux system. It was then reviewed and augmented by the lm_sensors
|
||||||
|
@@ -77,7 +77,7 @@ i2cset(8), isadump(8)
|
|||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Mark D. Studebaker, and the lm_sensors group
|
Mark D. Studebaker, and the lm_sensors group
|
||||||
(http://www.lm-sensors.org/)
|
(https://hwmon.wiki.kernel.org/lm_sensors)
|
||||||
.PP
|
.PP
|
||||||
This manual page was shamelessly ripped from the i2cset and isadump manual
|
This manual page was shamelessly ripped from the i2cset and isadump manual
|
||||||
pages by Jean Delvare.
|
pages by Jean Delvare.
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
# MA 02110-1301 USA.
|
# MA 02110-1301 USA.
|
||||||
|
|
||||||
# See also the lm_sensors homepage at:
|
# See also the lm_sensors homepage at:
|
||||||
# http://www.lm-sensors.org
|
# https://hwmon.wiki.kernel.org/lm_sensors
|
||||||
|
|
||||||
# It uses a config file /etc/sysconfig/lm_sensors that contains the modules
|
# It uses a config file /etc/sysconfig/lm_sensors that contains the modules
|
||||||
# to be loaded/unloaded. That file is sourced into this one.
|
# to be loaded/unloaded. That file is sourced into this one.
|
||||||
|
@@ -217,7 +217,7 @@ See also: <br>
|
|||||||
</P>
|
</P>
|
||||||
|
|
||||||
This page generated with data and scripts from
|
This page generated with data and scripts from
|
||||||
<a href="http://www.lm-sensors.org/">the lm_sensors project</a>;
|
<a href="https://hwmon.wiki.kernel.org/lm_sensors">the lm_sensors project</a>;
|
||||||
the data are stored in a Round Robin Database and
|
the data are stored in a Round Robin Database and
|
||||||
the graphs are generated by
|
the graphs are generated by
|
||||||
<a href="http://oss.oetiker.ch/rrdtool/">
|
<a href="http://oss.oetiker.ch/rrdtool/">
|
||||||
|
@@ -217,7 +217,7 @@ See also: <br>
|
|||||||
</P>
|
</P>
|
||||||
|
|
||||||
This page generated with data and scripts from
|
This page generated with data and scripts from
|
||||||
<a href="http://www.lm-sensors.org/">the lm_sensors project</a>;
|
<a href="https://hwmon.wiki.kernel.org/lm_sensors">the lm_sensors project</a>;
|
||||||
the data are stored in a Round Robin Database and
|
the data are stored in a Round Robin Database and
|
||||||
the graphs are generated by
|
the graphs are generated by
|
||||||
<a href="http://oss.oetiker.ch/rrdtool/">
|
<a href="http://oss.oetiker.ch/rrdtool/">
|
||||||
|
@@ -89,7 +89,7 @@ See also: <br>
|
|||||||
</P>
|
</P>
|
||||||
|
|
||||||
This page generated with data and scripts from
|
This page generated with data and scripts from
|
||||||
<a href="http://www.lm-sensors.org/">the lm_sensors project</a>;
|
<a href="https://hwmon.wiki.kernel.org/lm_sensors">the lm_sensors project</a>;
|
||||||
the data are stored in a Round Robin Database and
|
the data are stored in a Round Robin Database and
|
||||||
the graphs are generated by
|
the graphs are generated by
|
||||||
<a href="http://oss.oetiker.ch/rrdtool/">
|
<a href="http://oss.oetiker.ch/rrdtool/">
|
||||||
|
@@ -498,7 +498,8 @@ int rrdCGI(void)
|
|||||||
printf("<p>\n<small><b>sensord</b> by "
|
printf("<p>\n<small><b>sensord</b> by "
|
||||||
"<a href=\"mailto:merlin@merlin.org\">Merlin Hughes</a>"
|
"<a href=\"mailto:merlin@merlin.org\">Merlin Hughes</a>"
|
||||||
", all credit to the "
|
", all credit to the "
|
||||||
"<a href=\"http://www.lm-sensors.org/\">lm_sensors</a> "
|
"<a href=\"https://hwmon.wiki.kernel.org/lm_sensors/\">"
|
||||||
|
"lm_sensors</a> "
|
||||||
"crew.</small>\n</p>\n");
|
"crew.</small>\n</p>\n");
|
||||||
|
|
||||||
printf("</body>\n</html>\n");
|
printf("</body>\n</html>\n");
|
||||||
|
@@ -93,6 +93,6 @@ sensors.conf(5), sensors-detect(8).
|
|||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Frodo Looijaard and the lm_sensors group
|
Frodo Looijaard and the lm_sensors group
|
||||||
http://www.lm-sensors.org/
|
https://hwmon.wiki.kernel.org/lm_sensors
|
||||||
|
|
||||||
|
|
||||||
|
@@ -40,7 +40,7 @@ These plots were generated <!--#echo var="LAST_MODIFIED" -->
|
|||||||
</table><p>
|
</table><p>
|
||||||
|
|
||||||
This page generated with drivers and the tellerstats scripts from
|
This page generated with drivers and the tellerstats scripts from
|
||||||
<a href="http://www.lm-sensors.org/">The lm_sensors drivers</a>.
|
<a href="https://hwmon.wiki.kernel.org/lm_sensors">The lm_sensors drivers</a>.
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user