Ubuntu :: Display Info On CPU Temp & Other Sensor Information?

Dec 17, 2010

Is there a Linux application which can display motherboard and CPU sensor information and which also satisfies one other, absolutely key, requirement: It should be directly usable, after installation, by a reasonably intelligent computer application user. That is, it does NOT require deep internal knowledge of specific hardware or obscure system software customisation. It does not require hours, days or weeks of reading of documentation which is so crafted as to be the antithesis of end-user guides. It must be capable of being invoked easily.

This eliminates all software that the Ubuntu Software Centre lists when performing a search with the term 'sensors', with the exception of xsensors. All other software listed with this search installs without error but is then totally invisible to me - not even listed under 'installed software'. I am aware a key requirement to be a Linux developer is an advanced commitment to play games of 'I bet I can make my software harder to use than yours', but I'm too old for that now. I don't have a need to prove how technically capable I am.

Xsensors installs and tells me where it can be found, but is inadequate as it lists only 2 CPU core temperature readings. It does not give me any indication of motherboard temperature or fan speeds. That's all I want to do - get a simple snapshot of sensor values without having to resort to entering BIOS setup. It's the sort of information that is so easily available using the ASUS-supplied 'asus-probe' software under Windows. Is it possible, given the key requirement previously mentioned?

View 9 Replies


ADVERTISEMENT

Ubuntu :: Acer Laptop Overheating - Temp Sensor 109C

Jun 1, 2010

My laptop is an Acer Travelmate 7530G, it runs an AMC Athlon X2 64 2.1Ghz CPU, 2GB RAM and an ATI Radeon HD3470 Hybrid X2 512MB. In Ubuntu (all versions) the temperature sensor goes up to around 99C and apparently sometimes reaches up to 109C ! The laptop itself gets very hot (as one would imagine), and the fan is on highest constantly. But in windows this problem is not present.

View 7 Replies View Related

Ubuntu :: Unable To Fetch Sensor Information Using This Procedure?

May 26, 2010

On a new fresh install of Lucid I am unable to fetch sensor information using this procedure [URL]... LM sensors et al are installed, but after running the sensors-detect command (twice), typing sensors into Terminal gives me "no sensors found". This same system (with no hardware or bios changes) displayed all the sensors OK in Jaunty. etc/modules looks like this. Am I supposed to uncomment # Chip drivers w83627ehf?

QUOTE
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
# Generated by sensors-detect on Wed May 26 14:38:00 2010
# Chip drivers

[Code]...

View 2 Replies View Related

Debian Hardware :: Can't Seem To Pull Any Info On The Temp Sensors For New MSI H61M-P21(B3) Mobo?

Aug 7, 2011

LM-Sensors can't seem to pull any info on the temp sensors for my new MSI H61M-P21(B3) mobo. Is MSI just not Linux friendly? Or could it possibly be that there really are no temp sensors on this board? I must be missing something simple here

View 9 Replies View Related

Fedora :: Write A Program Which Would Get Information From A Webpage And Display The Information On Desktop Sort Of Like A Widget?

Sep 3, 2009

I'm trying to write a program which would get information from a webpage and display the information on my desktop sort of like a widget. I kind of remember there being something like this already made, but for the life of me I can't remember what it's calledDoes anyone know?

View 1 Replies View Related

General :: Temp Script To Minus Value To Display In Conky?

Jan 18, 2011

I have an K10 AMD CPU and unfortunately it has a borked temp sensor. I have figured out that if I subtract 8 from value stored in /proc/acpi/thermal_zone/temperature that the result is very close to being spot on. The problem is I have no idea to do this and conky has no built in way to do this.

The data stored in /proc/acpi/thermal_zone/temperature looks like this:

Code:
temperature: 52 C

Is there some sort of script that can do this?

View 14 Replies View Related

Ubuntu :: Sensors-applet Fail To Display Hd Temp After Kernel Upgrade

Jun 30, 2010

After Kernel upgrade, sensors-applet doesn't display the hd temp. To fix the problem I have to remove and after reinstall hddtemp package.

View 5 Replies View Related

Ubuntu :: Possible? /temp/www/fake/ Contents (directory) Avaliable Through /temp/www/?

Dec 20, 2010

I have a web server whos DocumentRoot is:/tmp/wwwNow, /temp/www/fake/ is a directory that contains a series of other files/folders.What I want to do is access the files in /temp/www/fake as if they were in the root directory (/temp/www/)For example:

could either be located in "/temp/www/test.php"
-or-
located in "/temp/www/fake/test.php"

so "http://127.0.0.1/test.php" would essentially call both directories. Is this possible? Whould I do this through apache or through the actual file system somehow? (Like some sort of symbolic link?) I would love to hear your input.

View 8 Replies View Related

Red Hat / Fedora :: Way To Display All User ID Information?

May 4, 2010

Does anybody know of a way to display all user ID information? Akin to the lsuser command from AIX? Need to find out if an ID is disabled/locked out sucessfully.

View 1 Replies View Related

General :: Display Password Policy Information For A User - Ubuntu?

Jun 9, 2010

Ubuntu Documentation > Ubuntu 9.04 > Ubuntu Server Guide > Security > User Management states that there is a default minimum password length for Ubuntu:

Say the password is to be modified by the user using passwd. Is there a command for displaying the current password policies for a user (such as the chage command displays the password expiration information for a specific user)?

This is rather than examining various places that control the policy and interpreting them since the process could contain errors. A command that reports the composed policy would be used to check the policy setting steps.

View 1 Replies View Related

Fedora :: Which Program Of KDE Or Of Gnome Of F14 Can Display Hardware Information

Nov 4, 2010

which program of KDE or of Gnome of F14 can display hardware information?

View 4 Replies View Related

Networking :: Create A Script To Display DNS And IP Address Information?

Jan 5, 2011

I have been playing with Linux consistently for a couple of months now. I've been a Windows sys. admin for most of my career, so Linux is pretty strange for me. I started off with computers way back with the TRS-80 and then eventually moved to DOS systems. So the command line interface (CLI) of Linux was not completely alien to me, yet my lack of knowledge on the syntax and commands is holding me back. I have come a long way.

Recently I needed to play around with some DNS settings and one of the commands I used frequently in Windows, IPCONFIG /ALL, doesn't have a direct relative that displayed the same information. If you run ifconfig, it doesn't return the DNS servers you are currently using. You have to run a separate command to retrieve that information.

What I have done is created a super simple script that displays the network information for my primary LAN adapter, which is ETH0 in my case. After that, it shows the domain and name server information. Then it pauses for 20 seconds before closing the terminal window.

Here are the contents of the script file:

ifconfig -a eth0
cat /etc/resolv.conf
sleep 20

I simply right-clicked the Linux desktop, choose Create Document, Empty File. I named it something like Network Info. Then I opened it and put this information in it, saved it, and closed it. I renamed the file and added a .sh extension to the end which makes it into a script file. Next, right-click the script and go to properties. In the Permissions tab, check the box next to Execute: Allow executing file as a program. Then click close.

To run the script, just double-click the icon and then click Run In Terminal at the prompt. The terminal window opens, displays the information, and exits after 20 seconds. If you need it longer than that or need a different interface (such as wlan0 for your wireless), you can change or even add that in.

This was all done in Ubuntu 10.10. I know it is very simple and very straight forward and welcome thoughts and feedback about simpler ways to do this. For me, the old-school Windows admin, it's a baby step in the right direction. I am really enjoying learning the Linux OS.

View 7 Replies View Related

General :: Display User's Last Login Information When Connected Through FTP?

Apr 11, 2011

I want the last login information whenever I log in through FTP.

This is possible for normal console and SSH logins by configuring in /etc/login.defs file. But I am not able to view the last login information when FTP is used.

View 5 Replies View Related

Ubuntu Networking :: Check The Network Connection Applet, It Display Active Information Of Eth0?

Jun 7, 2010

I have a question regarding the configuration of Network Connection. My wired connection is fine right now and when I check the network connection applet, it display active information of eth0. However, when I click the Configure button, the Network Connection window appears but there's nothing in the Wired panel. Should there be a eth0 in that panel? I remember I had one before, but after I messed with some configuration of VPN, my network became unstable and I remove the Network Manager to try to solve the problem. Since then, there's nothing in my Network Connection window, though I can still connect to my router with eth0. Now even after I reinstalled the Network Manager, I still don't get anything.

View 7 Replies View Related

Ubuntu :: Can't Install Update-info-dir File Is Missing From /var/lib/dpkg/info/?

Aug 6, 2010

so i cannot install anything because update-info-dir file is missing from /var/lib/dpkg/info/ .. I've searched for the last day and a half for a way to fix this, but nothing. can't even update dpkg because of this. so how do I bypass or fix this so I can install stuff (this is a fresh install of ubuntu 10.04 lts Lucid Lynx).

View 9 Replies View Related

Fedora Hardware :: Display Complete Hardware Information Of Computer System?

Jun 3, 2010

Can anybody tell me how to display the complete hardware information (hardware profile)
of my computer system? I use Gnome.

View 5 Replies View Related

Ubuntu :: Thermal Sensor On Cpu

May 14, 2011

I just upgraded to maverick meerkat two days ago and each time I boot I get a problem about the thermal sensor on my cpu. Apparently from this link below it has happened to others and supposedly a bug fix was going to be released, but I haven't seen one. Is there anything I can do about this? I have a amd phenom x4. [URL]

View 1 Replies View Related

Ubuntu :: Krita Not Using Pressure Sensor With Wacom Bamboo

May 10, 2011

I've installed Krita in Kubuntu 11.04 and while GIMP works fine with the Wacom tablet (so Xorg is configured properly), Krita responds to the tablet pen as if it was a mouse (so on/off, no pressure sensitivity at all).

I've found old topics about bugs in Qt 4.6 but since we are now using 4.7, I assume those have been fixed?

View 1 Replies View Related

General :: Add Keys To The Sensor Nodes?

Feb 5, 2010

i want to add keys to the sensor nodes. Hence i want to know whether there is any parameter for key storage in senor nodes

View 1 Replies View Related

Software :: ACPI Not Seeing Sensor Data

Jul 22, 2010

I'm trying to configure the critical trip points on a bunch of servers so they will shut down automatically if they get too hot. Problem is, acpi doesn't seem to see any of the sensor data and /proc/acpi/thermal_zone is empty. Oddly enough, when I run "sensors," I get info back. Also, i2c and acpi appears to be installed according to modprobe and dpkg.

Here are the relevant outputs:
plasmo:/proc/acpi/thermal_zone# sensors
lm78-i2c-0-2d
Adapter: SMBus I801 adapter at 0400
VCore 1: +2.34 V (min = +0.00 V, max = +3.49 V)
VCore 2: +3.68 V (min = +2.96 V, max = +0.08 V)
+3.3V: +3.30 V (min = +1.54 V, max = +3.42 V)
+5V: +5.51 V (min = +5.51 V, max = +4.30 V)
+12V: +9.73 V (min = +10.94 V, max = +2.13 V)
-12V: -10.85 V (min = -11.57 V, max = -5.17 V)
-5V: -3.83 V (min = -2.96 V, max = -4.50 V) .....

View 1 Replies View Related

Ubuntu :: /usr/sbin/pwmconfig: There Are No Pwm-capable Sensor Modules Installed

Feb 20, 2010

Im trying to setup pwm config on this computer so that the fans wont come on to loud. Motherboard is DFI lanparty JR p45-t2rs. there is pwm hardware, as i have used pwm config in arch on the same computer. any pointers you can give me to get pwm control working on this pc? edit: during sensors detect. im told that the it87 module is needed. but i cannot load it:

mark@torrentslave:~$ sudo modprobe it87
FATAL: Error inserting it87 (/lib/modules/2.6.31-17-server/kernel/drivers/hwmon/it87.ko): Device or resource busy
mark@torrentslave:~$

View 1 Replies View Related

Ubuntu Installation :: Conky Not Read Temperature Sensor After Upgrade To Natty

May 1, 2011

I recently upgraded to Natty and now Conky is no longer reading the temperature sensor. It permanently displays 0' Celcius. The temperature was displaying correctly before the upgrade and the mobo is brand-new.

View 9 Replies View Related

Debian Configuration :: Jessie Missing Fan Control / Sensor

Apr 27, 2016

My laptop fan sensor shows fine in psensor in sid. But today I downgrade to jessie and sensor for fan gone. I check if fancontrol is running but I can not manage to make it work

sensors
Code: Select allacpitz-virtual-0
Adapter: Virtual device
temp1:        +55.0°C  (crit = +108.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Physical id 0:  +55.0°C  (high = +87.0°C, crit = +105.0°C)
Core 0:         +55.0°C  (high = +87.0°C, crit = +105.0°C)
Core 1:         +54.0°C  (high = +87.0°C, crit = +105.0°C)

[Code] ....

I google and have tried but no luck
Code: Select allacpi_enforce_resources=lax

This is an Asus laptop with controllable fan. I am not sure if fan is running by Bios, and how it might run. But I feel the laptop seem quieter and at higher temperature than it was under sid.

View 9 Replies View Related

Fedora :: Gnome Sensor Applet (3 CPUs Shown)

Apr 1, 2011

I've got a Toshiba Satellite L655D-S5109 and the gnome cpu temp applet only shows 3 cpu's. Its a dual core AMD Turion II - I would have expected 4 cpu in the temp applet.

View 5 Replies View Related

OpenSUSE Hardware :: Jerky Mouse After Sensor Scan?

Oct 10, 2010

I just did a scan with lm_sensors, rebooted to apply the settings. Did nothing different than I have in the past except including the GPU sensor. Now the mouse pointer and the cursor seem a little jerky. Occasionally they don't immediately respond, less than a second but noticeable. I also had to adjust the mouse speed after applying the settings. Anyone know what's up here? I have a GEForce 8400 card.

View 2 Replies View Related

Hardware :: No Thermal Sensor Or Fan Diags On Sun X4100 M2 BladeServer

Jan 30, 2010

As the subject state, I am running linux on a Sun Fire X4100 M2 BladeServer. The distro is ubuntu 8.10, kernel version 2.6.24 patchlevel 24. I need to monitor the thermal and fan statistics on this server, but there are no stat files in /proc/acpi/thermal_zone or /proc/acpi/fan. I have tried loading all of the lm modules (and all other available ones in the drivers/hwmon section of the kernel modules) provided with no avail.

View 1 Replies View Related

Networking :: Getting A Topology Generator Sotware For Sensor Networks?

Jan 18, 2010

i need a topology generator in which all the parameters for the topology should be got and the network should be generated for sensor networks

View 2 Replies View Related

General :: APTEEN Protocol For Wireless Sensor Network?

Feb 2, 2011

I've been searching and browsing about the algorithm of APTEEN Protocol for my sensor netwok's project. but what I'm still don't have enough information about its algorithm. Do somebody know the information about APTEEN protocol or links ?

View 1 Replies View Related

General :: Make 'hddtemp' Sensor To Appear In Gnome Sensors?

Jun 8, 2011

I have hddtemp installed and I get outputs of my HDD temperature in Terminal, but I can't see a the HDD temp sensor in the Preferences menu of my Sensors Applet.

P.S. I have my /etc/default/hddtemp edited to:

Code:
# [automatically edited by postinst, do not change line format or set it to
# anything but false or true ]
RUN_DAEMON="true"
# List of devices you want to use with hddtemp. If none specified,
# hddtemp will probe standard devices.
DISKS="/dev/sda"

My Drive is a 7200.11 Barracuda split in /dev/sda1 and /dev/sda5, I use LinuxMint 10 64-bit w/ Gnome.

EDIT: I just had to reboot after I changed to RUN_DAEMON="true",

View 1 Replies View Related

Ubuntu Installation :: Info Error "error Processing Install-info (--configure)" During Update

Apr 8, 2010

I'm using ubuntu 10.04 beta 1. when I try to update & upgrade I get the following error:

Code:
Setting up install-info (4.13a.dfsg.1-5ubuntu1) .../etc/environment: line 4: LC-ALL=en_US.UTF-8: command not found dpkg: error processing install-info (--configure): subprocess installed post-installation script returned error exit status 127 Errors were encountered while processing: install-info

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved