/* exercise5-8.c -- convert fahrenheit temperature to celsius and kelvin temperature */
#include <stdio.h>
void Temperatures(double f);
const float ct1 = 1.8;
const float ct2 = 32.0;
const float ct3 = 273.16;
int main(void)
{
double temp;
printf("enter a temperature: ");
scanf("%lf", &temp);
while(temp >= 0 || temp <
The Temperature Monitor in lxpanel (I'm using Lubuntu 12.10) is automatically detecting one of my sensors but I would like to give it an alternate one.
Here is the output of sensors:
Adapter: Virtual device
temp1: +26.8°C (crit = +100.0°C)
temp2: +0.0°C (crit = +100.0°C)
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +58.0°C (high = +80.0°C, crit = +90.0°C)
Core 2:
hi,I am trying to add the CPU temperature to my conky using grep on sensors command, which gives me this:mattia@CB-Mattia:~$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1: +72.0°C (crit = +85.0°C)
temp2: +55.0°C (crit = +82.0°C)I also did sensors-detect and then loaded, as suggested, coretemp module, after that I have:mattia@CB-Mattia:~$ sensors
acpitz-virt
Hi,
my computer shuts down at around 55°C (131°F).
If my computers CPU temperature reaches this threshold, i hear a fire alarm sound from the speaker of my mainboard and the computer shuts down immediately. If Iturn the computer on and enter bios right after that, cpu temperature is around 45-50 degrees C. Way too cold for an alert.
I installed sensors, but this don't show me the 4 temperatures of my 4 cores, I have a Intel Core i5,
Adapter: Virtual device
temp1: +26.8°C (crit = +100.0°C)
temp2: +0.0°C (crit = +100.0°C)
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +40.0°C (high = +95.0°C, crit = +105.0°C)
Core 2: +47.0°C (high = +95.0°C, crit = +105.0°C)
I followed the same procedure in ot
Psensor is a graphical hardware temperature monitor for Linux.
It can monitor:
the temperature of the motherboard and CPU sensors (using lm-sensors).
the temperature of the NVidia GPUs (using XNVCtrl).
the temperature of the Hard Disk Drives (using hddtemp).
the rotation speed of the fans (using lm-sensors)
Installation
First step is to install lm-sensors:
sudo apt-get install lm-sensors
Then, s
HI. I'm currently using this script to display the CPU temperature on my taskbar using genmon:
#!/bin/bash
echo "<txt>"$(cat /proc/acpi/thermal_zone/THM/temperature | sed 's/\ \ */ /g' | cut -f2 -d" ")" C</txt>"
The display says 57000 C, which I know isn't happening, it's more likely that it's 57 degrees C.
acpitz-virtual-0
Adapter: Virtual device
temp1: +74.0°C (crit = +100.0°C)
temp2: +51.0°C (crit = +96.0°C)
this is awful, any help ?
listening to some music, reading some pdfs, chatting on facebook and gmail open in tab also
:(
(Science: wind- chill temperature) How cold is it outside? The temperature alone in not enough to provide an answer. Other factors including wind speed, relative humidity, and sunshine play important roles in determining coldness outside. In 2001, the National Weather Service (NWS) implemented the new wind chill temperature to measure the coldness using temperature and wind speed.