Changes between Version 1 and Version 2 of iwizard/Detection
- Timestamp:
- 09/14/06 16:17:30 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
iwizard/Detection
v1 v2 51 51 * Yes, some chips were detected, I want to see some [wiki:iwizard/SensorsOutput sensor output]. 52 52 * No, no sensors were detected. Please continue [wiki:iwizard/NoSensorsDetected No sensors detected page]. 53 54 If the sensors-detect ends with: 55 {{{ 56 Do you want to scan it? (YES/no/selectively): y 57 Can't open /dev/i2c-0 58 }}} 59 60 Then you need to make sure that: 61 * you are using [wiki:iwizard/NoSensorsDetected latest sensors-detect], older had some issues with udev 62 * you have some files named "i2c" in dev directory 63 64 {{{ 65 ls -l /dev/i2c* 66 }}} 67 68 If not, please create them with mknod or use the MKDEV 69 70 {{{ 71 cd /dev 72 su 73 ./MKDEV i2c 74 }}}
