General :: Slowing Down Fan In MSI MS-7418?
Sep 5, 2010
This little Atom-based unit works fine with Linux, but its fan is running at full-speed all the time.So I figured maybe lm_sensors could ajust its speed dynamically, but "sensors", "fancontrol", and "pwmconfig" all fail to work, even though the modules required for this motherboard are up and running:
Code: # dpkg -L lm-sensors
[...]
/usr/sbin/fancontrol
/usr/sbin/pwmconfig
[code]...
View 2 Replies
ADVERTISEMENT
Sep 5, 2010
This little Atom-based unit works fine with Linux, but its fan is running at full-speed all the time.So I figured maybe lm_sensors could ajust its speed dynamically, but "sensors", "fancontrol", and "pwmconfig" all fail to work, even though the modules required for this motherboard are up and running:
Code:
# dpkg -L lm-sensors
[...]
/usr/sbin/fancontrol
/usr/sbin/pwmconfig
[code]....
View 7 Replies
View Related
May 25, 2010
How to slow down my laptop cpu so that it does not overheat?
View 3 Replies
View Related
Feb 23, 2010
As mentioned in another of my recent posts, I have set up a small network for my job, in which I am utilizing 4 Servers running Ubuntu 9.04 Jaunty Jackalope Gnome GUI and Ubuntu Server running underneath (yes I need a GUI for what I am doing). However, I am having a problem when bringing Ubuntu out of "locked" state, and any time that I am required to authenticate (i.e. sudo bash). After I type in my password, everything hangs for a good 3+ minutes.
To test this, I disconnected the Ubuntu Servers from the network, and I tried to authenticate again. With the server off the network, authentication did not hang, and the GUI came up in seconds. Also, I checked my syslog and memory utilization and both are well within acceptable range that they would not be causing sluggish performance.
With all of this said, I believe that there is some kind of resolution going on when trying to authenticate while the servers are connected to the network (i.e. Kind of like how doing a traceroute in a cmd prompt in Windows without the "-d" takes forever because of name resolution checking).I should also mention that my network DOES NOT have an internet connection by design.
View 1 Replies
View Related
Feb 4, 2010
Is there a way to cache everything in squid except for the video files and mp3s?I had a problem before when I turned caching on and it made the performance very poor because it was trying to cache large video files.Right now, I have a problem on the server where even if iptraf lists ingoing+outgoing at 5000 kbits/sec viewing video works fine, but it takes a while for normal webpages to load and I can't figure out where the bottleneck is.
View 12 Replies
View Related
Jan 1, 2010
I'm running CentOS 5.4 on an Atom 230-based MSI MS-7418 motherboard. I'd like to monitor this host' CPU temperature as well as the HD's temperature, but can't get lm_sensors to work:
Code:
# uname -a
Linux msi.workgroup 2.6.18-164.9.1.el5 #1 SMP Tue Dec 15 21:04:57 EST 2009 i686 i686 i386 GNU/Linux
[code]....
View 6 Replies
View Related
Mar 26, 2010
I have got my Fedora12 setup working just beautifully... except the mouse!
A few months ago I invested in a very nice, expensive high performance mouse with very high resolution tracking. In Fedora 12 it is just too fast for me though, and I'm already well on the way to Carpel tunnel syndrome..
I have turned the sensitivity and acceleration down as far as they go but it is still too fast. The old ways of adjusting xorg parameters are, I understand it, now null and void due to the hotplugging HAL framework.
How to turn the speed of the mouse down on Fedora if the control panel doesnt turn it down enough.
View 14 Replies
View Related
May 13, 2010
I recently got karoo broadband installed, the speed is normally 8mbps but the longer I am connected to my router the slower it gets, I have to disconnect and reconnect to the router to get back to full speed, is this due to a bad wireless driver or do I need new drivers or a better router.
View 2 Replies
View Related
Nov 27, 2010
I have do some research by google to find out How To I slow down the speed when playing movie! And I found this: [URL]. But I not sure how can I do it!!
View 2 Replies
View Related
Sep 5, 2011
When I am running Ktorrent it takes about 30 seconds for a web page to open, in stead of 1 or 2 seconds. The download speed is very slow 200B/s and the status of most of the torrents is "Stalled". If have opened TCP and UDP ports 36477 4444 6881, 7881, 8881 and added them to the port forwarding list in my router. No difference.
View 9 Replies
View Related
Nov 27, 2010
about every second time when I start up my Ubuntu 10.4, my hard drive starts to work heavily. While it's doing so I see in the system monitor that the gnome-settings-daemon has the status 'uninterruptible'. After about 3 minutes the hard drive calms down and the status of gnome-settings-daemon switches to 'sleeping'. so from that I guess the heavy working of the hard drive is somehow related to that process. Sometimes gnome-settings-daemon seems to crash completely so that my theme is gone.
So is there a solution to that? because it's annoying that it slows down the system for about 3 minutes after start up. On the net I've found some old threads from 2004 and 2006 which describe crashing of gnome-settings-daemon. But there didn't seem to be a solution.
View 3 Replies
View Related
Mar 24, 2010
when calling 'top' dbus is having load of activity ('dbus-monitor --session') outputs also a lot of action (see attachement). this has effect that my machine is slowing down and normal work takes ages.I have no clue where the activity is coming from. I also had a look at https://bugs.launchpad.net/ubuntu/+s...or/+bug/441828. But there are no unnormal devices plugged in... (just keyboard + cordless mouse).when starting the machine the cpu load is ~9%. After a while (after 1 day) it goes up to 70-80%. the started applications do not change during that time. so i guess somewhere there is a leak.
View 9 Replies
View Related
Sep 17, 2010
I'm moving to Vietnam soon and was wondering if anyone knows of the best native linux way to circumvent the internet censorship there without slowing it down too significantly. I used to use proxy servers to access Wikipedia in China, but they were slow and unreliable. Not to mention, it was a pain to enable/disable it.
View 4 Replies
View Related
Mar 11, 2011
I am having annoying problems with my fresh installation of Mandriva 2010.2. It uses the xorg-1.7.7 server for my ATI X600 mobility graphics card. (package: x11-server-xorg-1.7.7-1mdv2010.1) There are several - perhaps related, perhaps unrelated - problems:
Problem 1: Random lockups. The Xorg.0.log states:
[Code]....
View 10 Replies
View Related
May 12, 2011
I'm trying to dump a mysql database on a small web server without killing performance. I tried using the nice command to give the mysqldump and gzip a low priority, but gzip is still taking up 100% CPU. Pages on the web server are loading incredibly slow. Here's my command:
Code:
nice -n 19 mysqldump -u USER -pPASSWORD DATABASE | nice -n 19 gzip -9 > OUTFILE.sql.gz How do I get gzip to run without taking up 100% CPU? I've attached a screenshot of top about 8 seconds into the dump.
View 2 Replies
View Related
Jul 28, 2011
I have a tenda wireless adaptor running on 11.04 natty. The USB id is: 148F 3070
Using the already installed drivers rt2800usb it can connect to all 13 channels but is very flaky, transfers slowing and stopping regularly. The rt2870sta driver is a lot more stable, but it will only connect to channels 1-11, but I need to use channel 13 due to massive wifi congestion on other channels...
I've tried iwpriv but it says there are no ioctls for the device.
Is there any way to get the installed driver rt2870sta to scan and connect to channel 13?
I've also tried to install the latest drivers from the ralink website: rt2870sta says it can see all 14 channels, but fails to scan. I also tried rt3070 driver but I cannot insmod as there are errors...
View 9 Replies
View Related
Oct 14, 2010
I bought a new computer a few months ago. AMD Quad Core 3.0 GHz, 4 Gig Ram, 1 Gig Video card. All was working fine with Ubuntu 10.04. Then I installed a PCI Firewire card from my old computer because I needed to make some videos from my DV video camera. My computer worked and everything seemed to be fine. The firewire card worked, and I could do everything as per usual. Except for watching HD Videos. After capturing my video from my cam corder I un-installed the PCI FireWire card, and I can now watch HD Video again. This is the error I got when watching a HD Video with the PCI Firewire card installed. I launched vlc from a terminal.
[Code]...
My question is - how would a person know that the PCI card was slowing down the computer if they hadn't experienced the computer before installing the PCI card. One of the reasons I upgraded to a faster computer was to watch HD Video. Now I am wondering if it was the PCI card that was slowing down my old computer. Pentium-4 single core 2.8 GHz, 256 MB Grfx card. Is there diagnostic software for Ubuntu/Linux for this type of thing.
View 6 Replies
View Related
Oct 12, 2010
My Ubuntu system is occasionally becoming very sluggish. I'm running many things simultaneously and it's very difficult to tell which program is the culprit.
I suspect that the sluggishness is due to disk activity since the CPU usage is consistently under 50% on each of the 4 cores of the CPU, and over 30% of the 6GB of RAM are free.
Is there a tool that can show me in real time the number of disk IO operations per second and the amount of data read/written per second? Can all this info be broken down and displayed per process?
View 2 Replies
View Related
Mar 3, 2010
I want to write a shell script, so that at 9AM every morning a general will be sent automatically to my network users E-Mail ID. My users are as follows: akhtaruzzaman@a[URL], ariful.[URL] etc.
Below is my little effort:
# !/bin/bash
userlist=`cut -f 1 -d : /etc/passwd`
mail -s "mailbackup" << END
keep mailbackup in another drive daily for security purpose
View 3 Replies
View Related
Nov 4, 2009
I'm using my Linux (SLES 10) server as a File Server at this point. I need to set File Permissions to nested folders differently to different groups. For example:
homesharedengineering* should be read only for groupA
homesharedengineeringadmin should be read & write for groupB Plus read only for groupA
homesharedengineeringautocad should be read & write for groupC Plus read only for groupA
I've been using Webmin and Putty to set permissions but Putty only allows me the Default Group, it won't allow me to set several groups on the same directory. Webmin seems to allow me to add multiple groups (Webmin --> Others --> File Manager --> Info & ACL tab will provide extended abilities) but when I add multiple groups, they don't seem to take effect? I'm wondering if my setup at the 'Share' level or at the hierarchy of my folder structure (unix based) needs to be set specifically?
View 1 Replies
View Related
Jun 18, 2011
I have Windows 7 on my Dell Xps laptop, and I want to install Ubuntu or Fedora as a dual-boot. Will that cause my system to slow down?
View 2 Replies
View Related
Jan 29, 2011
PackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.
View 1 Replies
View Related
Jun 6, 2011
II'm a front-end web developer, I've always developed on Windows with technologies like XHTML, CSS, Javascript and Flash, I've dabbled with PHP and MySQL. I am well used to Windows workflows and tools, from Photoshop to Notepad++, Filezilla and WAMP server stacks to After Effects, and a swathe more - but always on Windows.I'm at a point where I think I need to start seriously developing on a Linux box, specifically at the moment to create web apps based on Node.js, but compiling tools and programs has become a task I'm more frequently required to do.
My question? I need to get my hands on a user-friendly install of Linux, but which one? I need common interface developer tools (lists welcome) to replace... well as many tools I have on Windows as possible.I need to be readily connected to the internet, I need OS updates to not destroy my workflow by crashing the OS, as I've seen Ubuntu do to various friends. I want efficiency, I need to be able to customise what I need to in order to perform development tasks.I guess this could be a long list, but - I don't have practical working knowledge of the Linux OS, nor how it "compares" to Windows (excuse my faux pas). I'm obviously willing to learn, but I'm far, far more keen to just... continue interface development, just on Linux instead of Windows.
View 3 Replies
View Related
Jun 27, 2010
A friend of mine helped me set up a server which includes Squirrel Mail.It?s CentOS 5.3.I have a person who would like to access Squirrel Mail at remote sites.My questions is, I can create an account on the server which has KDE and the usual general applications and he would have the remote access Squirrel Mail but he doesn?t need nor does he want to access KDE or anything else on my server. He just want an account so he can use Squirrel Mail.
View 1 Replies
View Related
Mar 23, 2010
I have the impression that not that many people understand the scope and limitations of GNU General Public License. This is somehow my basic understanding of it. If I take a program covered under the GNU license, first of all I have the right to get the source code. Second, I can modify it at will. Third, I can redistribute it as will too but the new code will necessarily will have the same GNU license. This made me wonder how people actually can charge for software derived from Linux, for instance, Red Hat. Well, my impression is that they really make profit only out of services. In this thread [URL] I think I found a lot of confusion, even from a moderator (not intended to offend). Red Hat is based on Linux and it is necessarily covered under GNU. Somebody probably bought the program from RHE and can make it available at no cost.
Nevertheless, the moderator decided to warn the user. In this article [URL] it says the following:"Our training is not designed to promote vendor lock-in. Though these courses are based on Red Hat Enterprise Linux, the source code for [RHEL] is available to the community via the GPL [GNU General Public License]," said Red Hat spokewoman Leigh Day. This thread [URL] shows yet more confused people. Is there is a glitch in this type of license that prevents programs like RHEL to be redistributed for free? Why their license page doesn't mention GNU license? Or the problem is just that people get overwhelmed by this license and are afraid to be penalized and get paralyzed? By the way, RHEL is just the example. The key question is about the license!!
View 14 Replies
View Related
Sep 9, 2010
I need to allow certain users (who do not have root access) to be able to stop and start specific daemons
View 2 Replies
View Related
Jul 16, 2010
What is the general opinion of the Mandriva and Debian distros? Mainly asking what kind of user you consider the distro to be for (beginners, advanced, total newb, whatever), and whether you think they offer as much to an extremely experienced user as they would to a newb.Those are my two favorite distros, and I really like Mandriva a lot. I'm trying to pick one to stick with throughout, but I'm not really sure if Mandriva is too automated and Windows-user oriented like Ubuntu (I haven't really delved into the deeper aspects of Linux so I have zero experience in this area now). This might sound a little elitist but I don't want to be using Mandriva and just be automatically dismissed as a newb on first impression just because I'm using Mandriva (although admittedly I am a bit of a newb at the moment, I don't plan on staying one).
View 4 Replies
View Related
Apr 3, 2010
Im trying to get a general understanding put simply.
View 6 Replies
View Related
Jan 9, 2011
Friends i am facing some issue with Linux i want to know how many kinds of file do we have in Linux and what are soft link and hard link mean and the difference. However i want to know also why do we use it in Linux
View 1 Replies
View Related
Mar 27, 2010
I have a computer on LAN running ssh. I can normally tunnel the GUI application usingssh computer-name -X program-nameBut I wam my full desktop to be running on a remote computer using ssh so that I can just use that computer remotely like a local desktop. For this I think I will need to run KDM (or GDM ) remotely, what configuration do I need to do to make this happen?
View 2 Replies
View Related