[SLE] Sensors

From: Jesse Shaver (J_shaver_at_comcast.net)
Date: 05/31/05

  • Next message: MindBender: "Re: [SLE] kernel message Help"
    Date: Mon, 30 May 2005 17:37:41 -0700
    To: suse-linux-e list <suse-linux-e@suse.com>
    
    

    I have looked around online and in the SuSE documentation, and can't figure this out, so maybe someone here knows.

    I have a Gigabyte GA-7N400 Pro2 Motherboard with Fan speed, Temperature and other sensors on it which I am trying to gain access to in SuSE 9.1 (not just in BIOS).

    I have the Sensors package installed, and have run sensors-detect, which comes back with this at the end:

    ------------------------------
    I will now generate the commands needed to load the I2C modules.
     Sometimes, a chip is available both through the ISA bus and an I2C bus.
     ISA bus access is faster, but you need to load an additional driver module
     for it. If you have the choice, do you want to use the ISA bus or the
     I2C/SMBus (ISA/smbus)?

    To make the sensors modules behave correctly, add these lines to
    /etc/modules.conf:

    #----cut here----
    # I2C module options
    alias char-major-89 i2c-dev
    options it87 ignore=-1,0x290
    #----cut here----

    To load everything that is needed, add this to some /etc/rc* file:

    #----cut here----
    # I2C adapter drivers
    modprobe i2c-nforce2
    modprobe i2c-savage4
    modprobe i2c-isa
    # I2C chip drivers
    modprobe eeprom
    # no driver for Smart Battery Charger yet, ask us for one!
    modprobe smartbatt
    modprobe max6650
    modprobe saa1064
    modprobe smbus-arp
    modprobe pca9540
    modprobe it87
    # sleep 2 # optional
    /usr/bin/sensors -s # recommended
    #----cut here----

    WARNING! If you have some things built into your kernel, the list above
    will contain too many modules. Skip the appropriate ones! You really should
    try these commands right now to make sure everything is working properly.
    Monitoring programs won't work until it's done.

    -------------------------------

    So I followed its instructions and tried to load each of the kernel modules at the command line. i2c-nforce2, i2c-savage4, i2c-isa, eeprom, and ti87 (at the bottom) loaded ok. I skipped SmartBatt, as this is a desktop. On the rest of the modules: max6650, saa1064, smbus-arp, pca9540, I get "FATAL: Module max6650 not found."

    When I do a "find / -name max6650" (one of the modules that failed) I only get one hit "/usr/share/doc/packages/sensors/chips/max6650" but I when I search for i2c-nforce2 (one of the modules that loads) all I find is a documentation file in the same directory.

    From what I have read online, it looks to me like the Sensors should come with all the modules it knows about, so I don't know where to go from here.

    Any guidance or advice would be greatly appreciated.

    Thanks in advance,

    -Jesse

    -- 
    Check the headers for your unsubscription address
    For additional commands send e-mail to suse-linux-e-help@suse.com
    Also check the archives at http://lists.suse.com
    Please read the FAQs: suse-linux-e-faq@suse.com
    

  • Next message: MindBender: "Re: [SLE] kernel message Help"

    Relevant Pages

    • Re: [SLE] Sensors
      ... > I have looked around online and in the SuSE documentation, ... > Temperature and other sensors on it which I am trying to gain access ... a chip is available both through the ISA bus and an I2C ... > modprobe i2c-nforce2 ...
      (SuSE)
    • Re: 2.6.10-rc2-mm3
      ... I updated my sensors userspace to latest cvs to check if some kind of ... Driver `to-be-written': ... Driver `smbus-arp': ... modprobe i2c-isa ...
      (Linux-Kernel)
    • lm_sensors doesnt stay enabled!
      ... I have gotten the lm_sensors configured to read cpu temp and other ... the sensors won't start back up. ... alias snd-card-0 snd-ens1371 ... modprobe i2c-viapro ...
      (Fedora)
    • Re: Use of sensors
      ... If you're reunning Fedora you should put those on ... Not sure what the VID is, ... > To make the sensors modules behave correctly, ... > modprobe i2c-isa ...
      (Fedora)
    • Re: Lm_sensors / SuSE9 / Asus P4s333
      ... > this sequence at boot there will be another line in the script, ... modprobe i2c-sis645 ... > In your case sensors have failed to start, ...
      (alt.os.linux.suse)