I get this message when booting:
        Error -4 loading sensors configuration file: /etc/sensors.conf
When logged in however, the sensors are working in gkrellm.

In modules.conf, I have:
        # I2C module options
        alias char-major-89             i2c-dev
        options adm1021                 ignore=0,0x4e
In rc.local, I have:
        # I2C adapter drivers
        modprobe i2c-viapro
        modprobe i2c-isa
        modprobe eeprom
        modprobe via686a

lsmod gives:
via686a                 8260   0
eeprom                  3104   0
i2c-proc                6368   0  [via686a eeprom]
i2c-isa                 1188   0  (unused)
i2c-viapro              3912   0  (unused)
i2c-core               13472   0  [via686a eeprom i2c-proc i2c-isa
                                   i2c-viapro]

If I then `modprobe i2c-dev`, lsmod changes as follows:
i2c-dev                 4000   0  (unused)
i2c-core               13472   0  [i2c-dev via686a eeprom i2c-proc
                                   i2c-isa i2c-viapro]

Is this devfs-related?  The above setup works in 8.1 (devfs=nomount) with 
the same sensors.conf.  Surely I don't have to add "modprobe i2c-dev" to 
rc.local as well?
-- 
Peter Ruskin, Wrexham, Wales.  AMD Athlon XP 1600+, 512MB RAM.
Registered Linux User 219434.  Mandrake Linux release 8.2 (Cooker) 
Kernel 2.4.17-16mdk-pnr,  XFree86 4.2.0, patch level 3mdk.
KDE: 2.2.2.  Qt: 2.3.1.  Up 9 minutes.

Reply via email to