mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-29 13:28:01 +00:00
Tell Linux 2.6 users that they may need i2c_sensor.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2315 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
parent
2cc6f7308f
commit
f0ab72d26c
@ -244,7 +244,8 @@ int main (int argc, char *argv[])
|
|||||||
if (res == -SENSORS_ERR_PROC)
|
if (res == -SENSORS_ERR_PROC)
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"Unable to find i2c bus information;\n"
|
"Unable to find i2c bus information;\n"
|
||||||
"For 2.6 kernels, make sure you have mounted sysfs!\n"
|
"For 2.6 kernels, make sure you have mounted sysfs and done\n"
|
||||||
|
"'modprobe i2c_sensor'!\n"
|
||||||
"For older kernels, make sure you have done 'modprobe i2c-proc'!\n");
|
"For older kernels, make sure you have done 'modprobe i2c-proc'!\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user