Changes between Version 1 and Version 2 of iwizard/Detection

Show
Ignore:
Timestamp:
09/14/06 16:17:30 (7 years ago)
Author:
ruik
Comment:

Add the i2c node creation

Legend:

Unmodified
Added
Removed
Modified
  • iwizard/Detection

    v1 v2  
    5151 * Yes, some chips were detected, I want to see some [wiki:iwizard/SensorsOutput sensor output]. 
    5252 * No, no sensors were detected. Please continue [wiki:iwizard/NoSensorsDetected No sensors detected page]. 
     53 
     54If the sensors-detect ends with: 
     55{{{ 
     56Do you want to scan it? (YES/no/selectively): y 
     57Can't open /dev/i2c-0 
     58}}} 
     59 
     60Then 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{{{ 
     65ls -l /dev/i2c* 
     66}}} 
     67 
     68If not, please create them with mknod or use the MKDEV 
     69 
     70{{{ 
     71cd  /dev 
     72su 
     73./MKDEV i2c 
     74}}}