Changeset 4079 for lm-sensors/trunk/prog/detect/sensors-detect
- Timestamp:
- 07/29/06 18:21:54 (7 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/detect/sensors-detect (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/sensors-detect
r4078 r4079 2426 2426 print ("Sorry, no PCI bus adapters found.\n"); 2427 2427 } else { 2428 printf ("Probe succes fully concluded.\n");2428 printf ("Probe successfully concluded.\n"); 2429 2429 } 2430 2430 return @res; … … 5408 5408 } 5409 5409 } else { 5410 print "Module loaded succes fully.\n";5410 print "Module loaded successfully.\n"; 5411 5411 } 5412 5412 } … … 5440 5440 print " Loading failed, expect problems later on.\n"; 5441 5441 } else { 5442 print " Module loaded succes fully.\n";5442 print " Module loaded successfully.\n"; 5443 5443 } 5444 5444 } … … 5569 5569 5570 5570 print "\n\n", 5571 "I will now generate the commands needed to load the I2Cmodules.\n";5571 "I will now generate the commands needed to load the required modules.\n"; 5572 5572 5573 5573 my ($modprobes, $configfile) = generate_modprobes 1; # 1 == prefer ISA
