Changeset 5129
- Timestamp:
- 02/21/08 09:22:40 (9 months ago)
- Files:
-
- lm-sensors/trunk/prog/detect/sensors-detect (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/prog/detect/sensors-detect
r5127 r5129 5734 5734 "adapter modules.\n"; 5735 5735 } else { 5736 print "We will now try to load each adapter module in turn.\n"; 5736 print "We will now try to load each adapter module in turn.\n" 5737 if (@adapters); 5737 5738 foreach $adapter (@adapters) { 5738 5739 next if $adapter eq "DISABLED"; … … 5753 5754 } 5754 5755 5755 print "If you have undetectable or unsupported adapters, you can have them\n".5756 " scanned by manually loading the modules before running this script.\n\n";5756 print "If you have undetectable or unsupported I2C/SMBus adapters, you can have\n". 5757 "them scanned by manually loading the modules before running this script.\n\n"; 5757 5758 initialize_i2c_adapters_list(); 5758 5759 … … 5835 5836 } 5836 5837 5837 print "Some south bridges, CPUs or memory controllers may also contain \n";5838 print "Some south bridges, CPUs or memory controllers may also contain\n"; 5838 5839 print "embedded sensors. Do you want to scan for them? (YES/no): "; 5839 5840 unless (<STDIN> =~ /^\s*n/i) {
