2
0
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:
Jean Delvare 2004-02-27 19:00:10 +00:00
parent 2cc6f7308f
commit f0ab72d26c

View File

@ -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);
} }