Ubuntu :: View The CPU Temperature Without Needing Additional Hardware?

Apr 24, 2011

I have an HP laptop with Ubuntu 10.10. Is there a way to view the CPU temperature without needing additional hardware?

View 9 Replies


ADVERTISEMENT

OpenSUSE Hardware :: Additional Software To View External Esata Drive

Sep 5, 2011

I attached an external hard drive to an esata port, when i go to my computer to open the drive, i right click and open in a new window i get install additional software, there is no application installed that can open files of this type block device(inode/blockdevice) di you want to install one install or not do i install the software? I authenticated in dolphin saw the files and folders then unmounted but should i install the software and is it safe or just unnecessary?

View 4 Replies View Related

Ubuntu :: USB Needing Root Privileges?

Apr 4, 2010

We formatted a USB stick to EXT3 for use on a linux formatted device.Now, when we try and transfer files from this ubuntu laptop onto the USB stick, it says permission denied.

View 4 Replies View Related

Ubuntu :: 10.04 Sudo Not Needing Password

May 4, 2010

I installed Ubuntu 10.04 as a vm in VMPlayer 3.0. My correct user password is required to log in. When I use the sudo command or enter an area that requires my password, the password box pops up as it should.

The problem is:
If I enter my actual password, it is not accepted.
But if I enter nothing, as in just hit enter, it works. It shouldn't.

That seems just a little backwards and I don't get it. I've re-installed the vm and still have the same problem.

View 3 Replies View Related

Ubuntu Networking :: Ssh Setup Without Needing Input?

Jan 7, 2010

I am writing an installation script that sets up ssh keys and then sets up ssh tunnels. I want the ssh connections to be setup by the install script so that the first time you make the connections you don't need to type in yes when it asks if you confirm the brand new host. How can I get around that?

View 3 Replies View Related

Ubuntu :: Using CUPS With A Printer Needing A Login?

Aug 2, 2011

My work has switched to Fuji Xerox printers, which up to today I've been able to print to simply by sending a PostScript file to their IP addresses. But as of today printing requires a login. Here are the (Windows) instructions:

"Start>Settings>Printers and Faxes>R-Click on the printer>Properties>Configuration>Accounting>Change the dropdown box �Use Login Name� to �Enter owner name�>Type in your staff ID number in the User ID box e.g. �e*******�>OK>Apply"

how do I apply this to CUPS? Where can I find an owner name in CUPS?

View 1 Replies View Related

Ubuntu :: 8.04 - Deletion Of Files Needing Recovery

Jul 25, 2010

I use Ubuntu 8.04 and I deleted a few JPGs from the recycle bin. I googled looking for some methods of recovery, and discovered that the only ways to do so is through using the command line. I am a complete computer novice, and I know nothing about the command line, or how to use it. I was able to install Foremost. However, with this done, I couldn't manage to use it to recover anything from that point, partially because I only have 1 GB left on my computer space, and I can't delete anything or else it could overwrite the photos I want to recover.

This all boils down to two questions:
What needs to be done to complete and utilize foremost?
And lastly, and the more preferable option, can this be accomplished without the command line?

View 7 Replies View Related

Ubuntu :: Apt-get Command Without Needing User To Type Y To Confirm?

Jan 7, 2010

I am writing an installation script that installs several packages using apt-get. Is there a way to run that command with some sort of option that makes it so the user doesn't have to type Y to confirm the installation? The user needs to be run the script as sudo

View 2 Replies View Related

Ubuntu :: How To Prevent Screen From Sleeping Needing Relogin

Jul 2, 2010

I put power settings to never, but the screen still goes to sleep and moving the mouse you have to login.What I really want is no login screen, and I suppose if you were watching a vid it would go dark?

View 2 Replies View Related

Server :: Squid Keeps Needing To Be Restarted / Troubleshoot It?

Jun 2, 2011

I have been running squid3 proxy on a Ubuntu 10.04 machine for several months with no problems.It serves about 50 users ( win and Lin clients ) and is usually rock solid.
However, over the last few days problems occur.
The users lose connection and I have to restart squid and all is ok again. Sometimes it drops 4-5 times in an hour ans sometimes not for 6 hours or more. I know the problem is related to Squid as the actual internet connection is on and the squid machine can access the internet.
Restarting squid cures the problem.
How can I troubleshoot this ?

Checking the cache.log doesn't show anything strange as far as I can see.
Could it be that the cache file is full or something ?

View 4 Replies View Related

Programming :: Detect Keypress Without Needing Return?

Oct 21, 2010

I'm witting a piece of code that needs to read key presses. However I cannot use them as stream, but rather need discrete reads. The code is to simulate an io board interface. So When I press say "d" I need to read it in instantly, not wait for return. I've tried sdl, but no luck (I'm reading in a thread and it causes some problems) I'm using linux so can't use conio.h functions, I've tired gatch from cureses but this still waits for return.So in C/c++ is there a way I can read instant key presses.

View 1 Replies View Related

General :: Burn A Video-taped Sitting To A DVD Needing Almost 7GB Of Space

Jun 17, 2011

I was finally able to upload a video of my uncle speaking about his time on Iwo Jima. The problem is that it uses almost 7 GB of space. When I try to burn a DVD, there is not enough room. I don't know how to "split" it. Is there such a thing as a 7GB DVD? I have looked and only computers pop up when I google it. If not, what can I do?

View 4 Replies View Related

Fedora Servers :: NMB Service Fails On Boot, Needing To Be Restarted Manually?

Mar 30, 2009

I have the Samba server & users configured, I can access between Linux/Windows shares and both SMB & NMB services are set to be enabled at boot.Everything working.But when I restart the computer, I notice in services configuration that "This service is dead." for NMB. Therefore I have to enable it manually upon boot so that it works.I'm using Fedora 10, fresh installed and updated. I've noticed through search that others have had this issue as well throughout other versions of Fedora, yet I have not found a conclusive solution to this.

View 3 Replies View Related

Ubuntu Security :: Access To A Virtual File System For The Thermocrom Without Needing To Launch Owfs As Root?

Feb 12, 2011

I have been trying to use my DS2490 USB to serial device with a Maxim .DG1921G thermocron with owfs. It is supposed to give me access to a virtual file system for the thermocrom without needing to launch owfs as root.

Code:
/var/log/messages gives:
Feb 8 16:22:45 norman-HP-G56-Notebook-PC kernel: [ 236.140141] usb 5-1: new full speed USB device using ohci_hcd and address 2[code]....

but if ds2490 module is loaded it works when run sudo.It seems from this that it is a lack of permissions to USB but I have tried all the methods on at http://owfs.org/index.php?page=udev etc. to overcome this and a few others but none work.I am running Ubuntu 10.10 kernel 2.6.35-22-generic #33-Ubuntu SMP

View 1 Replies View Related

Software :: Html And Php Editor That Supports Both The Design View And Code View As Like In Dreamviewer?

May 30, 2011

I have been working in macromedia dreamviewer for editing html and php files, Just now I moved to linux system by installing xampp , my question is that I need a best html and php editor that supports both the design view and code view as like in dreamviewer.

View 7 Replies View Related

Ubuntu :: Can't Monitor Cpu Temperature?

Jan 2, 2010

I've recently installed Karmic on my new machine with the following specs;

Asus M4A785TD-V EVO Motherboard
AMD Athlon II X4 620 2.6GHz
Crucial 4GB (2x2GB) DDR3
Coolermaster Elite 330 Case
Western Digital WD5000AAKS 500GB

I'm looking to install some sort of temperature monitoring for my cpu and have had luck using either lm-sensors or acpi. With lm sensors, I've followed the various how to's on the forum and am still coming back with nothing. Trying to add hardware monitoring to panel brings up a 'no sensors found!' error, and x-sensors just starts up with a blank screen.

'sensors' in terminal spits back this -
Code:
lou@lou-quad:~$ sensors
No sensors found!
Make sure you loaded all the kernel drivers you need.
Try sensors-detect to find out which these are.
lou@lou-quad:~$

I've added the relevant lines into etc/modules as per the last question during configuration but still no joy. I've just run 'sensors-detect and had a gander at the output, and I'm wondering if its as simple as no one has written a driver for my mobo yet.

[Code]...

View 2 Replies View Related

Ubuntu :: Getting CPU Temperature With MSI Board?

Oct 1, 2010

So I just got a MSI 870A-G54 and have been trying to get the CPU temperature on the command line. I ran the following

Code:
sudo apt-get install lm-sensors hddtemp sensors-applet computertemp

And ran sensors-detect

Code:
sudo sensors-detect
# sensors-detect revision 5818 (2010-01-18 17:22:07 +0100)
# System: MSI MS-7599
# Board: MSI 870A-G54 (MS-7599)

[Code].....

View 9 Replies View Related

Ubuntu :: Check Out Temperature Of Cpu?

Sep 1, 2011

So I would like to check out my cpu temperature in function of time. I've followed [URL]...gpu-en-ubuntu/ but unfortunately in the description it was for the old version of Ubuntu and despite having downloaded the program, I simply can't add it in the taskbar. I did in a terminal: sudo apt-get install sensors-applet. Then I installed a few remaining packets from synaptic. Now how do I run the program?

View 6 Replies View Related

Ubuntu :: 10.04 - 2 Cores CPU Temperature High

Apr 13, 2010

I have a notebook with AMD Athlon 64 QL-62 2 cores CPU. Normally the temperature is 50-52 Celsius in idle but with Ubuntu 10.04 beta 2 idle temp is 60 Celsius. /proc/cpuinfo shows both cores on 1GHz which is good but still temp is higher than usual. I tried to find solution using Google but I didn't find anything.

View 1 Replies View Related

Ubuntu :: Temperature Too High Then Normal

May 3, 2010

If I install Linux Mint 8 or Open Suse , temperature is 48 as windows mostly.If I install any other distro, temperature goes to 80-85 and fan is always On.Ive a laptop dell just bought it, dell studio 15, 4ghz ram dual core etc, a monster for linux but ive this problem, kinda annoying when you wanna have something silent and that doesnt become a furnace.

View 2 Replies View Related

Ubuntu :: How To Control At What Temperature The Fan Comes On And Shuts Off

May 20, 2010

How to control at what temperature the fan comes on and shuts off. I am running Jaunty on a Compaq 610 laptop.

View 4 Replies View Related

Ubuntu :: LM Sensors - Cannot Find CPU Temperature

Dec 29, 2010

I have tried lm-sensors and a few others, firefox just crashed.
Phenom II X6 1090T
MSI-890FXA-GD70 motherboard
Ubuntu 10.10

Senors:
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +0.0C (high = +70.0C)
sensors-detect

Now follows a summary of the probes I have just done. Just press ENTER to continue:
Driver `k10temp' (autoloaded):
* Chip `AMD Family 10h thermal sensors' (confidence: 9)
No modules to load, skipping modules configuration.
Unloading i2c-dev... OK

There is a debugging panel on my motherboard, and I think that that displays the CPU temperature, although I am not sure.

View 6 Replies View Related

General :: CPU Temperature When Installing Ubuntu?

Mar 12, 2010

Trying to install Ubuntu from CD. I choose my language and hit Install and come to a black screen with the Ubuntu symbol glowing (loading everything I assume) and after a minute my screen fills up with messages saying my CPU Temperature is 99 (gets progressively higher) degrees. Is there something else I need to do before installing?

I have windows installed on my C drive and I'm planning on installing Linux on another blank drive. The Ubuntu version is the newest one (9.10) I think. I've got a Core i7, EVGA mobo, Nvidia 9600GT video card, and 6 gigs of memory. HDDs are all WD I believe, and the one I'm putting Linux on is 320 Gig.

View 14 Replies View Related

Red Hat / Fedora :: Get Temperature Of CPU?

Jun 6, 2011

In my system, the temperature of the CPU can be known from the file,/sys/bus/acpi/devices/LNXTHERM:00/ thermal_zone/temp . But I have found that not all systems have this file. Is there a generic method to get the temperature. Installing a package for this purpose won't be a solution as I'm building a simple gnome-shell extension. Something that comes along with the kernel would be perfect.

What could be other files that can possibly store temperature information, so that it would work on most atleast if not all? Any help like the file that stores temperature on your particular system only would also be highly appreciated.

View 3 Replies View Related

Hardware :: VIA C7 CPU Temperature

Mar 5, 2011

Does anybody know wich temperatures a VIA C7 processor can tolerate (max) ?

If i let the server run without the top: ~40C (104 Fahrenheit)
If i let the server run _with_ the top on: ~65C (149 Fahrenheit)

Someone over at silentpcreview.com suggests that the C7 can easely tolerate temperatures of 100C (212 Fahrenheit)

View 4 Replies View Related

Ubuntu :: Laptop Automatically Shuts Down Because Of The CPU's Temperature

Jan 18, 2010

For some reason,Ubuntu tends to use my CPU quite a lot.This cause my laptop to get really hot.Sometimes it even gets to the point when it automatically shuts down because of the CPU's temperature.Is there some sort of program or application to fix this?

View 5 Replies View Related

Ubuntu :: 10.04 Beta2 High Temperature And Internet

Apr 17, 2010

I have installed the ubuntu 10.04 beta 2. I have notice that it has high temperature. I have try the "top" in terminal. There are no high usage of CPU and Memory. but still get high temperature. same in karmic 9.1. I have been using this ubuntu 10.04 beta2 fresh install just today. I did not do anything or install anything. It gets hot easily after few minutes. It was installed properly and no problem.

2nd problem is I try to reboot then i see the wifi signal and it detects my wifi and also my accesspoint. so I try to connect. I was connected to my accesspoint. My accesspoint is near my side. then I click firefox to test the connection. but no luck. cannot display page. maybe the internet was block even i was connected to my accesspoint. I try to check the signal then I saw (88%).

View 9 Replies View Related

Ubuntu :: Landscape-sysinfo Not Displaying Temperature?

Jun 30, 2010

I am running Lucid x64 on an Gigabyte Mobo with an Intel E6500 CPU.I think this script pulls the temperature from /proc/acpi/thermal_zone. However, that directory is empty.I can get the cpu temp by using lm-sensors or by running this:

Code:
cat /sys/class/hwmon/hwmon0/device/temp1_input
Any ideas on how to get landscape-sysinfo to display the temperature

View 2 Replies View Related

Ubuntu :: Show CPU Temperature With Conky (AMD / K10Temp)

Oct 13, 2010

I'm struggling to get my Conky feed to show the CPU temperature. I'm working with a fresh install of Ubuntu 10.10. Currently my Conky display shows a CPU temperature of 0 degrees Celsius, and I know this isn't true because I built the computer myself and I'm definitely not that good! Also, the GNOME hardware applet contradicts this and gives a more realistic CPU temperature of 33 degrees Celsius. What I can do to rectify this and get this displayed in my Conky?

The science bit:
I have done a sudo-sensors detect, and for CPU sensors it tells me:
Code:
Some south bridges, CPUs or memory controllers contain embedded sensors.
Do you want to scan for them? This is totally safe. (YES/no): y
Silicon Integrated Systems SIS5595... No
VIA VT82C686 Integrated Sensors... No
VIA VT8231 Integrated Sensors... No
AMD K8 thermal sensors... No
AMD Family 10h thermal sensors... Success!
(driver `k10temp')
AMD Family 11h thermal sensors... No
Intel Core family thermal sensor... No
Intel Atom thermal sensor... No
Intel AMB FB-DIMM thermal sensor... No
VIA C7 thermal sensor... No
VIA Nano thermal sensor... No

The end summary is as follows:
Code:
Now follows a summary of the probes I have just done.
Just press ENTER to continue:
Driver `k10temp' (autoloaded):
* Chip `AMD Family 10h thermal sensors' (confidence: 9)
and here is the relevant snippet of my conkymain file:

Code:
${color purple}CPU ${hr 4}$color
${freq}MHz Load: ${loadavg} Temp: ${acpitemp}
$cpubar
${cpugraph 000000 ffffff}

View 9 Replies View Related

Ubuntu :: Temperature Monitor And Fan Controller Program?

Feb 2, 2011

I installed ubuntu for the first time tonight and to put it simply everything is very confusing. I have been looking at different forums and everyone is installing programs in code and tbh i have no idea how to and i was wondering is there a program available that lets me monitor my CPU temp & alter fan speeds?

View 4 Replies View Related







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