Fanless Aspire One

Hardware - Hacks / Mods for the Acer Aspire One

Re: Fanless Aspire One

Postby esaym » Fri Aug 15, 2008 10:14 pm

rachel wrote:
esaym wrote:Well the good news is that I got my One today!

The bad news is that it is completely silent so you guys are on your own! :D :P

Yes the fan does fun always but this is the quietest laptop I have ever owned!


What model is that then and where from? We might as well still try to find a pattern...


It came from buy.com. It is white with intel SSDPAMM0008G1EA ssd, 2200mah battery, and 3109 bios
User avatar
esaym
 
Posts: 60
Joined: Thu Aug 07, 2008 8:20 pm

Re: Fanless Aspire One

Postby casainho » Fri Aug 15, 2008 10:32 pm

rachel wrote:In ubuntu I'd currently put "acerfan off" in /etc/rc.local, although I haven't done it yet. I expect there's a similar thing in Linpus. When the "govern" thing is there I'll launch as a daemon in the same place.

Just now found how to set the default cpufreq governor to powersave too. Should help but that's a general thing.


I am using Ubuntu ;-) and I did put on /etc/rc.local but It isn't working :-(

I am using the cpufreq since beginning, it's nice but I don't like the fact that it's just goes down to 50%... on Eee pc it was going to 12% :-) - well, but 50% should help on battery run time and temperature :-)
User avatar
casainho
 
Posts: 88
Joined: Mon Jul 21, 2008 12:26 pm

Re: Fanless Aspire One

Postby Spire » Sat Aug 16, 2008 6:46 am

esaym wrote:
rachel wrote:
esaym wrote:Well the good news is that I got my One today!

The bad news is that it is completely silent so you guys are on your own! :D :P

Yes the fan does fun always but this is the quietest laptop I have ever owned!


What model is that then and where from? We might as well still try to find a pattern...


It came from buy.com. It is white with intel SSDPAMM0008G1EA ssd, 2200mah battery, and 3109 bios


Yes,

Units with Samsung SSD = Noisy fan
with Intel SSD = Silence fan

http://www.aspireoneuser.com/forum/viewtopic.php?f=24&t=239&st=0&sk=t&sd=a&start=40
(Spain) Aspire One Blue, 2400mAh battery, 1GB ,Samsung SSD, XP sp3 runs great ,usable and fast XP. - NOISY FAN -
Spire
 
Posts: 37
Joined: Mon Jul 21, 2008 1:43 pm

Re: Fanless Aspire One

Postby Frojd » Sat Aug 16, 2008 1:10 pm

Spire wrote:Yes,

Units with Samsung SSD = Noisy fan
with Intel SSD = Silence fan

http://www.aspireoneuser.com/forum/viewtopic.php?f=24&t=239&st=0&sk=t&sd=a&start=40


Mine is a Samsung SSD and it's quiet....most of the time. Sometimes the fan spins up without reason and I can understand what some of you have experienced with your One's, but most of the time it's very quiet (I'm not very tolerant to noise and compared to my stationary PC, which everyone who's heard it experience as extremely quiet, the One is just a bit more noisy).
Frojd
 
Posts: 95
Joined: Thu Aug 07, 2008 12:15 pm

Re: Fanless Aspire One

Postby VVarwick » Sat Aug 16, 2008 1:37 pm

I would not characterize my fan as loud by any means, but it is not whisper quiet. Something that I've done that has helped a lot with the sound (and with the cooling) is to add some larger stick-on rubber feet to the bottom of the battery. They are about 1/2" square and close to 1/3" tall. This gives more air space under the AA1 which helps dampen the resonating sound the fan makes. This also helps with air circulation under the AA1. A secondary benefit is it angles the keyboard a little forward making it easier to type. With the larger back feet my AA1 still fits in the soft sleeve that came with it.

I know some will frown at doing something like this, but it's worked out for me.

VVarwick
VVarwick
 
Posts: 22
Joined: Mon Aug 04, 2008 2:13 pm

Re: Fanless Aspire One

Postby qball » Sat Aug 16, 2008 1:51 pm

VVarwick wrote:I know some will frown at doing something like this, but it's worked out for me.


Why would we?
qball
 
Posts: 42
Joined: Thu Aug 14, 2008 9:22 am

Re: Fanless Aspire One

Postby VVarwick » Sat Aug 16, 2008 2:29 pm

qball wrote:
VVarwick wrote:I know some will frown at doing something like this, but it's worked out for me.


Why would we?


OK, maybe you wouldn't. :lol:

I figured some will frown on adding extra thickness to a netbook since being so small is part of it's beauty.
VVarwick
 
Posts: 22
Joined: Mon Aug 04, 2008 2:13 pm

Re: Fanless Aspire One

Postby rachel » Sat Aug 16, 2008 5:14 pm

I've written a simple daemon to automatically control the fan according to temperature.

It's on the wiki page (http://wiki.aspireone.net/index.php/How_to_hack_the_noisy_fan) now, and is called acerfand.

Try it out, guys. :-) And someone fill in the bit about putting it into the local boot script on Linpus.
rachel
 
Posts: 80
Joined: Sun Aug 10, 2008 9:19 am

Re: Fanless Aspire One

Postby Martini-man » Sat Aug 16, 2008 5:53 pm

Is it possible to make this for windows?
Martini-man
 
Posts: 25
Joined: Sat Jul 19, 2008 11:38 pm

Re: Fanless Aspire One

Postby casainho » Sat Aug 16, 2008 5:57 pm

rachel wrote:I've written a simple daemon to automatically control the fan according to temperature.

GREAT Rachel!!

I did put it in /etc/rc.local (Ubuntu) but is not taking effect at boot time :-( -- however If I run that script it starts running and I can see it If I do:
Code: Select all
pstree | grep acer
     |-acerfand---sleep


I didn't create the conf file for the script as I think that default values are ok :-)

I am very happy to see that our problem were resolved with our efforts :-) -- now the wiki page is a bit disorganized, Rachel, If you can, you can go ahead to clean it - just put as principal this daemon!!!

Eee pc have a great community (I have one) because we discuss on forums and finally we resume on wiki, but for AA1 is really bad because info is all disorganized :-( - principal links on main site is for forum messages which are a pain to read and conclude something :-(

My rc.local file is:
Code: Select all
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

# Economize the SSD
sysctl -w vm.swappiness=1               # Strongly discourage swapping
sysctl -w vm.vfs_cache_pressure=50      # Don't shrink the inode cache aggressively

# As in the rc.last.ctrl of Linpus
echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo ondemand > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
echo 1 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate

echo 3000 > /proc/sys/vm/dirty_writeback_centisecs
echo 20 > /proc/sys/vm/dirty_ratio
echo 10 > /proc/sys/vm/dirty_background_ratio

echo 1 > /sys/devices/system/cpu/sched_smt_power_savings
echo 10 > /sys/module/snd_hda_intel/parameters/power_save
echo 5 > /proc/sys/vm/laptop_mode

#Decrease power usage of USB while idle
[ -L /sys/bus/usb/devices/1-5/power/level ] && echo auto > /sys/bus/usb/devices/1-5/power/level
[ -L /sys/bus/usb/devices/5-5/power/level ] && echo auto > /sys/bus/usb/devices/5-5/power/level

#Automatic contro of the noisy fan
/usr/local/bin/acerfand

exit 0
User avatar
casainho
 
Posts: 88
Joined: Mon Jul 21, 2008 12:26 pm

PreviousNext

Return to Hardware - Hacks / Mods

Who is online

Users browsing this forum: No registered users and 0 guests