2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 22:05:11 +00:00

add section on 'sensors' only giving algorithm info.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1261 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2001-12-06 21:55:44 +00:00
parent 39bd73657b
commit 4bf479d8b3

18
doc/FAQ
View File

@@ -89,6 +89,7 @@ sensor reading results. Why?
4.24B Sensors-detect says "Can't open /dev/i2c[-/]0"
4.24C Sensors-detect doesn't find any sensors
4.25 Sensors says 'Error: Line xxx: zzzzzzz'
4.26 Sensors only gives the name, adapter, and algorithm for my chip
5. How to Ask for Help
5.1 What to do if a module won't insert?
@@ -789,7 +790,7 @@ you can send us your request.
4.21 Sensors says 'No sensors found!'
Did sensors-detect find sensors? (If not see 4.23C)
Did sensors-detect find sensors? (If not see 4.24C)
Did you do what sensors-detect said?
Did you 'modprobe' your sensor modules?
Did you 'modprobe' your I2C adapter modules?
@@ -888,6 +889,21 @@ Run devfs in the kernel to get the /dev/i2c/x files.
to put the feature name in double quotes.
4.26 Sensors only gives the name, adapter, and algorithm for my chip
Sensors only says this, for example, and doesn't
provide any actual data at all:
it87-isa-0290
Adapter: ISA adapter
Algorithm: ISA algorithm
Your chip is not currently supported by 'sensors' and so all it
does is print out that information. Get the latest release
and be sure you are running the 'sensors' program it installed
and not some older 'sensors'.
5 How to ask for help
---------------------