* Re: [lm-sensors] lm_sensors: sensors output
2011-08-12 11:06 [lm-sensors] lm_sensors: sensors output João M. S. Silva
@ 2011-08-12 18:32 ` Guenter Roeck
2011-08-13 10:44 ` João M. S. Silva
2011-08-14 17:47 ` Guenter Roeck
2 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2011-08-12 18:32 UTC (permalink / raw)
To: lm-sensors
On Fri, Aug 12, 2011 at 07:06:07AM -0400, João M. S. Silva wrote:
> Hi,
>
> When I type "sensors", I get:
>
> acpitz-virtual-0
> Adapter: Virtual device
> temp1: +51.0°C (crit = +105.0°C)
>
> and nothing else. I can't seem to get the chipset info.
>
> "sensors-detect" detected:
>
> (...)
> Now follows a summary of the probes I have just done.
> Just press ENTER to continue:
>
> Driver `it87':
> * ISA bus, address 0x290
> Chip `ITE IT8705F Super IO Sensors' (confidence: 9)
>
> Do you want to generate /etc/conf.d/lm_sensors? (YES/no):
> You should now start the lm_sensors service to load the required
> kernel modules.
>
> Unloading i2c-dev... OK
> Unloading cpuid... OK
> (...)
>
> Why doesn't "sensors" print it87-related info?
>
> I don't know if it is related, but sometimes the temperature gets very
> high (I notice it with my fingers) and I have to reboot; then the fan
> runs at full speed for about 2 min to cool the CPU.
>
> Any help?
>
Did you add it87 to the list of modules to load, and is it loaded ?
You should see that with the "lsmod" command.
Guenter
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [lm-sensors] lm_sensors: sensors output
2011-08-12 11:06 [lm-sensors] lm_sensors: sensors output João M. S. Silva
2011-08-12 18:32 ` Guenter Roeck
@ 2011-08-13 10:44 ` João M. S. Silva
2011-08-14 17:47 ` Guenter Roeck
2 siblings, 0 replies; 4+ messages in thread
From: João M. S. Silva @ 2011-08-13 10:44 UTC (permalink / raw)
To: lm-sensors
Hi,
Yes, the sensors daemon is loading it:
[jmss@steklov ~]$ lsmod |grep it87
it87 19266 0
hwmon_vid 2056 1 it87
When I restart the sensors daemon it prints this to the system log:
Aug 13 11:45:04 localhost kernel: [32388.581173] it87: Found IT8705F
chip at 0x290, revision 2
On Fri, Aug 12, 2011 at 7:32 PM, Guenter Roeck
<guenter.roeck@ericsson.com> wrote:
> On Fri, Aug 12, 2011 at 07:06:07AM -0400, João M. S. Silva wrote:
>> Hi,
>>
>> When I type "sensors", I get:
>>
>> acpitz-virtual-0
>> Adapter: Virtual device
>> temp1: +51.0°C (crit = +105.0°C)
>>
>> and nothing else. I can't seem to get the chipset info.
>>
>> "sensors-detect" detected:
>>
>> (...)
>> Now follows a summary of the probes I have just done.
>> Just press ENTER to continue:
>>
>> Driver `it87':
>> * ISA bus, address 0x290
>> Chip `ITE IT8705F Super IO Sensors' (confidence: 9)
>>
>> Do you want to generate /etc/conf.d/lm_sensors? (YES/no):
>> You should now start the lm_sensors service to load the required
>> kernel modules.
>>
>> Unloading i2c-dev... OK
>> Unloading cpuid... OK
>> (...)
>>
>> Why doesn't "sensors" print it87-related info?
>>
>> I don't know if it is related, but sometimes the temperature gets very
>> high (I notice it with my fingers) and I have to reboot; then the fan
>> runs at full speed for about 2 min to cool the CPU.
>>
>> Any help?
>>
> Did you add it87 to the list of modules to load, and is it loaded ?
> You should see that with the "lsmod" command.
>
> Guenter
>
--
João M. S. Silva
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [lm-sensors] lm_sensors: sensors output
2011-08-12 11:06 [lm-sensors] lm_sensors: sensors output João M. S. Silva
2011-08-12 18:32 ` Guenter Roeck
2011-08-13 10:44 ` João M. S. Silva
@ 2011-08-14 17:47 ` Guenter Roeck
2 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2011-08-14 17:47 UTC (permalink / raw)
To: lm-sensors
On Sat, Aug 13, 2011 at 06:44:53AM -0400, João M. S. Silva wrote:
> Hi,
>
> Yes, the sensors daemon is loading it:
>
> [jmss@steklov ~]$ lsmod |grep it87
> it87 19266 0
> hwmon_vid 2056 1 it87
>
> When I restart the sensors daemon it prints this to the system log:
> Aug 13 11:45:04 localhost kernel: [32388.581173] it87: Found IT8705F
> chip at 0x290, revision 2
>
Guess we'll have to wait for feedback from the it87 driver folks.
On a side note, please don't top-post.
Thanks,
Guenter
> On Fri, Aug 12, 2011 at 7:32 PM, Guenter Roeck
> <guenter.roeck@ericsson.com> wrote:
> > On Fri, Aug 12, 2011 at 07:06:07AM -0400, João M. S. Silva wrote:
> >> Hi,
> >>
> >> When I type "sensors", I get:
> >>
> >> acpitz-virtual-0
> >> Adapter: Virtual device
> >> temp1: +51.0°C (crit = +105.0°C)
> >>
> >> and nothing else. I can't seem to get the chipset info.
> >>
> >> "sensors-detect" detected:
> >>
> >> (...)
> >> Now follows a summary of the probes I have just done.
> >> Just press ENTER to continue:
> >>
> >> Driver `it87':
> >> * ISA bus, address 0x290
> >> Chip `ITE IT8705F Super IO Sensors' (confidence: 9)
> >>
> >> Do you want to generate /etc/conf.d/lm_sensors? (YES/no):
> >> You should now start the lm_sensors service to load the required
> >> kernel modules.
> >>
> >> Unloading i2c-dev... OK
> >> Unloading cpuid... OK
> >> (...)
> >>
> >> Why doesn't "sensors" print it87-related info?
> >>
> >> I don't know if it is related, but sometimes the temperature gets very
> >> high (I notice it with my fingers) and I have to reboot; then the fan
> >> runs at full speed for about 2 min to cool the CPU.
> >>
> >> Any help?
> >>
> > Did you add it87 to the list of modules to load, and is it loaded ?
> > You should see that with the "lsmod" command.
> >
> > Guenter
> >
>
>
>
> --
> João M. S. Silva
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 4+ messages in thread