Page 9 of 48 FirstFirst ... 789101119 ... LastLast
Results 81 to 90 of 478

Thread: HOW TO: Install and configure lm-sensors

  1. #81
    Join Date
    Jun 2005
    Location
    Omaha, Nebraska
    Beans
    49
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOW TO: Install and configure lm-sensors

    So, stating the obvious:

    # Generated by sensors-detect on Sat Mar 25 11:54:08 2006
    # I2C adapter drivers
    i2c-isa
    # I2C chip drivers
    # no driver for SMSC 47M15x/192 Super IO Fan Sensors yet

    I guess my machine is too new to have lm-sensors work correctly?

    MSI MS-7184 motherboard.
    AMD Athlon 64 X2 3800+ processor.
    Northbridge: ATI RS482 and Southbridge: ATI SB400 chipset.
    1 GB Ramm

    How often are drivers released?

    Thanks,
    --Todd

    Your program was throwing Null Pointer Exceptions like rice at a wedding...

  2. #82
    Join Date
    Mar 2006
    Location
    Slovenija
    Beans
    260
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HOW TO: Install and configure lm-sensors

    how to enable sound alarm

    alarms:
    beep_enable:
    Sound alarm disabled
    Last edited by mitjab; March 27th, 2006 at 10:46 AM.

  3. #83
    Join Date
    Feb 2006
    Location
    Transit City
    Beans
    220

    Re: HOW TO: Install and configure lm-sensors

    I used this guide (for 64-bit Dapper) and it worked fine, until the reboot stage. Now sensors-detect can't find anything again!
    ga-k8n51 gmf-9 | amd 64 3700+ | geforce 6100
    protein think folding@home monitor

  4. #84
    Join Date
    Apr 2005
    Location
    Sintra, Portugal
    Beans
    835

    Re: HOW TO: Install and configure lm-sensors

    On my new system, an AMD64 dapper, sensors are not detected, unfortunately. Does anyone on amd64 have any ideas how to get this working?

  5. #85
    Join Date
    Feb 2006
    Location
    Transit City
    Beans
    220

    Re: HOW TO: Install and configure lm-sensors

    Tonight I downloaded the unofficial AMD-64 version of lm-sensors from debian here.
    After I installed it, Dapper's update thingy told me there was a new version available, which I installed.
    Then I went back through the sensor setup shown at the top of this thread.
    Voila! $sensors:

    w83627ehf-isa-0290
    Adapter: ISA adapter
    Case Fan: 0 RPM (min = 1205 RPM, div = 32)
    CPU Fan: 3183 RPM (min = 1704 RPM, div = 8)
    fan3: 0 RPM (min = 0 RPM, div = 32)
    fan4: 0 RPM (min = 0 RPM, div = 4)
    Sys Temp: +27°C (high = +45°C, hyst = +40°C)
    CPU Temp: +33.0°C (high = +45.0°C, hyst = +40.0°C)
    temp3: -48.0°C (high = +127.0°C, hyst = +127.0°C)
    Last edited by WelterPelter; April 6th, 2006 at 05:17 PM.
    ga-k8n51 gmf-9 | amd 64 3700+ | geforce 6100
    protein think folding@home monitor

  6. #86
    Join Date
    Jul 2005
    Beans
    51
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: HOW TO: Install and configure lm-sensors

    Ok, I have a fun one:

    I installed all the good stuff; works like a charm:

    Code:
    it8712-isa-0290
    Adapter: ISA adapter
    VCore 1:   +1.39 V  (min =  +1.42 V, max =  +1.57 V)   ALARM
    VCore 2:   +2.58 V  (min =  +2.40 V, max =  +2.61 V)
    +3.3V:     +6.62 V  (min =  +3.14 V, max =  +3.46 V)   ALARM
    +5V:       +4.87 V  (min =  +4.76 V, max =  +5.24 V)
    +12V:     +12.29 V  (min = +11.39 V, max = +12.61 V)
    -12V:     -11.77 V  (min = -12.63 V, max = -11.41 V)   ALARM
    -5V:       -1.86 V  (min =  -5.26 V, max =  -4.77 V)   ALARM
    Stdby:     +2.10 V  (min =  +4.76 V, max =  +5.24 V)   ALARM
    VBat:      +4.08 V
    fan1:     4560 RPM  (min =    0 RPM, div = 8)
    fan2:        0 RPM  (min = 3013 RPM, div = 8)
    fan3:     1638 RPM  (min = 3013 RPM, div = 8)          ALARM
    M/B Temp:    +25°C  (low  =   +15°C, high =   +40°C)   sensor = thermistor
    CPU Temp:    +35°C  (low  =   +15°C, high =   +45°C)   sensor = thermistor
    Temp3:        +3°C  (low  =   +15°C, high =   +45°C)   sensor = diode
    NOW, problem is when the cpu modules load:

    Code:
    #----cut here for sensor probing----
    # I2C adapter drivers
    # modprobe unknown adapter bt878 #0 [sw]
    it87
    eeprom
    i2c-isa
    i2c-nforce2
    # I2C chip drivers
    #----cut here----
    (reversed as per the howto)

    I get my mobo speaker beeping at me CONSTANTLY.
    Like, one continuous beep that starts when the module is loaded (not sure which one, but one of the above), and does not end until I power down.

    Un-usable.


    Any help is appreicated; possibly disabling the alarm? or even disable linux's access to that speaker altogether (less than optimal)

    Thanks!

  7. #87
    Join Date
    May 2006
    Location
    ~/
    Beans
    81
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: HOW TO: Install and configure lm-sensors

    I use lm_sensors on dapper beta 2, and it only detects my cpu and case fans. It won't detect the CPU temp or case temp or anything like that. Speedfan can detect them just fine under windows. Is there any other program that maybe can control fan speeds automatically like speedfan?
    Sean Welton
    Ubuntu Ohio LoCo Team

  8. #88
    Join Date
    Jan 2006
    Location
    Gloucester,Australia
    Beans
    856
    Distro
    Ubuntu 6.06

    Re: HOW TO: Install and configure lm-sensors

    hey a noob question on the very first post oyou said mkdev.sh where is that script exactly?
    This is the dumbest error I found in bios
    "Error Keyboard Failure Press F1 to continue or DEL to enter setup
    Amd Athlon 64 2800+, 1gb Ram, ATI Radeon HD3650 512mb, Western digital 160gb Segate 80gb, Gigabyte GaK8NS ,Cameron

  9. #89
    Join Date
    Apr 2006
    Location
    Seine-et-Oise,France
    Beans
    449
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: HOW TO: Install and configure lm-sensors

    Quote Originally Posted by juantxorena
    Here's my sensors-detect result:
    Code:
    #----cut here----
    # I2C adapter drivers
    i2c-nforce2
    # I2C chip drivers
    # Warning: the required module smbus-arp is not currently installed on your system.
    # For status of 2.6 kernel ports see http://secure.netroedge.com/~lm78/supported.html
    # If driver is built-in to the kernel, or unavailable, comment out the following line.
    smbus-arp
    #----cut here----
    I've just compiled a new kernel, and I can't found anything related to smbus-arp. My motherboard is an ASUS A7N8X-E Deluxe, with a nForce2 chipset.
    Any help?
    I have the same mainboard, and I believe I had lm-sensors working on it with Mandrake 10.2, then Mandriva, both with 2.6 series kernels. I don't remember having any problems getting the sensors to work.

    What is this smbus-arp module?

    (A while ago, I had lm-sensors working with mandrake on an Abit BP6.)

    Beef.

  10. #90
    Join Date
    Mar 2005
    Location
    Phoenix, Arizona, USA
    Beans
    314
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: HOW TO: Install and configure lm-sensors

    Am I the only one that thinks step 1 is almost useless since it doesn't include steps 2-8?

    Why do they bother with an installation program that doesn't configure anything?

    Is it really worth all this for some geeky stuff on your desktop?

    I lost complete interest in any sensors desktop stuff after seeing what a PITA this required package is.

    Well at least you won't ever find yourself entering "sudo dpkg-reconfigure lm-sensors"
    Scott
    © 2010 angrykeyboarder™ & Elmer Fudd. All Wites Wesewved.
    I never used an OS that I didn't (dis)like.
    I'm angrykeyboarder™ and I approved this message.

Page 9 of 48 FirstFirst ... 789101119 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •