Changeset 4171 for lm-sensors/trunk/prog
- Timestamp:
- 09/24/06 12:37:01 (2 years 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
r4170 r4171 2259 2259 if ($try->{driver} eq "to-be-tested") { 2260 2260 print "\nWe are currently looking for testers for this adapter!\n". 2261 "Please check thehttp://www.lm-sensors.org/wiki/Devices\n".2261 "Please check http://www.lm-sensors.org/wiki/Devices\n". 2262 2262 "and/or contact us if you want to help.\n\n"; 2263 2263 print "Continue... "; … … 5178 5178 if((($? >> 8) == 0) && ! $modulefound) { 5179 5179 $modprobes .= "# Warning: the required module $chip->{driver} is not currently installed\n". 5180 "# on your system. For status of 2.6 kernel ports check the\n".5181 "# http://www.lm-sensors.org/wiki/Devices If driver is built\n".5180 "# on your system. For status of 2.6 kernel ports check\n". 5181 "# http://www.lm-sensors.org/wiki/Devices. If driver is built\n". 5182 5182 "# into the kernel, or unavailable, comment out the following line.\n"; 5183 5183 } … … 5371 5371 "(FAQ #4.24.3) for further information.\n", 5372 5372 "If you find out what chips are on your board, check\n", 5373 " thehttp://www.lm-sensors.org/wiki/Devices for driver status.\n";5373 "http://www.lm-sensors.org/wiki/Devices for driver status.\n"; 5374 5374 exit; 5375 5375 }
