Changeset 4130
- Timestamp:
- 09/01/06 22:52:58 (7 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/detect/sensors-detect (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/sensors-detect
r4129 r4130 5093 5093 $data->{isa_addr}; 5094 5094 } else { 5095 print "ISA bus, undetermined address (Busdriver `i2c-isa')\n". 5096 " Hint: Try forcing the chip address. Consult the documentation\n". 5097 " of particular chip for details and address value.\n"; 5095 print "ISA bus, undetermined address (Busdriver `i2c-isa')\n"; 5098 5096 } 5099 5097 } … … 5211 5209 #check return value from modprobe in case modprobe -l isn't supported 5212 5210 if((($? >> 8) == 0) && ! $modulefound) { 5213 $modprobes .= "# Warning: the required module $chip->{driver} is not currently installed on\n".5214 "# your system. For status of 2.6 kernel ports see\n".5211 $modprobes .= "# Warning: the required module $chip->{driver} is not currently installed\n". 5212 "# on your system. For status of 2.6 kernel ports see\n". 5215 5213 "# http://www.lm-sensors.org/wiki/SupportedDevices and\n". 5216 "# http://www.lm-sensors.org/wiki/SupportedDevices. If driver is built\n".5217 "# into the kernel, or unavailable, comment out the following line.\n";5214 "# http://www.lm-sensors.org/wiki/NewDrivers. If driver is built\n". 5215 "# into the kernel, or unavailable, comment out the following line.\n"; 5218 5216 } 5219 5217 $modprobes .= "modprobe $chip->{driver}\n";
