On Sat, Mar 09, 2002 at 02:30:01PM +0100, Guillaume Rousse wrote: > Ainsi parlait Keld J�rn Simonsen : > > On Sat, Mar 09, 2002 at 02:28:00PM +0100, Yves Duret wrote: > > > [EMAIL PROTECTED] (Marco) writes: > > > > Hello > > > > > > > > I have a problem with lm_sensor. > > > > lm_sensors-2.6.2-4mdk > > > > liblm_sensors1-2.6.2-4mdk > > > > > > > > The sensor detected a error during system boot. > > > > > > > > Can't access /proc file "/proc/sys/dev/sensors/chips or > > > > /proc/bus/i2c-proc" > > > > > > > > Make sure that you have done "modprobe i2c-proc" > > > > Error loading -4 ... /etc/sensor.conf > > > > > > > > Somebody an idea? > > > > > > yep, you need to load the needed modules *before* this init script > > > > Is that enough? I am loading the modules via /etc/module.conf > > and still I get the /etc/sensors.conf missing error. > > What can I do? > /etc/module.conf only maps modules to a given major/minor number, it doesn't > triggers module loading. > If you want some modules to be loaded automatically at start-up, use > /etc/modules instead.
Well, I also have something in /etc/rc.local - should that be ok, or is /etc/modules better? What I had there is: # for LM_sensors # I2C adapter drivers modprobe i2c-i801 modprobe i2c-isa # I2C chip drivers modprobe eeprom modprobe w83781d keld
