<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Further research shows that the use of
      /proc/acpi/thermal_zone has been deprecated for some time.  The
      new location is /sys/class/thermal.<br>
      <br>
      I have not found any specific reference about the current state of
      usage of /proc/acpi/fan.<br>
      <br>
      But at least on the first point, important reference pages are
      outdated, such as <a href="https://wiki.ubuntu.com/DebuggingACPI">https://wiki.ubuntu.com/DebuggingACPI</a>
      and <a
href="https://01.org/linux-acpi/documentation/debug-how-isolate-linux-acpi-issues">https://01.org/linux-acpi/documentation/debug-how-isolate-linux-acpi-issues</a>
      (at the Intel Open Source Technology Center).<br>
      <br>
      On 6/3/2014 12:42 PM, John Hupp wrote:<br>
    </div>
    <blockquote cite="mid:538DFB06.2020400@prpcompany.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">See my follow-up post, "Laptop ACPI
        fan control," for a new summary of things.  And I'm still
        studying the matter, even for my own sake.  <br>
        <br>
        But you have arrived at the point where lm-sensors is saying
        that it can't do anything for you except read the CPU temp.<br>
        <br>
        If the Acer BIOS does not provide fan control (you've already
        looked at that?), then the only other "easy" venue would be
        control via ACPI.  Many laptops don't support this.  However, I
        see that Acer often does.  Check to see if /proc/acpi/fan exists
        and what, if any contents it has.  Likewise with
        /proc/acpi/thermal_zone/*/trip_points.<br>
        <br>
        On 6/3/2014 12:05 PM, Morten Bjerremann Nielsen wrote:<br>
      </div>
      <blockquote cite="mid:1401811512.2874.6.camel@V5-572G" type="cite">
        <div class="moz-text-plain" wrap="true" graphical-quote="true"
          style="font-family: -moz-fixed; font-size: 14px;"
          lang="x-western">
          <pre wrap="">Hey John.

Sorry for the late response -work took up the most of my time.

When I run the "sudo sensors-detect" the result is this(Yes to all):

----------------------------------------------------------------------
Now follows a summary of the probes I have just done.
Just press ENTER to continue: 

Driver `coretemp':
  * Chip `Intel digital thermal sensor' (confidence: 9)

To load everything that is needed, add this to /etc/modules:
#----cut here----
# Chip drivers
coretemp
#----cut here----
If you have some drivers built into your kernel, the list above will
contain too many modules. Skip the appropriate ones!

Do you want to add these lines automatically to /etc/modules? (yes/NO)
----------------------------------------------------------------------

But when choose to add it to the /etc/modules nothing happens.
And it looks like to me, that it only detects thermal sensors, and no
pwm controllers. Or am I just missing something here? <span class="moz-smiley-s1" title=":)"><span>:)</span></span>

<div class="moz-txt-sig">-- 

Med venlig hilsen / Best regards

Morten Bjerremann Nielsen

On Fri, 2014-05-30 at 20:20 -0400, John Hupp wrote:
</div></pre>
          <blockquote type="cite" style="color: #000000;">
            <pre wrap=""><span class="moz-txt-citetags">> </span>You say that you installed lm-sensors (and fancontrol, although I
<span class="moz-txt-citetags">> </span>think fancontrol is simply part of the lm-sensors package) and detail
<span class="moz-txt-citetags">> </span>some things about lsmod and the desired fan control settings.
<span class="moz-txt-citetags">> </span>
<span class="moz-txt-citetags">> </span>But when you ran sensors-detect, what did it detect, and what if any
<span class="moz-txt-citetags">> </span>modules did it proposed to install?
<span class="moz-txt-citetags">> </span>
<span class="moz-txt-citetags">> </span>I say this because the README warns regarding laptops:
<span class="moz-txt-citetags">> </span>
<span class="moz-txt-citetags">> </span>HARDWARE SUPPORT
<span class="moz-txt-citetags">> </span>----------------
<span class="moz-txt-citetags">> </span>    
<span class="moz-txt-citetags">> </span>    To find out what hardware you have, just run 'sensors-detect' as
<span class="moz-txt-citetags">> </span>root.
<span class="moz-txt-citetags">> </span>    
<span class="moz-txt-citetags">> </span>    Most modern mainboards incorporate some form of hardware
<span class="moz-txt-citetags">> </span>monitoring chips.
<span class="moz-txt-citetags">> </span>    These chips read things like chip temperatures, fan rotation
<span class="moz-txt-citetags">> </span>speeds and
<span class="moz-txt-citetags">> </span>    voltage levels. There are quite a few different chips which can be
<span class="moz-txt-citetags">> </span>used by
<span class="moz-txt-citetags">> </span>    mainboard builders for approximately the same results.
<span class="moz-txt-citetags">> </span>    
<span class="moz-txt-citetags">> </span>    Laptops, on the other hand, rarely expose any hardware monitoring
<span class="moz-txt-citetags">> </span>    chip. They often have some BIOS and/or ACPI magic to get the CPU
<span class="moz-txt-citetags">> </span>    temperature value, but that's about it. For such laptops, the
<span class="moz-txt-citetags">> </span>lm-sensors
<span class="moz-txt-citetags">> </span>    package is of no use (sensors-detect will not find anything), and
<span class="moz-txt-citetags">> </span>you have
<span class="moz-txt-citetags">> </span>    to use acpi instead.
<span class="moz-txt-citetags">> </span>    
<span class="moz-txt-citetags">> </span>    This package doesn't contain chip-specific knowledge. It will
<span class="moz-txt-citetags">> </span>support all
<span class="moz-txt-citetags">> </span>    the hardware monitoring chips your kernel has drivers for. In
<span class="moz-txt-citetags">> </span>other words,
<span class="moz-txt-citetags">> </span>    if you find out that you have unsupported hardware (e.g.
<span class="moz-txt-citetags">> </span>sensors-detect
<span class="moz-txt-citetags">> </span>    told you so) then it means that you need a more recent kernel, or
<span class="moz-txt-citetags">> </span>you
<span class="moz-txt-citetags">> </span>    even need to wait for a new kernel driver to be written. Updating
<span class="moz-txt-citetags">> </span>the
<span class="moz-txt-citetags">> </span>    lm-sensors package itself will not help.
<span class="moz-txt-citetags">> </span>    
<span class="moz-txt-citetags">> </span>
<span class="moz-txt-citetags">> </span>On 5/29/2014 4:34 AM, Morten Bjerremann Nielsen wrote:
<span class="moz-txt-citetags">> </span>
</pre>
            <blockquote type="cite" style="color: #000000;">
              <pre wrap=""><span class="moz-txt-citetags">> > </span>Thank you, for the answer Israel.
<span class="moz-txt-citetags">> > </span>
<span class="moz-txt-citetags">> > </span>I will try to give you the info, in this reply <span class="moz-smiley-s1" title=":)"><span>:)</span></span>
<span class="moz-txt-citetags">> > </span>
<span class="moz-txt-citetags">> > </span>My CPU is a 64bit (Intel(R) Core(TM) i5-3337U CPU @ 1.80GHz).
<span class="moz-txt-citetags">> > </span>
<span class="moz-txt-citetags">> > </span>The output of the lshw is attached as a text file, with this reply.
<span class="moz-txt-citetags">> > </span>
<span class="moz-txt-citetags">> > </span>I haven't had this running on any previous version, but i'm currently
<span class="moz-txt-citetags">> > </span>running Linux V5-572G 3.13.0-24-generic #47-Ubuntu SMP Fri May 2
<span class="moz-txt-citetags">> > </span>23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux.
<span class="moz-txt-citetags">> > </span>
<span class="moz-txt-citetags">> > </span>It's my first time running Lubuntu on this computer.
<span class="moz-txt-citetags">> > </span>
<span class="moz-txt-citetags">> > </span>Hope you can help.
<span class="moz-txt-citetags">> > </span>
<span class="moz-txt-citetags">> > </span>-- Med venlig hilsen / Best regards Morten Bjerremann Nielsen On
<span class="moz-txt-citetags">> > </span>Tue, 2014-05-27 at 20:47 -0500, Israel wrote: 
</pre>
              <blockquote type="cite" style="color: #000000;">
                <blockquote type="cite" style="color: #000000;">
                  <pre wrap=""><span class="moz-txt-citetags">> > > > </span>Hi, it would help to know more about your processor... it looks like you
<span class="moz-txt-citetags">> > > > </span>have intel, so is it 32bit or 64?
<span class="moz-txt-citetags">> > > > </span>a more exact model name would also be helpful, to others who know more
<span class="moz-txt-citetags">> > > > </span>about this...
<span class="moz-txt-citetags">> > > > </span>The command lshw (or rather 'sudo lshw') will list out your hardware. 
<span class="moz-txt-citetags">> > > > </span>please run it as sudo, so a more complete output it generated.
<span class="moz-txt-citetags">> > > > </span>you can output it into a file by running something like:
<span class="moz-txt-citetags">> > > > </span>sudo lshw > lshw.txt
<span class="moz-txt-citetags">> > > > </span>
<span class="moz-txt-citetags">> > > > </span>Thanks!  Also, it is usually very useful to know the exact Kernel and
<span class="moz-txt-citetags">> > > > </span>version of the OS you are using
<span class="moz-txt-citetags">> > > > </span>uname -a will show all the info about the kernel version
<span class="moz-txt-citetags">> > > > </span>and I am guessing you might be using 14.04...
<span class="moz-txt-citetags">> > > > </span>
<span class="moz-txt-citetags">> > > > </span>Also... have you had this working in a previous version, or is this the
<span class="moz-txt-citetags">> > > > </span>first time you have used Lubuntu on this computer?
<span class="moz-txt-citetags">> > > > </span>
<span class="moz-txt-citetags">> > > > </span>On 05/27/2014 12:42 PM, Morten Bjerremann Nielsen wrote:
</pre>
                  <blockquote type="cite" style="color: #000000;">
                    <blockquote type="cite" style="color: #000000;">
                      <pre wrap=""><span class="moz-txt-citetags">> > > > > > </span>Hi everyone.
<span class="moz-txt-citetags">> > > > > ></span>
<span class="moz-txt-citetags">> > > > > > </span>I'm trying to get the "acerhdf.conf" to work on my Acer Aspire V5-572G.
<span class="moz-txt-citetags">> > > > > ></span>
<span class="moz-txt-citetags">> > > > > > </span>I've installed the "lm-sensors" and "fancontrol" as well, but nothing
<span class="moz-txt-citetags">> > > > > > </span>works.
<span class="moz-txt-citetags">> > > > > ></span>
<span class="moz-txt-citetags">> > > > > > </span>My wish, is for the fans to constantly run a little, because i game a
<span class="moz-txt-citetags">> > > > > > </span>lot and wan't my computer to run cool.
<span class="moz-txt-citetags">> > > > > ></span>
<span class="moz-txt-citetags">> > > > > > </span>This is the settings I wish to use:
<span class="moz-txt-citetags">> > > > > > </span>"options acerhdf kernelmode = 1 fanon = 45000 fanoff = 40000"
<span class="moz-txt-citetags">> > > > > ></span>
<span class="moz-txt-citetags">> > > > > > </span>And this is the output of "lsmod":
<span class="moz-txt-citetags">> > > > > > </span>Module                  Size  Used by
<span class="moz-txt-citetags">> > > > > > </span>ctr                    13049  3 
<span class="moz-txt-citetags">> > > > > > </span>ccm                    17773  3 
<span class="moz-txt-citetags">> > > > > > </span>bbswitch               13943  0 
<span class="moz-txt-citetags">> > > > > > </span>dm_crypt               23177  0 
<span class="moz-txt-citetags">> > > > > > </span>acer_wmi               32522  0 
<span class="moz-txt-citetags">> > > > > > </span>sparse_keymap          13948  1 acer_wmi
<span class="moz-txt-citetags">> > > > > > </span>rfcomm                 69160  8 
<span class="moz-txt-citetags">> > > > > > </span>intel_rapl             18773  0 
<span class="moz-txt-citetags">> > > > > > </span>bnep                   19624  2 
<span class="moz-txt-citetags">> > > > > > </span>x86_pkg_temp_thermal    14205  0 
<span class="moz-txt-citetags">> > > > > > </span>intel_powerclamp       14705  0 
<span class="moz-txt-citetags">> > > > > > </span>kvm_intel             143060  0 
<span class="moz-txt-citetags">> > > > > > </span>kvm                   451511  1 kvm_intel
<span class="moz-txt-citetags">> > > > > > </span>crct10dif_pclmul       14289  0 
<span class="moz-txt-citetags">> > > > > > </span>crc32_pclmul           13113  0 
<span class="moz-txt-citetags">> > > > > > </span>ghash_clmulni_intel    13259  0 
<span class="moz-txt-citetags">> > > > > > </span>snd_hda_codec_hdmi     46207  1 
<span class="moz-txt-citetags">> > > > > > </span>snd_hda_codec_realtek    61438  1 
<span class="moz-txt-citetags">> > > > > > </span>aesni_intel            55624  379 
<span class="moz-txt-citetags">> > > > > > </span>aes_x86_64             17131  1 aesni_intel
<span class="moz-txt-citetags">> > > > > > </span>lrw                    13286  1 aesni_intel
<span class="moz-txt-citetags">> > > > > > </span>gf128mul               14951  1 lrw
<span class="moz-txt-citetags">> > > > > > </span>glue_helper            13990  1 aesni_intel
<span class="moz-txt-citetags">> > > > > > </span>ablk_helper            13597  1 aesni_intel
<span class="moz-txt-citetags">> > > > > > </span>cryptd                 20359  189
<span class="moz-txt-citetags">> > > > > > </span>ghash_clmulni_intel,aesni_intel,ablk_helper
<span class="moz-txt-citetags">> > > > > > </span>snd_hda_intel          52355  1 
<span class="moz-txt-citetags">> > > > > > </span>snd_hda_codec         192906  3
<span class="moz-txt-citetags">> > > > > > </span>snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
<span class="moz-txt-citetags">> > > > > > </span>uvcvideo               80885  0 
<span class="moz-txt-citetags">> > > > > > </span>snd_hwdep              13602  1 snd_hda_codec
<span class="moz-txt-citetags">> > > > > > </span>videobuf2_vmalloc      13216  1 uvcvideo
<span class="moz-txt-citetags">> > > > > > </span>binfmt_misc            17468  1 
<span class="moz-txt-citetags">> > > > > > </span>joydev                 17381  0 
<span class="moz-txt-citetags">> > > > > > </span>videobuf2_memops       13362  1 videobuf2_vmalloc
<span class="moz-txt-citetags">> > > > > > </span>snd_pcm               102099  3
<span class="moz-txt-citetags">> > > > > > </span>snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
<span class="moz-txt-citetags">> > > > > > </span>serio_raw              13462  0 
<span class="moz-txt-citetags">> > > > > > </span>videobuf2_core         40664  1 uvcvideo
<span class="moz-txt-citetags">> > > > > > </span>snd_page_alloc         18710  2 snd_pcm,snd_hda_intel
<span class="moz-txt-citetags">> > > > > > </span>videodev              134688  2 uvcvideo,videobuf2_core
<span class="moz-txt-citetags">> > > > > > </span>snd_seq_midi           13324  0 
<span class="moz-txt-citetags">> > > > > > </span>snd_seq_midi_event     14899  1 snd_seq_midi
<span class="moz-txt-citetags">> > > > > > </span>arc4                   12608  2 
<span class="moz-txt-citetags">> > > > > > </span>snd_rawmidi            30144  1 snd_seq_midi
<span class="moz-txt-citetags">> > > > > > </span>ath3k                  13318  0 
<span class="moz-txt-citetags">> > > > > > </span>ath9k                 164164  0 
<span class="moz-txt-citetags">> > > > > > </span>btusb                  32412  0 
<span class="moz-txt-citetags">> > > > > > </span>ath9k_common           13551  1 ath9k
<span class="moz-txt-citetags">> > > > > > </span>ath9k_hw              453856  2 ath9k_common,ath9k
<span class="moz-txt-citetags">> > > > > > </span>lpc_ich                21080  0 
<span class="moz-txt-citetags">> > > > > > </span>ath                    28698  3 ath9k_common,ath9k,ath9k_hw
<span class="moz-txt-citetags">> > > > > > </span>bluetooth             395423  23 bnep,ath3k,btusb,rfcomm
<span class="moz-txt-citetags">> > > > > > </span>mac80211              626489  1 ath9k
<span class="moz-txt-citetags">> > > > > > </span>snd_seq                61560  2 snd_seq_midi_event,snd_seq_midi
<span class="moz-txt-citetags">> > > > > > </span>rtsx_pci_ms            18151  0 
<span class="moz-txt-citetags">> > > > > > </span>snd_seq_device         14497  3 snd_seq,snd_rawmidi,snd_seq_midi
<span class="moz-txt-citetags">> > > > > > </span>cfg80211              484040  3 ath,ath9k,mac80211
<span class="moz-txt-citetags">> > > > > > </span>snd_timer              29482  2 snd_pcm,snd_seq
<span class="moz-txt-citetags">> > > > > > </span>memstick               16966  1 rtsx_pci_ms
<span class="moz-txt-citetags">> > > > > > </span>snd                    69238  13
<span class="moz-txt-citetags">> > > > > > </span>snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi
<span class="moz-txt-citetags">> > > > > > </span>soundcore              12680  1 snd
<span class="moz-txt-citetags">> > > > > > </span>mei_me                 18627  0 
<span class="moz-txt-citetags">> > > > > > </span>mei                    82274  1 mei_me
<span class="moz-txt-citetags">> > > > > > </span>nvidia              10675249  27 
<span class="moz-txt-citetags">> > > > > > </span>parport_pc             32701  0 
<span class="moz-txt-citetags">> > > > > > </span>wmi                    19177  1 acer_wmi
<span class="moz-txt-citetags">> > > > > > </span>ppdev                  17671  0 
<span class="moz-txt-citetags">> > > > > > </span>mac_hid                13205  0 
<span class="moz-txt-citetags">> > > > > > </span>coretemp               13435  0 
<span class="moz-txt-citetags">> > > > > > </span>lp                     17759  0 
<span class="moz-txt-citetags">> > > > > > </span>parport                42348  3 lp,ppdev,parport_pc
<span class="moz-txt-citetags">> > > > > > </span>hid_generic            12548  0 
<span class="moz-txt-citetags">> > > > > > </span>usbhid                 52616  0 
<span class="moz-txt-citetags">> > > > > > </span>hid                   106148  2 hid_generic,usbhid
<span class="moz-txt-citetags">> > > > > > </span>rtsx_pci_sdmmc         23274  0 
<span class="moz-txt-citetags">> > > > > > </span>i915                  783485  2 
<span class="moz-txt-citetags">> > > > > > </span>psmouse               102222  0 
<span class="moz-txt-citetags">> > > > > > </span>i2c_algo_bit           13413  1 i915
<span class="moz-txt-citetags">> > > > > > </span>drm_kms_helper         52758  1 i915
<span class="moz-txt-citetags">> > > > > > </span>ahci                   25819  1 
<span class="moz-txt-citetags">> > > > > > </span>libahci                32168  1 ahci
<span class="moz-txt-citetags">> > > > > > </span>drm                   302817  5 i915,drm_kms_helper,nvidia
<span class="moz-txt-citetags">> > > > > > </span>r8169                  67581  0 
<span class="moz-txt-citetags">> > > > > > </span>rtsx_pci               45956  2 rtsx_pci_ms,rtsx_pci_sdmmc
<span class="moz-txt-citetags">> > > > > > </span>mii                    13934  1 r8169
<span class="moz-txt-citetags">> > > > > > </span>video                  19476  2 i915,acer_wmi
<span class="moz-txt-citetags">> > > > > ></span>
<span class="moz-txt-citetags">> > > > > ></span>
<span class="moz-txt-citetags">> > > > > > </span>Hope one of you out there has a solution to my problem.
<span class="moz-txt-citetags">> > > > > ></span>
<span class="moz-txt-citetags">> > > > > ></span>
<span class="moz-txt-citetags">> > > > > ></span>
</pre>
                    </blockquote>
                  </blockquote>
                  <pre wrap=""><span class="moz-txt-citetags">> > > > </span>
<span class="moz-txt-citetags">> > > > </span>
<span class="moz-txt-citetags">> > > > </span>-- 
<span class="moz-txt-citetags">> > > > </span>Regards
<span class="moz-txt-citetags">> > > > </span>
<span class="moz-txt-citetags">> > > > </span>
</pre>
                </blockquote>
              </blockquote>
              <pre wrap=""><span class="moz-txt-citetags">> > </span>
<span class="moz-txt-citetags">> > </span>
<span class="moz-txt-citetags">> > </span>-- Lubuntu-users mailing list <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Lubuntu-users@lists.ubuntu.com">Lubuntu-users@lists.ubuntu.com</a> Modify
<span class="moz-txt-citetags">> > </span>settings or unsubscribe at:
<span class="moz-txt-citetags">> > </span><a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://lists.ubuntu.com/mailman/listinfo/lubuntu-users">https://lists.ubuntu.com/mailman/listinfo/lubuntu-users</a> 
</pre>
            </blockquote>
            <pre wrap=""><span class="moz-txt-citetags">> </span>
</pre>
          </blockquote>
          <pre wrap=""><div class="moz-txt-sig">-- 
Lubuntu-users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Lubuntu-users@lists.ubuntu.com">Lubuntu-users@lists.ubuntu.com</a>
Modify settings or unsubscribe at: <a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://lists.ubuntu.com/mailman/listinfo/lubuntu-users">https://lists.ubuntu.com/mailman/listinfo/lubuntu-users</a>
</div></pre>
        </div>
      </blockquote>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>