Results 1 to 5 of 5

Thread: Tweaking lm-sensors?

  1. #1
    Join Date
    Oct 2014
    Beans
    125

    Tweaking lm-sensors?

    Currently, my output of 'sensors' is minimal on my Asus Z97-Pro:

    acpitz-virtual-0
    Adapter: Virtual device
    temp1: +27.8°C (crit = +105.0°C)
    temp2: +29.8°C (crit = +105.0°C)

    coretemp-isa-0000
    Adapter: ISA adapter
    Physical id 0: +28.0°C (high = +80.0°C, crit = +100.0°C)
    Core 0: +28.0°C (high = +80.0°C, crit = +100.0°C)
    Core 1: +26.0°C (high = +80.0°C, crit = +100.0°C)
    Core 2: +26.0°C (high = +80.0°C, crit = +100.0°C)
    Core 3: +25.0°C (high = +80.0°C, crit = +100.0°C)

    asus-isa-0000
    Adapter: ISA adapter
    cpu_fan: 0 RPM



    I am happy with the temperature readings, just would like to have access to fan readings.

    Is there any chance of tweaking lm-sensors to give access to more sensor readings?

  2. #2
    Join Date
    Jun 2007
    Beans
    14,792

    Re: Tweaking lm-sensors?

    Try:
    Code:
    sudo modprobe -v nct6775
    sensors
    If that works, you can put nct6775 in /etc/modules, or you can run 'sudo sensors-detect' and let it do that for you.

  3. #3
    Join Date
    Oct 2014
    Beans
    125

    Re: Tweaking lm-sensors?

    Quote Originally Posted by Temüjin View Post
    Try:
    Code:
    sudo modprobe -v nct6775
    sensors
    If that works, you can put nct6775 in /etc/modules, or you can run 'sudo sensors-detect' and let it do that for you.
    Been there, done that, doesn't work...

  4. #4
    Join Date
    Jun 2007
    Beans
    14,792

    Re: Tweaking lm-sensors?


  5. #5
    Join Date
    Oct 2014
    Beans
    125

    Re: Tweaking lm-sensors?

    Quote Originally Posted by Temüjin View Post
    Yes! Setting the acpi_enforce_resources=lax boot parameter did the job.

    Thanks!

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
  •