Re: i2c and lm_sensors
From: Andreas Korn (andreas.korn_at_onlinehome.de)
Date: 03/26/04
- Next message: Brian Chase: "Re: does any one(p1) speak through linux box one ...(VOIP) and the another ..."
- Previous message: Jean-David Beyer: "What is RHEL 3 Update 1?"
- In reply to: ElNoHabido: "Re: i2c and lm_sensors"
- Next in thread: ElNoHabido: "Re: i2c and lm_sensors"
- Reply: ElNoHabido: "Re: i2c and lm_sensors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 26 Mar 2004 23:03:08 +0100
First, if you use Fedora, you could use some non-official addon
repositories (apt or yum), too. At ATRPMS
(http://atrpms.physik.fu-berlin.de/) you also find the kernel modules,
user space rpm-packages, ...
Just install lm_sensors package. This will install
/etc/init.d/lm_sensors. This should be started as service (like
everything else in /etc/init.d) and loads the modules. The modprobe
commands should be in /etc/sysconfig/lm_sensors (just like the
sensors-detect tells you).
If you don't (or cannot) use the rpms packages, you will have to do some
more manual checking and editing, but basically it should work the same way.
Andreas
ElNoHabido wrote:
> *****************
> To load everything that is needed, add this to some /etc/rc* file:
>
> #----cut here----
> # I2C adapter drivers
> modprobe i2c-isa
> # I2C chip drivers
> modprobe w83781d
> # sleep 2 # optional
> /usr/local/bin/sensors -s # recommended
> #----cut here----
>
> Do you want to generate /etc/sysconfig/lm_sensors? (YES/no): y
> Copy prog/init/lm_sensors.init to /etc/rc.d/init.d/lm_sensors
> for initialization at boot time.
>
> ****************
>
> but I do not know where to add both modprobe lines. I search for
> lm_sensors.init in order to copy to /etc/rc.d/init.d/lm_sensors but I
> didn't find. I have a lm_sensors file in /etc/sysconfig/lm_sensors as it
> says but it is not a script file.
>
> Could you, please, give me an idea of how to do it?
>
> (I don't undestand my last mail 8-))
>
> I want to load the modules automatically. Now I do it manually everytime
> I logon.
>
> Which are the files I need to modified in order to have support to
> sensors always?
>
> HAve you got nforce2 chipset too?...what modules do you need to load?
>
>
- Next message: Brian Chase: "Re: does any one(p1) speak through linux box one ...(VOIP) and the another ..."
- Previous message: Jean-David Beyer: "What is RHEL 3 Update 1?"
- In reply to: ElNoHabido: "Re: i2c and lm_sensors"
- Next in thread: ElNoHabido: "Re: i2c and lm_sensors"
- Reply: ElNoHabido: "Re: i2c and lm_sensors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|