<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TommyBlue.it &#187; jaunty</title>
	<atom:link href="http://www.tommyblue.it/tag/jaunty/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tommyblue.it</link>
	<description>Bombardare per la pace è un po' come trombare per la verginità...</description>
	<lastBuildDate>Tue, 24 Jan 2012 09:34:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Come rendere l&#8217;Aspire One utilizzabile con Ubuntu 9.04</title>
		<link>http://www.tommyblue.it/2009/05/05/come-rendere-laspire-one-utilizzabile-con-ubuntu-904/</link>
		<comments>http://www.tommyblue.it/2009/05/05/come-rendere-laspire-one-utilizzabile-con-ubuntu-904/#comments</comments>
		<pubDate>Tue, 05 May 2009 10:19:39 +0000</pubDate>
		<dc:creator>TommyBlue</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Informatica]]></category>
		<category><![CDATA[Software Libero]]></category>
		<category><![CDATA[acer]]></category>
		<category><![CDATA[aspire one]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tommyblue.it/?p=384</guid>
		<description><![CDATA[Finalmente ho tra le mani il netbook comprato a dicembre (mica male l&#8217;assitenza Acer, lo ha tenuto solo 5 mesi&#8230;) e ho deciso subito di togliere la sua distribuzione (una Fedora rimaneggiata col pregio di avviarsi veramente alla svelta) e provarci Ubuntu 9.04 &#8220;Jaunty Jackalope&#8221; in versione Remix. Nella pagina di download ci sono tutte [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Acer Aspire One" src="http://www.tommyblue.it/wp-content/uploads/2009/03/acer_aspire_one_ita_2-300x237.jpg" alt="" width="300" height="237" />Finalmente ho tra le mani il netbook comprato a dicembre (mica male l&#8217;assitenza Acer, <a title="Cose da Pazzi!" href="http://www.tommyblue.it/2009/03/11/cose-da-pazzi/">lo ha tenuto solo 5 mesi</a>&#8230;) e ho deciso subito di togliere la sua distribuzione (una Fedora rimaneggiata col pregio di avviarsi veramente alla svelta) e provarci Ubuntu 9.04 &#8220;Jaunty Jackalope&#8221; in versione Remix. Nella pagina di download ci sono tutte le istruzioni per copiare l&#8217;immagine di Ubuntu nella penna USB e avviarla.</p>
<p>Out-of-the-box funziona praticamente tutto, ma per rendere la distribuzione &#8220;utilizzabile&#8221; bisogna un po&#8217; spippolare, quindi approfittando della richiesta dell&#8217;Alice metto per iscritto quello che ho fatto.</p>
<p><strong>E qui cominciano i magheggi :) <img class="alignnone size-full wp-image-386" title="Magheggi" src="http://www.tommyblue.it/wp-content/uploads/2009/05/wizzard_enjoyes_the_spell_by_madb0y.gif" alt="Magheggi" width="106" height="43" /></strong></p>
<p>Tanto per cominciare alla memoria SSD interna da 8GB (veramente leeeenta) <strong>ho affiancato una seconda SSD da 8GB <a title="Secure Digital High Capacity" href="http://it.wikipedia.org/wiki/Secure_Digital" target="_blank">SDHC</a></strong> che tengo sempre inserita nel lettore di sinistra del netbook. Durante l&#8217;installazione ho scelto questa memoria (<em><strong>/dev/mmcblk0p</strong></em><strong>X</strong>) per <strong>/home</strong>, <strong>/var </strong>e <strong>/usr</strong> (rispettivamente di 2, 2 e 4GB) e non ho usato swap (mandando a quel paese l&#8217;installer che invece ci terrebbe tanto). La partizione root invece l&#8217;ho dovuta montare sulla memoria interna (altrimenti non parte&#8230;.).</p>
<p>Tutte le partizioni sono state formattate con filesystem <strong>ext2</strong>.</p>
<p>Una volta terminata l&#8217;installazione e avviato il sistema ho fatto alcune modifiche al file <strong>/etc/fstab</strong> per diminuire le scritture del disco (<strong>noatime,nodiratime</strong>) e montare in ram alcune partizione temporanee:</p>
<div class="codecolorer-container text railscasts" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">UUID=fc754074-882f-4747-bb5c-830a2dac9bfd /               ext2    noatime,nodiratime,errors=remount-ro 0       1<br />
# /boot was on /dev/sda1 during installation<br />
UUID=d728086f-41f8-462a-86d7-515fb19f71cf /boot           ext2    noatime,nodiratime        0       0<br />
# /home was on /dev/mmcblk0p3 during installation<br />
UUID=3abedbbb-f626-48aa-8d69-fc37991e25e8 /home           ext2    noatime,nodiratime        0       0<br />
# /usr was on /dev/mmcblk0p1 during installation<br />
UUID=60d18845-4c7b-4567-afa3-b7285679609c /usr            ext2    noatime,nodiratime        0       0<br />
# /var was on /dev/mmcblk0p2 during installation<br />
UUID=2b90d8e1-27d0-4a3d-a4db-7b5bf3e37c6b /var            ext2    noatime,nodiratime        0       0<br />
tmp &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/tmp &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tmpfs &nbsp; &nbsp;defaults &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 0<br />
vartmp &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/var/tmp &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tmpfs &nbsp; &nbsp;defaults &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 0<br />
varlog &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/var/log &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tmpfs &nbsp; &nbsp;defaults &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 0</div></div>
<p>Attenzione alla partizione <strong>/var/log</strong>: montata su tmpfs fa molto arrabbiare i programmi che di default loggherebbero in una sua sottocartella e non la trovano all&#8217;avvio (ad esempio <em>apache</em>).</p>
<p>Ho aggiunto anche <strong>elevator=noop</strong> come opzione di avvio del kernel (quindi nel file <strong>/boot/grub/menu.lst</strong>).</p>
<p>Allo script di avvio <strong>/etc/rc.local</strong> ho aggiunto le voci:</p>
<div class="codecolorer-container text railscasts" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"># As in the rc.last.ctrl of Linpus<br />
echo ondemand &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor<br />
echo ondemand &amp;gt; /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor<br />
cat /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate_max &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate<br />
echo 1 &amp;gt; /sys/devices/system/cpu/sched_smt_power_savings<br />
echo 10 &amp;gt; /sys/module/snd_hda_intel/parameters/power_save<br />
#Decrease power usage of USB while idle<br />
[ -w /sys/bus/usb/devices/1-5/power/level ] &amp;amp;&amp;amp; echo auto &amp;gt; /sys/bus/usb/devices/1-5/power/level<br />
[ -w /sys/bus/usb/devices/5-5/power/level ] &amp;amp;&amp;amp; echo auto &amp;gt; /sys/bus/usb/devices/5-5/power/level</div></div>
<p>Ed infine a <strong>/etc/sysctl.conf</strong>:</p>
<div class="codecolorer-container text railscasts" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"># Economize the SSD<br />
# Strongly discourage swapping (default 60)<br />
vm.swappiness = 1<br />
# Don't shrink the inode cache aggressively (default 100)<br />
vm.vfs_cache_pressure = 50<br />
# (default 499)<br />
vm.dirty_writeback_centisecs = 1500<br />
# (default 10)<br />
vm.dirty_ratio = 20<br />
# (default 5)<br />
vm.dirty_background_ratio = 10<br />
# (default 0)<br />
vm.laptop_mode = 5</div></div>
<p><strong>Work in progress</strong></p>
<ul>
<li>Per far funzionare i led della wireless bisogna scaricare, compilare ed installare i driver madwifi direttamente da svn ed aggiungere queste voci a <strong>/etc/sysctl.conf</strong>:
<div class="codecolorer-container text railscasts" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">dev.wifi0.ledpin = 3<br />
dev.wifi0.softled = 1</div></div>
</li>
<li><strong>Non funziona la sospensione</strong> (ma almeno non corrompe la memoria esterna come Ubuntu 8.xx), ma dato che con <a href="http://www.linux4one.it">Linux4One</a> funziona cercherò di capire cosa hanno fatto e replicarlo</li>
</ul>
<p><strong>Webografia</strong></p>
<ul>
<li><a href="# https://help.ubuntu.com/community/AspireOne" target="_blank">https://help.ubuntu.com/community/AspireOne</a></li>
<li><a href="http://fedoraproject.org/wiki/Acer_Aspire_One" target="_blank">http://fedoraproject.org/wiki/Acer_Aspire_One</a></li>
<li><a href="http://linux4one.it/" target="_blank">http://linux4one.it/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.tommyblue.it/2009/05/05/come-rendere-laspire-one-utilizzabile-con-ubuntu-904/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

