Changeset 4079
- Timestamp:
- 07/29/06 18:21:54 (2 years ago)
- Files:
-
- lm-sensors/trunk/INSTALL (modified) (1 diff)
- lm-sensors/trunk/Makefile (modified) (1 diff)
- lm-sensors/trunk/prog/detect/sensors-detect (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/INSTALL
r2804 r4079 318 318 will scan all available I2C and SMBus adapters for all known devices, 319 319 and give you a list of what modules you need to insert. It is written in 320 Perl, and you will need at least Perl 5.004 to run it succes fully.320 Perl, and you will need at least Perl 5.004 to run it successfully. 321 321 322 322 If `sensors' returns some error message about not being able to load lm-sensors/trunk/Makefile
r4069 r4079 19 19 # can just use the defaults, fortunately. 20 20 21 # You need a full complement of GNU utilities to run this Makefile succesfully; 22 # most notably, you need bash, GNU make, flex (>= 2.5.1) and bison. 21 # You need a full complement of GNU utilities to run this Makefile 22 # successfully; most notably, you need bash, GNU make, flex (>= 2.5.1) 23 # and bison. 23 24 24 25 # If your /bin/sh is not bash, change the below definition so that make can 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
