Changeset 4587
- Timestamp:
- 07/08/07 07:56:43 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect
r4585 r4587 2175 2175 system("/sbin/MAKEDEV i2c"); 2176 2176 } 2177 if (! -c '/dev/i2c-0' && -x '/dev/MAKEDEV') { 2178 system("/dev/MAKEDEV i2c"); 2179 } 2177 2180 if (-c '/dev/i2c-0') { 2178 2181 $dev_i2c = '/dev/i2c-'; 2179 2182 } else { # default 2180 print "No i2c device files found. Use prog/mkdev/mkdev.sh to create them.\n";2183 print "No i2c device files found.\n"; 2181 2184 exit -1; 2182 2185 }
