Changeset 1191
- Timestamp:
- 09/29/01 20:17:33 (12 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/doc/FAQ (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/FAQ
r1169 r1191 22 22 2.6 How are alarms triggered? 23 23 24 3 Installation and Management24 3. Installation and Management 25 25 3.1 Why so many modules, and how do I cope with them? 26 26 3.2 How do I know which chips I own? … … 42 42 3.8 'make install' fails on Mandrake kernels 43 43 44 4 Problems44 4. Problems 45 45 4.1 Why do my fans report exactly half/double their values by your code 46 46 compared to the BIOS? … … 72 72 4.17E Bad readings from a w8378[12]d! 73 73 4.17F Bus hangs on Ali 1543 on Asus P5A boards! 74 4.17G Bad readings from LM75! 75 4.17H Bad readings from LM80! 74 76 4.18 How do I configure two chips (LM87) differently? 75 77 4.19 Dmesg says Upgrade BIOS! I don't want to! … … 87 89 4.25 Sensors says 'Error: Line xxx: zzzzzzz' 88 90 89 5 How to Ask for Help91 5. How to Ask for Help 90 92 5.1 What to do if a module won't insert? 91 93 5.2 What to do if it inserts, but nothing happens? … … 94 96 5.5 What if it just works like a charm? 95 97 96 6 Version 1 specific questions 97 6.1 My manufacturer swears that my mainboard has an SMBus, but your code 98 6. How to Contribute 99 6.1 How to write a driver 100 6.2 How to get CVS access 101 6.3 How to donate hardware to the project 102 6.4 How to join the project mailing list 103 6.5 How to (not) access mailing list archives 104 105 7. Version 1 specific questions 106 7.1 My manufacturer swears that my mainboard has an SMBus, but your code 98 107 reports that it can't find it. What's wrong? 99 6.2 The modules won't load, saying 'SMBus not detected'.100 6.3 I try to read /proc/sensors, and I get a "No sensor data yet (try again in108 7.2 The modules won't load, saying 'SMBus not detected'. 109 7.3 I try to read /proc/sensors, and I get a "No sensor data yet (try again in 101 110 a few moments)" message. Why? 102 111 … … 675 684 676 685 686 4.17G Bad readings from LM75! 687 688 The LM75 detection is poor and other hardware is often misdetected 689 as an LM75. Figure out what you really have (see 4.24C). 690 691 692 4.17H Bad readings from LM80! 693 694 The LM75 detection is poor and other hardware is often misdetected 695 as an LM75. Figure out what you really have (see 4.24C). 696 697 677 698 4.18 How do I configure two chips (LM87) differently? 678 699 … … 805 826 3) Check the Motherboard Monitor website 806 827 (see useful_addresses.html) for a good cross-reference. 828 807 829 808 830 4.25 Sensors says 'Error: Line xxx: zzzzzzz' … … 889 911 890 912 891 892 6 Version 1 specific questions 913 6. How to Contribute 914 -------------------- 915 916 6.1 How to write a driver 917 918 See doc/developers/new_drivers in our package for instructions. 919 920 921 6.2 How to get CVS access 922 923 For anonymous CVS read access, see the instructions on our download page. 924 For write access, run the script doc/developers/genpasswd.pl in 925 our package and follow the instructions. Let us know what part 926 of the package you would like to work on. 927 928 929 6.3 How to donate hardware to the project 930 931 Send us email <sensors@stimpy.netroedge.com>. 932 933 934 6.4 How to join the project mailing list 935 936 Send us email <sensors@stimpy.netroedge.com>. Sorry, no automated 937 subscribe/unsubscribe service. 938 939 6.5 How to (not) access mailing list archives 940 941 Sorry, there is no archive. 942 943 944 7. Version 1 specific questions 893 945 ------------------------------ 894 946 895 947 Note: Version 1 is very very old and is not recommended. 896 948 897 6.1 My manufacturer swears that my mainboard has an SMBus, but your code949 7.1 My manufacturer swears that my mainboard has an SMBus, but your code 898 950 reports that it can't find it. What's wrong? 899 951 … … 916 968 917 969 918 6.2 The modules won't load, saying 'SMBus not detected'.970 7.2 The modules won't load, saying 'SMBus not detected'. 919 971 920 972 This should no longer be an issue in 1.4.10 and later; it will … … 922 974 923 975 924 6.3 I try to read /proc/sensors, and I get a "No sensor data yet (try again in976 7.3 I try to read /proc/sensors, and I get a "No sensor data yet (try again in 925 977 a few moments)" message. Why? 926 978 … … 934 986 935 987 936 6.4 On my Dell, a LM80 is detected, but all readings are 0!988 7.4 On my Dell, a LM80 is detected, but all readings are 0! 937 989 938 990 This is a bug we have only observed on Dell computers. There is … … 947 999 --------------------------------------------------------------------------------------- 948 1000 1001 Rev 2.4 (MDS) Minor updates 20010929 949 1002 Rev 2.4 (MDS) Minor updates 20010722 950 1003 Rev 2.3 (MDS) General update, 20010224, released with lm_sensors 2.6.0.
