| 1002 | | @item (Linux 2.6) Did you @command{modprobe i2c_sensor}? Check @command{lsmod}. |
| 1003 | | @item (Linux 2.4) Did you @command{modprobe i2c-proc}? Check @command{lsmod}. |
| | 1002 | @item Linux 2.6 |
| | 1003 | @itemize |
| | 1004 | @item Did you @command{modprobe i2c_sensor}? Check @command{lsmod}. |
| | 1005 | @item Do you have sysfs support in your kernel and @file{/sys} mounted (is @file{/sys} there and populated)? |
| | 1006 | Create /sys with @command{mkdir /sys} if needed. Then add the following line to @file{/etc/fstab}: |
| | 1007 | @example |
| | 1008 | sys /sys sysfs default 0 0@end example |
| | 1009 | and @command{mount /sys}. |
| | 1010 | @end itemize |
| | 1011 | @item Linux 2.4 |
| | 1012 | @itemize |
| | 1013 | @item Did you @command{modprobe i2c-proc}? Check @command{lsmod}. |
| | 1014 | @item Do you have procfs support in your kernel and @file{/proc} mounted (is @file{/proc} there and populated)? |
| | 1015 | Create /proc with @command{mkdir /proc} if needed. Then add the following line to @file{/etc/fstab}: |
| | 1016 | @example |
| | 1017 | proc /proc proc defaults 0 0@end example |
| | 1018 | and @command{mount /proc}. |
| | 1019 | @end itemize |