diff --git a/prog/sensors/main.c b/prog/sensors/main.c index 3367cf22..3b6f6bf4 100644 --- a/prog/sensors/main.c +++ b/prog/sensors/main.c @@ -244,7 +244,8 @@ int main (int argc, char *argv[]) if (res == -SENSORS_ERR_PROC) fprintf(stderr, "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"); exit(1); }