Ubuntu :: Comp Fans Stay On Low And Comp Too Hot

May 25, 2010

I have noticed a really bad problem on here that i never had on windows 7 even with overclocking.

It seems the fans stay on and are basically idling or are at minimum speed and the computer and graphics cores are just idling at 99c which is really dangerous, but not critical yet since this is an alienware laptop and the technician did say its temperature rating is above that.

The problem is I need to get the multiple fans in the case to start up and cranking like they do to keep the system really cool in windows 7. I kinda wanna get this fixed ASAP as i dont want to constantly be running at this temperature.

View 9 Replies


ADVERTISEMENT

Ubuntu :: Shuts Down Comp Randomly?

May 30, 2010

Ubuntu keeps shutting down my comp randomly for no reason at all. It doesn't even display any message, it just goes down without warning.

I'm sure it's not a heat issue. My computer never gets very hot and even when it does it still is very reliable.

Can someone please help me fix this? I'm very new to Ubuntu so i'm sorry if this question has already been answered somewhere else.

View 2 Replies View Related

Ubuntu :: Creating Image From Comp?

Mar 11, 2011

Is there some way I can make an image from my machine. I want to copy it to a VM.

View 4 Replies View Related

General :: Centos 5.4 On Comp With Xp Can It Be Done?

Mar 24, 2010

I want to install centos 5.4 on laptop with xp on it...can it be done and if so is it good idea or not????

View 7 Replies View Related

Ubuntu :: Permissions On Files Moved To Comp From Smb Share?

Jun 4, 2011

I have Ubuntu 10.10 running here and a Windows 7 desktop. I'm using samba to share files and folders. I have full read/write access to the 7 box, and vice versa. However, whenever a user of the 7 box drops a file on my Desktop, for example (it could be any of my shared directories), it always has a padlock on it and I have to chown it before I can move or delete it.Can anyone tell me how to get myself permanent ownership of these files? I'm pretty sure I had this problem once before, and it was an issue of adding myself to a particular group, but I forget.

View 3 Replies View Related

Installation :: Setup Comp For Two Distros And No Windows?

Oct 20, 2010

Before I always had Windows partition and I was installing Linux on a second partition. Now I would like to reformat the HD and only have two Linux distributions installed. The idea is that one will be for everyday use and the other will only be used occasionally for things such as banking etc. So for me it's very important that one Linux distro does NOT see the other one, and certainly not to share things such as /home. So my question is, once i reformat the disk and start installing first distro, which partitions should I make? Can I make partitions for both distros while installing the first one, or should I go one by one? Can there be two / partitions or two /home partitions? I guess swap can and should be shared. If there can be only one / and one /home partitions, do I create another partition where the second distro will go? How do I then define the / and /home for that second one?

I hope someone who has done something like that can share his/her knowledge. If distros are important, I am thinking about Ubuntu or Kubuntu for everyday use, and CentOS for banking. If someone can suggest another distro based on their security track record, I'd love to hear that too. I don't need nor want servers, both will be desktop versions with all ports closed.

View 7 Replies View Related

Fedora :: OS Crash On Dual-boot Vista Comp?

Feb 27, 2011

This morning I started my PBell desktop (dual booting Fedora/Vista) and Fedora opened fine. I started making entries in a text file with gEdit & when I saved it took a long while to complete the save (I had only entered a few lines of text).I then created a new folder in my home folder & tried to move other folders in to the new one but suddenly all the folders disappeared and the computer hung/froze. I tried a restart but again this did not complete fully (the cursor turned into a 'brick' & the progress bar hung).

I had to switch off & when I restarted I got Disk Read error. I tried switching off/on again and got Grub cursor. I switched off & on again & this time was told to put system disc in (I do not have a disc as I installed Fedora with USB install).So I switched off and left the computer for 15 minutes & when I switched on again it started Fedora normally.I experienced similar crashes with Ubuntu10.04 dual booting with Vista & this was the reason I decided to leave Ubuntu & install Fedora. When I used Ubuntu I did a DejaDup backup & I tried to use this with the DejaDup in Fedora to restore my data to Fedora but it didn't work.It appears there is some issue with my computer running Linux (dual boot Vista)-either Fedora or Ubuntu. How do I find out what the problem with my computer is and how do I proceed now?

View 11 Replies View Related

General :: Sites That List Comp Hardware That Works ?

Nov 18, 2009

I have been wondering about building cheap, but usable computers to sell linux on around my city. However, my knowledge of computer parts is fairly limitied. I do know what I want to look for when it comes to certain parts, but not something such as mobo, unit case, or power unit.

If there really isn't a site, if anyone wanted to, post the kinds of cases, power units, and mobo's there are, and if possible links to their specs, and I'll start working on this myself. The only things that are a must, pci-e slot, and 2.5ghz and/or greater cpu.

Hardware compatibility:[url]
[url]
[url]
Companies that sell linux preinstalled on computers:[url]
: Many links here

Companies that sell OS-less computers:[url]

View 13 Replies View Related

Networking :: Setting Up A Debian Comp For A Mixed Network?

Apr 11, 2010

I setup a windows comp to do ics but decided I needed more control so I am trying to use a linux comp. heres the how to I am trying to follow. [URL] I will have both windows and debian machines connected. the first thing is to get my daughters winxp comp connected to the internet since she needs it for school. I need a central server to control which comp accesses what. most of the windows comps will be passing through to the internet while my linux machines will be accessing each other. maybe later a samba share. but right now I only need proxy and dns. I would say doing it with windows was easy but I learned how to do that from posts on this sight and someone might remember them. I will say it is now easy to do windows proxy but I need to replace a active directory domain with something differant. servers is where linux should excel. heres what I get when I type route.

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
localnet * 255.255.255.0 U 0 0 0 eth0
default dslrouter.alban 0.0.0.0 UG 0 0 0 eth0

View 1 Replies View Related

Ubuntu Servers :: Reinstall XAPP And Copy The Index.php Files From Another Comp?

Apr 18, 2010

First off. I'm not using Ubuntu Server. But I'm trying to get XAMPP set up so I can test Wordpress themes I make. Using 9.10. I got XAMPP installed using the Instructions from Apache Friends. When I went to Localhost I got the language page. Selected English but nothing happened.

Here's my Index.php:

Code:
<?php
if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
$uri = 'https://';
} else {
$uri = 'http://';
}
$uri .= $_SERVER['HTTP_HOST'];
header('Location: '.$uri.'/xampp/');
exit;
?>

Something is wrong with the XAMPP installation :-( I searched and found a couple Index.php files. Deleted one. And now when I go to localhost I get a "Index of" page.I removed the XAMPP folder, Deleted Apache, PHP from Synaptic(They got reinstalled when i reinstalled XAMPP btw). Installed LAMP but it still does it. Maybe reinstall XAPP and copy the index.php files from another Comp?.

View 3 Replies View Related

Fedora Networking :: Dual Boot Comp Running Windows 7 And F13?

May 2, 2010

I have recently set up a dual boot comp running Windows 7 and Fedora 13 (test) and began noticing that after a short while,was taking forever to access web pages. When I look at my router which is running DD-WRT I noticed my active connections was over 500 whereas should only be around 200 maybe or less. This does not occur under windows,so am not sure where to begin.box is running 64 bit quad core processor.

View 7 Replies View Related

Ubuntu Networking :: Whenever Comp Goes To Power Saving, It Knocks Out Wireless Requiring A Restart?

Jan 28, 2010

I am trying to figure out why, i need to restart/reboot ubuntu in order to reconnect wirelessly after being in power save mode. It works fine before the power-save mode and fine after the restart. Is it an IP issue?

View 1 Replies View Related

Ubuntu Networking :: Wireless - Constant Connection Drop Offs - Comp Freezes

Oct 19, 2010

I've been using a Netgear WG311v3 wireless card to connect to the internet successfully since 8.10. However, since 10.04 I've had some serious issues with this card (at least...I think it's the card). I updated to Meerkat hoping that the problem might fix itself, but it's still there. Here's the situation: The problem most often occurs when I'm running Transmission, but also Firefox. It also happens when streaming videos to my xbox via uShare...basically, any time I'm using the internet.

Suddenly, my download in Transmission will drop to 0.0 KiB/s or in Firefox, pages will stop loading. If I close and try to reopen Firefox, it tells me the process is already running. If I try to restart, it says firefox-bin is still running. I click reboot anyway, and the computer hangs indefinitely at the purple Ubuntu shutdown screen. The terminal also freezes if I try to run any commands that are wireless related, for example iwconfig or ifconfig. I have to close the terminal to kill the process.

I've also had more serious crashes when running Transmission where absolutely everything freezes and a hard reset is my only way out. Forgive my n00bishness and let me know what other information I can provide you with.

View 2 Replies View Related

OpenSUSE Install :: Middle Of Copying Files From Comp To Cellphone The Xp Has Crashed?

Apr 9, 2011

in the middle of copying files from my comp to my cellphone the Xp has crashed. When reboot, got a notification that:rootnoverify (hd 0,0)NTLDR is missingchainloader +1I found a way to possibly repair the xxxxxp, I just don't know if it can mess up my suse side, have 11.3this is the solution for xp;If you get the "NTLDR is Missing" error, follow these instructions:

1. Load Windows XP CD into CD drive.
2. Make sure BIOS is set to boot to CD drive.
3. Boot the computer from CD.

[code]....

View 4 Replies View Related

General :: Can't Edit Files While Using Ssh To Remotely Access Linux Server From A Windows Comp?

Oct 9, 2010

I can ssh to the server but it wont allow me edit files, even though I have basic text editors like gedit and notepad installed on my windows computer. Anyone have an idea what the problem is? (I get an error message like this-(gedit:23978): Gtk-WARNING **: cannot open display

View 3 Replies View Related

General :: Turn Laptop On And The Comp Prepares 2 Boot The OS,a Screen Asking To Choose Which OS Version?

Apr 7, 2011

i've got UBUNTU 10.10 installed on my laptop.After i turn my laptop on and the comp prepares 2 boot the OS,a screen asking me to choose which OS version i'd like 2 select.Now ideally i'd like jst 2 names on dat list namely-Ubuntu and win xp..But I've a host of other options as well like memory testblahblah'safemode'....wotevr....Is this ok 2 have so many OS startup options.Is there a way to get rid of unwanted stuff like changin the BOOT.ini file or in any other way???

View 11 Replies View Related

Ubuntu :: Cpufreq Scaling Applet Constantly Changes To "performance". (and Comp Freezes)?

Dec 10, 2010

I am using Ubuntu 10.10 x64. When I try to change the setting to powersave or ondemand the applet resets back to performance after a few seconds. It is causing my laptop to get hotter than necessary. Which is bad.

Also, the computer tends to freeze at random times and a few seconds afterwards the screen will blank to a color like purple or white. sometimes vertical stripes too. I have had this issue since I installed 10.10. (It happened twice trying to type this post >.<)

I am using a Gateway NV5207u. AMD Turion CPU and ATI Radeon HD 3200 graphics

View 1 Replies View Related

Ubuntu :: 11.04 Fans Constantly Running

May 1, 2011

my computer sounds as if I have been playing crysis warhead for like 5 hours, because every fan in my computer is running including the graphics card. They are not just running normal either they are running at the max.

View 4 Replies View Related

Ubuntu :: Banshee = Fans Running Hard?

Apr 28, 2011

I'm finally making the change away from rhythmbox for the now adopted Banshee and I'm noticing that my fans run really hard when I'm running banshee. I'm monitoring speeds and don't notice a huge increase in temp but the fans none the less run hard. CPU usage is running around 6% for banshee not nearly enough to cause this fairly large laptop so having the fans run hard make it a bit loud when around others

View 1 Replies View Related

General :: Set Fans On Maximum?

Dec 24, 2010

How can I set my processor fan to 100% in linux?

View 1 Replies View Related

Slackware :: Fans Working All The Time?

May 19, 2011

i'm using slackware 13.37. (Sony Vaio VGN-FS315H)

my fans are working all the time, they are loud and it's annoying.

I already did sensors-detect, but I get this message every time.

Code:
Sorry, no sensors were detected.

This is relatively common on laptops, where thermal management is handled by ACPI rather than the OS.

View 2 Replies View Related

Fedora :: Software To Control Speed Fans?

Mar 10, 2011

I have problem with funs speed in my fujitsu rx100 s6 server, rpm funs is 3000 ? I think it is not standard speed funs. On windows 2008 server funs works quietly. Fujitsu supports only windows servers, red-hat enterp. and suse enterp. Is there any software to control speed fans?

View 6 Replies View Related

OpenSUSE :: Application To Monitor Temperatures And Fans In Kde?

Aug 8, 2010

recommended that application to display temperatures and fans, and to create security alerts and turn off the pc for the kde desktop?

View 4 Replies View Related

General :: Monitoring Systems Fans And Temperatures?

Jan 26, 2010

I am trying to use GKrellM [URL].. to monitor my system's fans/temperatures (I am trying to undervolt the fans a bit to make the systems quieter), but there don't seem to be any sensors available. I have lm_sensors installed.

View 2 Replies View Related

Hardware :: Bad To Plug Case Fans Into Motherboard?

Jul 8, 2010

I am going to upgrading the cooling in my computer, so I bought 3 case fans (the amount my case has room for). They have 4 pin connectors, so I was just going to plug 2 of them into the 2 available fan headers, and then plug the last one into a molex connector considering that they all come with molex adaptors. However, according to this site, your not supposed to because its too much strain on the motherboard? I am not (never have never will) overclocking so is that just for overclockers? My motherboard manual says it will work with 12 volt fans which are what these are.

View 5 Replies View Related

Ubuntu Installation :: 10.4 Upgrade, Xorg, Cpu, Fans Gone Nuts Running High/low?

Apr 28, 2010

I upgraded my Asus Eeepc 900a to 10.4 yesterday. Since then, Xorg has averaged between 30-40% CPU, and my fans have gone nuts running high/low/high/low, ad nausium.

Any ideas what might be going on? Another clue perhaps: on reboot or shutdown, I get a "program not responding" message with "unknown" as the hung program. I have not been able to determine what this program is or if it is related to the hyperactive Xorg.

View 9 Replies View Related

Software :: Sudden Shutdown/poweroff -- No, It's Not Bad Hardware Or Dirty Fans?

Nov 9, 2010

I just did a clean reinstall of Ubuntu (10.04 --> 10.10). After the install, any time I do CPU intensive work, my PC is suddenly shutting down like it's overheating.Everything was working fine for months, and started having problems immediately after the reinstall. so this is not a problem with my hardware, and it's not a problem with my fans needing cleaning -- it's a problem with software. So please don't tell me "that sounds like overheating, clean your fans". Something is different in software-land between 10.04 and 10.10 that is causing this to happen -- I assure you that the upgrade did not magically fill my fans with cat hair.

I have checked my log files, and can't find anything related to overheating -- searches for things related to lm_sensors, "temp", and "thermal" are not turning up anything in the system logs (syslog, kern.log, or messages). I also looked at the logs around the times of the sudden shutdown, and couldn't find anything unusual.How can I diagnose this? I'd like to file a bug report, but since I can't find anything in the logs, I honestly have no idea how to go about providing useful information.Is there anything besides overheating that might be causing my laptop to suddenly shut off?

View 7 Replies View Related

Fedora Hardware :: Fans Wont Stop - Pwmconfig Returns Error ?

Oct 8, 2009

I am running Fedora11 on a brand new HP Pavilion Elite, and the fans just won't stop running at full speed.

I have tried

Code:

Which told me lm_sensors was already installed.

Next I did

Code:

Taking the default answer to all questions asked.

Doing

Code:

Gives me something like this:

Which I suppose are normal values, which do not require fans spinning at full power.

However,when I do

Code:

I get this output:

View 1 Replies View Related

Server :: HP ProLiant DL560 Fans Always Running At Full With Debian 6.0 Installed

Mar 27, 2011

I have an HP ProLiant DL560 server with Debian 6.0 installed and cannot figure out how to get the fans to run at anything except high. I have searched google and this site, but cannot find anything that works on Debian 6; the SLES packages will install, but don't do anything.

Server Specs:
HP ProLiant DL560
4x Intel Xeon 2.20GHz processors
6GB RAM
2x 72.8GB 15k rpm SCSI HDDs (Raid 1)
2x power supply

View 4 Replies View Related

Ubuntu :: Top Panel Will Not Stay Down

Sep 12, 2010

I've set-up my main panel along the bottom of the screen. However when I reboot/restart the little F!@#$% is back up top again. So I figure fine right click properties/set to bottom. But no. It jumps right back to the top. like I didn't select bottom at all. Also its happening on both my laptop and netbook.

View 6 Replies View Related







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