mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-01 06:45:24 +00:00
Minor string edit.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5128 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -5733,7 +5733,8 @@ sub main
|
|||||||
print "As you skipped adapter detection, we will only scan already loaded\n".
|
print "As you skipped adapter detection, we will only scan already loaded\n".
|
||||||
"adapter modules.\n";
|
"adapter modules.\n";
|
||||||
} else {
|
} else {
|
||||||
print "We will now try to load each adapter module in turn.\n";
|
print "We will now try to load each adapter module in turn.\n"
|
||||||
|
if (@adapters);
|
||||||
foreach $adapter (@adapters) {
|
foreach $adapter (@adapters) {
|
||||||
next if $adapter eq "DISABLED";
|
next if $adapter eq "DISABLED";
|
||||||
next if $adapter eq "to-be-tested";
|
next if $adapter eq "to-be-tested";
|
||||||
@@ -5752,8 +5753,8 @@ sub main
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
print "If you have undetectable or unsupported adapters, you can have them\n".
|
print "If you have undetectable or unsupported I2C/SMBus adapters, you can have\n".
|
||||||
"scanned by manually loading the modules before running this script.\n\n";
|
"them scanned by manually loading the modules before running this script.\n\n";
|
||||||
initialize_i2c_adapters_list();
|
initialize_i2c_adapters_list();
|
||||||
|
|
||||||
if (!exists($modules_list{"i2c-dev"})
|
if (!exists($modules_list{"i2c-dev"})
|
||||||
@@ -5834,7 +5835,7 @@ sub main
|
|||||||
print "\n";
|
print "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
print "Some south bridges, CPUs or memory controllers may also contain \n";
|
print "Some south bridges, CPUs or memory controllers may also contain\n";
|
||||||
print "embedded sensors. Do you want to scan for them? (YES/no): ";
|
print "embedded sensors. Do you want to scan for them? (YES/no): ";
|
||||||
unless (<STDIN> =~ /^\s*n/i) {
|
unless (<STDIN> =~ /^\s*n/i) {
|
||||||
$| = 1;
|
$| = 1;
|
||||||
|
Reference in New Issue
Block a user