<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Deneb</title>
	<atom:link href="http://denebinside.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://denebinside.wordpress.com</link>
	<description>Inside my imagination</description>
	<lastBuildDate>Sat, 28 Jan 2012 11:13:12 +0000</lastBuildDate>
	<language>it</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='denebinside.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Deneb</title>
		<link>http://denebinside.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://denebinside.wordpress.com/osd.xml" title="Deneb" />
	<atom:link rel='hub' href='http://denebinside.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Compilazione di OOo4Kids su openSUSE 12.1</title>
		<link>http://denebinside.wordpress.com/2012/01/28/compilazione-di-ooo4kids-su-opensuse-12-1/</link>
		<comments>http://denebinside.wordpress.com/2012/01/28/compilazione-di-ooo4kids-su-opensuse-12-1/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 08:00:37 +0000</pubDate>
		<dc:creator>denebinside</dc:creator>
				<category><![CDATA[EducOO.it]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[OOo4Kids]]></category>

		<guid isPermaLink="false">http://denebinside.wordpress.com/?p=382</guid>
		<description><![CDATA[Chi mi conosce probabilmente saprà che seguo il progetto EducOOo e che ne sono referente per la sezione italiana. In questo &#8230;<p><a href="http://denebinside.wordpress.com/2012/01/28/compilazione-di-ooo4kids-su-opensuse-12-1/">Continua a leggere &#187;</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denebinside.wordpress.com&amp;blog=5870137&amp;post=382&amp;subd=denebinside&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Chi mi conosce probabilmente saprà che seguo il progetto <a title="EducOOo" href="http://wiki.educoo.org/" target="_blank">EducOOo</a> e che ne sono referente per la <a title="EducOO Italia" href="http://www.educoo.it/" target="_blank">sezione italiana</a>.</p>
<p>In questo articolo vorrei riportare una piccola guida alla compilazione di <a title="OOo4Kids" href="http://wiki.ooo4kids.org/" target="_blank">OOo4Kids</a> su <strong><a class="zem_slink" title="OpenSUSE" href="http://www.opensuse.org" rel="homepage">openSUSE</a> 12.1 x86_64</strong>.</p>
<p><img class="alignleft" title="OOo4Kids logo" src="http://wiki.ooo4kids.org/images/thumb/d/dd/OOo4Kids_square_logo_300dpi.png/150px-OOo4Kids_square_logo_300dpi.png" alt="OOo4Kids logo" width="150" height="150" /></p>
<p><img class="alignnone" title="openSUSE geeko" src="http://en.opensuse.org/images/1/10/Opensuse-geeko.png" alt="openSUSE geeko" width="185" height="185" /></p>
<p><span id="more-382"></span>La prima cosa da fare è installare le dipendenze di compilazione mancanti.</p>
<p>Da terminale root digitate:</p>
<pre>zypper in perl-Archive-Zip cups-devel pam-devel gperf libxslt-devel python-devel gconf2-devel gstreamer-devel  gstreamer-0_10-plugins-base-devel libredland-devel orbit2-devel</pre>
<p style="text-align:left;">A questo punto occorre <strong>scaricare i sorgenti</strong>. Per farlo si possono utilizzare <strong>due modalità</strong>, accesso <strong>svn in modalità anonima</strong> o <strong>accesso svn con ssh</strong>.<br />
Se non siete sviluppatori e non avete intenzione di apportare modifiche ai sorgenti, l&#8217;accesso anonimo sarà più che sufficiente.</p>
<p style="text-align:center;"><em><strong>I successivi comandi vanno digitati da terminale con permessi utente</strong></em></p>
<p style="text-align:left;"><em><strong></strong></em><br />
<strong>Svn in accesso anonimo:</strong></p>
<pre>svn checkout <a href="svn://svn.adullact.net/svnroot/ooo4kids1" rel="nofollow">svn://svn.adullact.net/svnroot/ooo4kids1</a></pre>
<p><strong>Svn con accesso ssh (per sviluppatori):<br />
</strong></p>
<ol>
<li><strong></strong><strong>Creazione della chiave ssh (solo al primo accesso):<br />
</strong></p>
<pre>ssh-keygen -t dsa -f ~/.ssh/id_dsa_ooo4kids_svn <strong> </strong></pre>
</li>
<li><strong></strong><strong>Aggiunta della chiave creata nel file <em>~/.subversion/config</em> nella sezione <em>tunnel</em><br />
</strong></p>
<pre> [tunnels]
  ssh = ssh -i /home/your_login_name/.ssh/id_dsa_ooo4kids_svn</pre>
</li>
<li><strong></strong><strong></strong><strong> Checkout del codice sorgente:<br />
</strong></p>
<pre>svn checkout svn+ssh://developername@svn.adullact.net/svnroot/ooo4kids1<strong></strong><strong> </strong></pre>
</li>
</ol>
<p>Ora ricordiamoci di <strong>settare</strong> alcune <strong>variabili d&#8217;ambiente</strong> <strong>nel terminale</strong> in cui vogliamo compilare i sorgenti.</p>
<pre>export CC="ccache gcc"
export CXX="ccache g++"
ccache -M 1G
unset HAVE_GCC_VISIBILITY_FEATURE</pre>
<p>Posizionatevi qui:</p>
<pre>cd trunk</pre>
<p>Queste sono le <strong>opzioni</strong> che ho utilizzato nel <em><strong>configure</strong></em><strong>:</strong></p>
<pre>./configure --with-lang=ALL \
             --with-system-python \
             --with-system-libxml \
             --disable-gnome-vfs \
             --with-OOo4Kids \
             --disable-gtk \
             --with-package-format="rpm" \
             --with-system-redland \
             --enable-presenter-extra-ui \
	     --enable-minimizer \
             --enable-presenter-screen \
             --enable-pdfimport \
             --with-use-shell=bash</pre>
<p>Se non avete riscontrato errori per altre librerie mancanti digitate nel terminale:</p>
<pre>./bootstrap</pre>
<p>Segnalate quale sorgente utilizzare digitando:</p>
<pre>source LinuxX86-64Env.Set.sh</pre>
<p>Controlliamo che tutto sia ok digitando da terminale:</p>
<pre>set | grep OOo4Kids</pre>
<p>ed il risultato deve essere:</p>
<pre>OOo4Kids=YES</pre>
<p>Ci siamo, tutto è pronto per la compilazione. Posizionatevi nella dir corretta:</p>
<pre>cd instsetoo_native</pre>
<p>Servirà un po&#8217; di tempo quindi mettetevi comodi, preparatevi una buona tazza di tè e gustatelo con calma.<br />
Questo è il comando da eseguire per <strong>avviare la compilazione</strong>:</p>
<pre>build  --all</pre>
<p>Nel mio caso, considerando che la macchina su cui sto compilando i sorgenti ha un processore intel i3, posso passare qualche job in più con queste opzioni:</p>
<pre>build --all -P4 -- -P4</pre>
<p>Al termine della compilazione i <strong>pacchetti rpm</strong> si troveranno in questo <strong>path</strong>:</p>
<pre>trunk/instsetoo_native/unxlngx6.pro/OOo4Kids/rpm/install</pre>
<p>In quel percorso troverete una cartella per ogni localizzazione supportata. Non dovrete far altro che decidere la lingua che vorrete utilizzare e poi installare da terminale root i pacchetti rpm.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/denebinside.wordpress.com/382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/denebinside.wordpress.com/382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/denebinside.wordpress.com/382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/denebinside.wordpress.com/382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/denebinside.wordpress.com/382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/denebinside.wordpress.com/382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/denebinside.wordpress.com/382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/denebinside.wordpress.com/382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/denebinside.wordpress.com/382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/denebinside.wordpress.com/382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/denebinside.wordpress.com/382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/denebinside.wordpress.com/382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/denebinside.wordpress.com/382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/denebinside.wordpress.com/382/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denebinside.wordpress.com&amp;blog=5870137&amp;post=382&amp;subd=denebinside&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://denebinside.wordpress.com/2012/01/28/compilazione-di-ooo4kids-su-opensuse-12-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c87900ad5df64f4651f33066e33b9c29?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denebinside</media:title>
		</media:content>

		<media:content url="http://wiki.ooo4kids.org/images/thumb/d/dd/OOo4Kids_square_logo_300dpi.png/150px-OOo4Kids_square_logo_300dpi.png" medium="image">
			<media:title type="html">OOo4Kids logo</media:title>
		</media:content>

		<media:content url="http://en.opensuse.org/images/1/10/Opensuse-geeko.png" medium="image">
			<media:title type="html">openSUSE geeko</media:title>
		</media:content>
	</item>
		<item>
		<title>Report: Cerea Fair</title>
		<link>http://denebinside.wordpress.com/2012/01/21/report-cerea-fair/</link>
		<comments>http://denebinside.wordpress.com/2012/01/21/report-cerea-fair/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 21:42:46 +0000</pubDate>
		<dc:creator>denebinside</dc:creator>
				<category><![CDATA[Eventi]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[cerea]]></category>
		<category><![CDATA[fsugitalia]]></category>

		<guid isPermaLink="false">http://denebinside.wordpress.com/?p=359</guid>
		<description><![CDATA[[Versione Italiana] Report: openSUSE alla Fiera di Cerea Nelle giornate di sabato 14 e domenica 15 gennaio 2012, io ed &#8230;<p><a href="http://denebinside.wordpress.com/2012/01/21/report-cerea-fair/">Continua a leggere &#187;</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denebinside.wordpress.com&amp;blog=5870137&amp;post=359&amp;subd=denebinside&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>[</strong><strong>Versione Italiana</strong>] Report: openSUSE alla Fiera di Cerea</p>
<div class="mceTemp mceIEcenter">
<dl class="wp-caption aligncenter">
<dt class="wp-caption-dt"><a href="http://denebinside.files.wordpress.com/2012/01/badge.jpg"><img class="size-large wp-image-360" title="badge" src="http://denebinside.files.wordpress.com/2012/01/badge.jpg?w=1024&#038;h=682" alt="cerea fair-badge" width="1024" height="682" /></a></dt>
</dl>
</div>
<p>Nelle giornate di <strong>sabato 14</strong> e <strong>domenica 15 gennaio 2012</strong>, io ed altri elementi dello staff di FSUGItalia, abbiamo partecipato alla “<strong>Fiera dell’elettronica e del radioamatore</strong>” di <strong>Cerea</strong> (Verona) presentando al pubblico intervenuto la distribuzione <strong>GNU/Linux openSUSE</strong>.<span id="more-359"></span> <strong> </strong></p>
<p>Bisogna dire innanzitutto che, come è tipico di queste fiere, vi è stato un grande successo di pubblico; ampia partecipazione e code di fronte all’ingresso a partire dalle prime ore dell’apertura. Da indiscrezioni avute durante la giornata di domenica, si è parlato di circa 20000 visitatori. <a href="http://denebinside.files.wordpress.com/2012/01/img_5760.jpg"><img class="aligncenter size-large wp-image-363" title="IMG_5760" src="http://denebinside.files.wordpress.com/2012/01/img_5760.jpg?w=1024&#038;h=682" alt="fair" width="1024" height="682" /></a> <strong> L’organizzazione della fiera ci ha riservato un ottimo posto, il primo banco all’ingresso! </strong></p>
<p><strong></strong>Oltre al<strong> materiale promozionale di openSUSE, lo stand </strong>che abbiamo allestito<strong> comprendeva 4 notebook e 3 netbook. </strong>Le macchine erano<strong> equipaggiate con openSUSE 12.1 </strong>configurata<strong> con differenti desktop manager </strong>per dare risalto alla<strong> flessibilità </strong>ed alla<strong> potenza di una distribuzione in grado di funzionare perfettamente sia su hardware di ultima generazione sia su hardware molto datato.</strong> <a href="http://denebinside.files.wordpress.com/2012/01/img_5663.jpg"><img class="aligncenter size-large wp-image-366" title="IMG_5663" src="http://denebinside.files.wordpress.com/2012/01/img_5663.jpg?w=1024&#038;h=682" alt="gericom openSUSE" width="1024" height="682" /></a></p>
<p>Un elevato numero di persone si è fermato a chiedere informazioni su cosa fosse openSUSE. I computer messi in esposizione hanno attirato l’attenzione dei passanti che in molti casi ignoravano l’esistenza dei sistemi operativi GNU/Linux, e quei pochi che li conoscevano già, di solito, facevano riferimento esclusivamente ad Ubuntu. Entrambe le categorie di persone hanno con sorpresa scoperto e provato con mano cosa fosse openSUSE.</p>
<p><strong> </strong>In particolare abbiamo notato che le persone più interessate a conoscere openSUSE sono state quelle nella fascia di età dai cinquanta anni in sù e che, in molti casi, dimostravano una notevole dimestichezza con i sistemi GNU/Linux. Entrando nel dettaglio, molti di questi ci hanno detto che utilizzavano già Ubuntu, ma che volevano abbandonarla perché non si trovano bene con l’interfaccia Unity.</p>
<p>La domanda più frequente era inerente alle differenze tra Ubuntu ed openSUSE e quali fossero i vantaggi di questo secondo sistema operativo.</p>
<p><strong>Prima dell’evento avevamo contattato alcuni rappresentanti dei LUG (Linux User Group) limitrofi ai quali, durante la fiera, abbiamo consegnato del materiale promozionale da distribuire.</strong></p>
<p>Dato l’entusiasmo del pubblico, abbiamo dovuto razionare il materiale promozionale (i promoDVD), perché altrimenti non sarebbe bastato per entrambe le giornate. <strong>Alla sera della domenica avevamo distribuito tutto il materiale a nostra disposizione</strong> (300 promo DVD e tutti i volantini) <strong>ed alcuni ci hanno chiesto anche i poster!</strong></p>
<p>Un evento con una così grande affluenza di pubblico è sicuramente impegnativo e molto faticoso ma abbiamo ottenuto un grande successo che ci ha ripagati di tutti gli sforzi fatti per realizzare questa partecipazione.</p>
<p><strong>L’entusiasmo e l’interesse delle persone ha coinvolto anche gli organizzatori, che ci hanno proposto di partecipare alle future edizioni di questa fiera.</strong></p>
<p><strong></strong><del>Il video e le foto dell&#8217;evento saranno presto disponibili.</del></p>
<p><strong>Il video dell&#8217;evento: </strong></p>
<p><iframe width="529" height="397" src="http://www.youtube.com/embed/2dIQFJHinwM?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p><strong>Le foto dell&#8217;evento sono reperibili qui:</strong>  <a href="http://www.fsugitalia.org/fotografie/index.php/Fiera-di-Cerea-2012" target="_blank">http://www.fsugitalia.org/fotografie/index.php/Fiera-di-Cerea-2012</a></p>
<h1></h1>
<h1><strong>[English Version]</strong> Report: openSUSE at the Cerea fair</h1>
<p>From<strong> Saturday 14th to Sunday 15th January 2012</strong>, I and other members of FSUGItalia have participated at the<strong> &#8220;Electronics and amateur radio fair&#8221; in Cerea (Verona) </strong>presenting openSUSE to the public.</p>
<p><strong> </strong>We must start by saying that, as is typical of these kind of events, the fair has been a great success, big participation and queues in front of the entrance from the early hours of the opening. From rumours heard during Sunday, overall, there were about 20000 visitors.</p>
<p><strong> The organization of the fair has given us a great place, the first booth near the entrance! </strong></p>
<p><strong>In addition to openSUSE promotional material, we set up the stand with 4 notebooks and 3 netbooks. The computers were equipped with openSUSE 12.1 configured with different desktop manager to emphasize the flexibility and power of a distribution, that can work perfectly on the newest hardware as well as the oldest.</strong></p>
<p>A large number of people came to ask us about what openSUSE is. The computers exhibited have attracted the attention of passers, that,  in many cases, were unaware of the existence of the GNU/Linux operating systems, and those few who knew them already, usually were familiar only to Ubuntu.</p>
<p>Both categories of people were surprised to discover and try openSUSE. <strong> </strong>In particular, we noticed that the most interested people in learning openSUSE were those in the age group of fifty years and older, and that, in many cases, showed a remarkable familiarity with GNU/Linux.In detail, many of them have told us that already use Ubuntu, but they wanted to leave it because they are not comfortable with the Unity interface.</p>
<p>The most frequent <strong>question</strong> was inherent to the <strong>differences between Ubuntu and openSUSE</strong> and what are the <strong>advantages of this second operating system</strong>.</p>
<p><strong> Before the event we had contacted representatives of the LUG (Linux User Group) near Cerea, and during the fair, we have delivered to them promotional material to distribute.</strong></p>
<p>Because of the enthusiasm of the audience, we had to ration the promotional material (promoDVD), because otherwise they would not be enough for both days.<strong> </strong></p>
<p><strong>On Sunday evening we had distributed all the material at our disposal (300 promo DVD and all flyers) and someone have also asked the posters!</strong></p>
<p>An event with such a big audience is definitely challenging and very tiring but we have got a great success that has rewarded us for all the efforts made ​​to achieve this participation.<strong> </strong></p>
<p><strong>The enthusiasm and interest of the people involved also the organizers, that have proposed to us to participate in future editions of this fair.</strong></p>
<p><del>Video and pictures from the event will be available as soon as possible.<br />
</del><strong>Video of the event:</strong></p>
<p><iframe width="529" height="397" src="http://www.youtube.com/embed/2dIQFJHinwM?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p><strong>Photogallery of the event:</strong> <a href="http://www.fsugitalia.org/fotografie/index.php/Fiera-di-Cerea-2012" target="_blank">http://www.fsugitalia.org/fotografie/index.php/Fiera-di-Cerea-2012</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/denebinside.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/denebinside.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/denebinside.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/denebinside.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/denebinside.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/denebinside.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/denebinside.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/denebinside.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/denebinside.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/denebinside.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/denebinside.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/denebinside.wordpress.com/359/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/denebinside.wordpress.com/359/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/denebinside.wordpress.com/359/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denebinside.wordpress.com&amp;blog=5870137&amp;post=359&amp;subd=denebinside&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://denebinside.wordpress.com/2012/01/21/report-cerea-fair/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c87900ad5df64f4651f33066e33b9c29?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denebinside</media:title>
		</media:content>

		<media:content url="http://denebinside.files.wordpress.com/2012/01/badge.jpg?w=1024" medium="image">
			<media:title type="html">badge</media:title>
		</media:content>

		<media:content url="http://denebinside.files.wordpress.com/2012/01/img_5760.jpg?w=1024" medium="image">
			<media:title type="html">IMG_5760</media:title>
		</media:content>

		<media:content url="http://denebinside.files.wordpress.com/2012/01/img_5663.jpg?w=1024" medium="image">
			<media:title type="html">IMG_5663</media:title>
		</media:content>
	</item>
		<item>
		<title>Sostituzione touch panel AP379CA</title>
		<link>http://denebinside.wordpress.com/2011/12/09/sostituzione-touch-panel-ap379ca/</link>
		<comments>http://denebinside.wordpress.com/2011/12/09/sostituzione-touch-panel-ap379ca/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 10:00:44 +0000</pubDate>
		<dc:creator>denebinside</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[AP379CA]]></category>
		<category><![CDATA[AP379CA A5]]></category>
		<category><![CDATA[MID]]></category>
		<category><![CDATA[tablet cinese]]></category>
		<category><![CDATA[touch panel]]></category>

		<guid isPermaLink="false">http://denebinside.wordpress.com/?p=326</guid>
		<description><![CDATA[Mi ero ripromessa di condividere le informazioni faticosamente raccolte per sostituire il touch panel del mio tablet cinese. Prima di &#8230;<p><a href="http://denebinside.wordpress.com/2011/12/09/sostituzione-touch-panel-ap379ca/">Continua a leggere &#187;</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denebinside.wordpress.com&amp;blog=5870137&amp;post=326&amp;subd=denebinside&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Mi ero ripromessa di condividere le informazioni faticosamente raccolte per sostituire il touch panel del mio tablet cinese.</p>
<p><img class="aligncenter" title="Tablet &quot;I love you&quot;" src="http://farm8.staticflickr.com/7032/6476409187_c6fbcf621e.jpg" alt="" width="500" height="305" /></p>
<p><span id="more-326"></span>Prima di tutto vorrei dare qualche specifica tecnica per rendere la vita più facile a quanti si trovano nella stessa situazione.</p>
<table>
<tbody>
<tr>
<td>OS</td>
<td>UserAgent del Browser: Mozilla/5.0 (Linux; U; Android 2.1-update1; it-it; Android for Telechips TCC8900 Evaluation Board (US) Build/ECLAIR) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17<br />
ID Android:20014380401227da</td>
</tr>
<tr>
<td>Build</td>
<td>Versione Android: 2.1-update1<br />
LIVELLO API: 7<br />
CPU ABI: armeabi-v6<br />
Produttore: telechips<br />
Scheda: tcc8900_evm<br />
Marchio: telechips<br />
Dispositivo: tcc8902<br />
Schermo: telechips_tcc8900_us-eng 2.1-update1 ECLAIR eng.cbsmbg.20101206.095249 test-keys<br />
ID: ECLAIR<br />
Modello: Android for Telechips TCC8902 Evaluation Board (US)<br />
Prodotto: telechips_tcc8900_us</td>
</tr>
<tr>
<td>Processore</td>
<td>Processor ARMv6-compatible processor rev 6 (v6l)<br />
BogoMIPS:499.71<br />
Funzionalità:swp half thumb fastmult vfp edsp java<br />
CPU implementer:0&#215;41<br />
CPU architecture:7<br />
CPU variant:0&#215;0<br />
CPU part:0xb76<br />
CPU revision:6<br />
Hardware:Telechips TCC8902 Demo Board<br />
Range Frequenza: 36.0 -&gt; 720.0MHz</td>
</tr>
<tr>
<td>Memoria</td>
<td>DDR2 256MB</td>
</tr>
<tr>
<td>Disco</td>
<td>Memoria flash interna da 4GB espandibile fino a 32GB con scheda esterna</td>
</tr>
<tr>
<td>Wireless</td>
<td>IEEE802.11b/g Atheros</td>
</tr>
<tr>
<td>USB</td>
<td>USB 1.1 e USB2.0 OTG</td>
</tr>
<tr>
<td>Video</td>
<td>HDMI 1.3 Full HD</td>
</tr>
<tr>
<td>Audio</td>
<td>jack cuffie 3.5mm, speaker, microfono integrato. SNR:&gt;90db, uscita massima:40mW, frequenze di risposta:20Hz-20KHz</td>
</tr>
<tr>
<td>Schermo</td>
<td>resistivo 7 pollici a 16 milioni di colori<br />
Risoluzione:800 x 480<br />
Velocità Aggiornamento: 60.0<br />
Fattore X per DIP: 1.5<br />
Densità: 240 dpi<br />
Pixel per pollice X: 160.0 dpi Y: 160.42105 dpi</td>
</tr>
<tr>
<td>Sensori</td>
<td>Accelerometro:TCC92xx 3 assi</td>
</tr>
<tr>
<td>Batteria</td>
<td>8250mV</td>
</tr>
<tr>
<td>Webcam</td>
<td> Risoluzione: 800&#215;480</td>
</tr>
</tbody>
</table>
<p>La foto successiva permetterà di capire la gravità del danno causato dalla caduta accidentale del tablet. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p><img class="alignnone" title="Touch panel rotto" src="http://farm8.staticflickr.com/7024/6476412353_2d90cba204.jpg" alt="" width="500" height="259" /></p>
<p>Il tablet era perfettamente funzionante, l&#8217;LCD era sano ma la rottura del touch panel rendeva l&#8217;oggetto perfettamente inutile.</p>
<p><strong>Reperire il pezzo di ricambio:<br />
</strong>Questa è stata la parte più faticosa di tutto il lavoro. Ho cercato in rete per un bel po&#8217; di tempo scoprendo che la maggior parte dei tablet montano un touch panel in plastica o materiali simili. Il mio modello (la sfiga ci vede benissimo!) ne monta uno in vetro e trovarne uno compatibile non è stata una passeggiata.</p>
<p><img class="alignnone" title="Touch panel da sostituire" src="http://farm8.staticflickr.com/7156/6476412747_4c9a48a166.jpg" alt="" width="500" height="281" /></p>
<p>Il part number riportato sul touch panel da sostituire è <strong><em>AP379CA A5</em></strong> mentre quello che ho ordinato è<em> </em><strong><em>AP379CA A4. </em></strong></p>
<p><strong><em><img class="alignnone" title="Touch panel sostitutivo" src="http://farm8.staticflickr.com/7027/6476412841_7e2830187e.jpg" alt="" width="500" height="260" /><br />
I PANNELLI SONO PERFETTAMENTE COMPATIBILI E FUNZIONANTI!</em></strong></p>
<p>Dopo un bel po&#8217; di ricerche mi sono imbattuta in questo sito <a href="http://www.wholesaleonepiece.com" target="_blank">http://www.wholesaleonepiece.com</a> ed ho trovato il <a href="http://www.wholesaleonepiece.com/replacement-touch-panel-for-7-inch-haipad-m701-android-21-touch-screen-tablet-pc_p2634.html" target="_blank">pezzo di ricambio</a>! Devo dire che il venditore è stato particolarmente cordiale, mi ha ricontattata più volte per assicurarsi che l&#8217;indirizzo fosse corretto ed ho ricevuto anche il tracking number per verificare la consegna del pacco. In circa una settimana ho ricevuto un pacco da Singapore con un imballo veramente coi fiocchi!</p>
<p><strong>Sostituzione:</strong><br />
Lo smontaggio non è complicatissimo. Per prima cosa occorre scaldare la pellicola applicata nella parte superiore del tablet.  Non preoccupatevi di danneggiare la pellicola in plastica perché è fissata alla scocca sottostante solo con del nastro biadesivo. Dopo averla scaldata (anche un asciugacapelli funzionerà benissimo), tiratela delicatamente e rimuovetela. L&#8217;unico suggerimento che posso darvi è di scaldare bene il biadesivo tirando senza scossoni troppo forti. Quella plastica dovrà essere riutilizzata dopo la sostituzione del pezzo e ricopre anche la webcam.</p>
<p>A questo punto dovrete solo sollevare il touch panel scollegando il connettore che lo fissa alla board.</p>
<p>Prendete il pezzo di ricambio, rimuovete le pellicole protettive poste sui due lati, collegate il connettore e riposizionate il pannello sul supporto.  Pulite il touch panel da eventuali impronte o tracce di polvere, riposizionate la pellicola superiore (il biadesivo presente dovrebbe ancora essere utilizzabile) e fatela aderire alla scocca esterna in plastica.</p>
<p>Riaccendete il tablet e verificate che il touch screen funzioni correttamente. Eventualmente effettuate una ricalibrazione usando l&#8217;apposita app. Nel mio caso questa operazione non è stata necessaria.</p>
<p>Per chi fosse interessato, ho scattato anche altre foto dell&#8217;interno del tablet reperibili qui: <a title="Tablet cinese" href="http://www.flickr.com/photos/denebinside/6476409187/" target="_blank">http://www.flickr.com/photos/denebinside/6476409187/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/denebinside.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/denebinside.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/denebinside.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/denebinside.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/denebinside.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/denebinside.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/denebinside.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/denebinside.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/denebinside.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/denebinside.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/denebinside.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/denebinside.wordpress.com/326/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/denebinside.wordpress.com/326/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/denebinside.wordpress.com/326/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denebinside.wordpress.com&amp;blog=5870137&amp;post=326&amp;subd=denebinside&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://denebinside.wordpress.com/2011/12/09/sostituzione-touch-panel-ap379ca/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c87900ad5df64f4651f33066e33b9c29?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denebinside</media:title>
		</media:content>

		<media:content url="http://farm8.staticflickr.com/7032/6476409187_c6fbcf621e.jpg" medium="image">
			<media:title type="html">Tablet &#34;I love you&#34;</media:title>
		</media:content>

		<media:content url="http://farm8.staticflickr.com/7024/6476412353_2d90cba204.jpg" medium="image">
			<media:title type="html">Touch panel rotto</media:title>
		</media:content>

		<media:content url="http://farm8.staticflickr.com/7156/6476412747_4c9a48a166.jpg" medium="image">
			<media:title type="html">Touch panel da sostituire</media:title>
		</media:content>

		<media:content url="http://farm8.staticflickr.com/7027/6476412841_7e2830187e.jpg" medium="image">
			<media:title type="html">Touch panel sostitutivo</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Docs in locale</title>
		<link>http://denebinside.wordpress.com/2011/11/11/google-docs-in-locale/</link>
		<comments>http://denebinside.wordpress.com/2011/11/11/google-docs-in-locale/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 10:11:54 +0000</pubDate>
		<dc:creator>denebinside</dc:creator>
				<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[google docs]]></category>

		<guid isPermaLink="false">http://denebinside.wordpress.com/?p=317</guid>
		<description><![CDATA[In questo breve articolo vorrei descrivere la procedura che mi ha permesso di accedere localmente al contenuto di Google Docs. &#8230;<p><a href="http://denebinside.wordpress.com/2011/11/11/google-docs-in-locale/">Continua a leggere &#187;</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denebinside.wordpress.com&amp;blog=5870137&amp;post=317&amp;subd=denebinside&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In questo breve articolo vorrei descrivere la procedura che mi ha permesso di <strong>accedere</strong> <strong>localmente</strong> al contenuto di <strong>Google</strong> <strong>Docs</strong>.</p>
<p>Queste informazioni si riferiscono all&#8217;<strong>installazione</strong> e l&#8217;<strong>utilizzo</strong> su <strong>openSUSE 11.4</strong> x86_64 ma la procedura è simile anche per altre distribuzioni.<span id="more-317"></span></p>
<p>Ecco cosa occorre fare (tutti i comandi vanno lanciati da un terminale!):</p>
<p>1) <strong>Checkout del sorgente</strong> con (se non lo avete installato ricordo che serve <em>mercurial</em>):<br />
<code>hg clone https://code.google.com/p/google-docs-fs/</code></p>
<p>2) Sistemare un paio di <strong>dipendenze mancanti</strong> con:<br />
<code>su -c 'zypper in python-gdata python-fuse python-setuptools'</code></p>
<p>3) Lanciare il <strong>setup</strong> con:<br />
<code>su -c 'python setup.py install'</code></p>
<p>A questo punto non resta che fare un test.<br />
4) <strong>Connessione</strong> allo spazio Google Docs:<br />
<code>gmount mount_point username@gmail.com</code></p>
<p>Il <strong>prompt</strong> chiederà la <strong>password</strong> <strong>dell&#8217;account</strong> che avete indicato e dopo poco nel mount point specificato troverete i vostri documenti.</p>
<p>5) Per <strong>disconnettervi</strong> occorrerà scrivere semplicemente:<br />
<code>gumount mount_point</code></p>
<p>Qualche dettaglio aggiuntivo:</p>
<ul>
<li><strong>Licenza</strong>: GPLv2</li>
<li><strong>Linguaggio</strong>: Python</li>
<li><strong>Portabilità</strong>: sfrutta le API di FUSE quindi è portabile su tutti i sistemi che hanno un&#8217;implementazione di FUSE.</li>
</ul>
<div>Ovviamente sono anche disponibili alcuni pacchetti precompilati reperibili qui:</div>
<div><a href="http://code.google.com/p/google-docs-fs/downloads/list">http://code.google.com/p/google-docs-fs/downloads/list</a></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/denebinside.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/denebinside.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/denebinside.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/denebinside.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/denebinside.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/denebinside.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/denebinside.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/denebinside.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/denebinside.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/denebinside.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/denebinside.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/denebinside.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/denebinside.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/denebinside.wordpress.com/317/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denebinside.wordpress.com&amp;blog=5870137&amp;post=317&amp;subd=denebinside&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://denebinside.wordpress.com/2011/11/11/google-docs-in-locale/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c87900ad5df64f4651f33066e33b9c29?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denebinside</media:title>
		</media:content>
	</item>
		<item>
		<title>Quando sarebbe meglio contare fino a cento prima di parlare</title>
		<link>http://denebinside.wordpress.com/2011/10/08/quando-sarebbe-meglio-contare-fino-a-cento-prima-di-parlare/</link>
		<comments>http://denebinside.wordpress.com/2011/10/08/quando-sarebbe-meglio-contare-fino-a-cento-prima-di-parlare/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 17:26:36 +0000</pubDate>
		<dc:creator>denebinside</dc:creator>
				<category><![CDATA[FSF]]></category>
		<category><![CDATA[Pensieri e parole]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[RMS]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[Steve Jobs]]></category>
		<category><![CDATA[Richard Stallman]]></category>

		<guid isPermaLink="false">http://denebinside.wordpress.com/?p=310</guid>
		<description><![CDATA[Sono un&#8217;attivista del Software Libero, uno di quelli che ci tiene ad usare anche le iniziali maiuscole per parlare di &#8230;<p><a href="http://denebinside.wordpress.com/2011/10/08/quando-sarebbe-meglio-contare-fino-a-cento-prima-di-parlare/">Continua a leggere &#187;</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denebinside.wordpress.com&amp;blog=5870137&amp;post=310&amp;subd=denebinside&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sono un&#8217;attivista del Software Libero, uno di quelli che ci tiene ad usare anche le iniziali maiuscole per parlare di questo movimento. Questa volta però non posso che dissociarmi dalle ciniche parole di RMS [<a title="RMS_Jobs" href="http://stallman.org/archives/2011-jul-oct.html#06_October_2011_(Steve_Jobs)" target="_blank">link</a>].<span id="more-310"></span></p>
<p>Non rinnego il grande lavoro svolto in tutti questi anni da RMS, credo soltanto che, in certe occasioni, sia opportuno contare fino a cento prima di parlare e poi, tanto per essere sicuri, fare anche un bel respiro profondo.</p>
<p>Questo è quanto dice Stallman:</p>
<blockquote><p>Steve Jobs, the pioneer of the computer as a jail made cool, designed to sever fools from their freedom, has died.</p>
<p>As Chicago Mayor Harold Washington said of the corrupt former Mayor Daley, &#8220;I&#8217;m not glad he&#8217;s dead, but I&#8217;m glad he&#8217;s gone.&#8221; Nobody deserves to have to die &#8211; not Jobs, not Mr. Bill, not even people guilty of bigger evils than theirs. But we all deserve the end of Jobs&#8217; malign influence on people&#8217;s computing.</p>
<p>Unfortunately, that influence continues despite his absence. We can only hope his successors, as they attempt to carry on his legacy, will be less effective.</p></blockquote>
<p>Si sa che ogni dichiarazione può essere forzata a qualsivoglia interpretazione ma questa è solo una cinica leggerezza di RMS. Ultimamente si scusa troppo spesso il fondatore della FSF dicendo che lui deve dare l&#8217;esempio, che se lui non fa l&#8217;estremista poi si finisce con l&#8217;accettare ogni compromesso.</p>
<p>Questa volta non voglio restare in silenzio, non sono per la santificazione di Jobs e non ne approvo neanche le politiche aziendali ma credo che un po&#8217; di rispetto per un uomo che muore sia doveroso. Concordo pienamente con quanto detto da Alexjan nel <a title="Axjslack" href="http://axjslack.wordpress.com/2011/10/08/certe-dichiarazioni-si-possono-evitare" target="_blank">suo blog</a>.</p>
<p>Sarò ripetitiva ma certe volte il silenzio è la migliore delle dichiarazioni. Non credo che dopo la morte di Jobs, qualcuno si sarebbe lamentato per l&#8217;assenza di commenti ad effetto da parte di RMS&#8230;</p>
<p>Marina</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/denebinside.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/denebinside.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/denebinside.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/denebinside.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/denebinside.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/denebinside.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/denebinside.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/denebinside.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/denebinside.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/denebinside.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/denebinside.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/denebinside.wordpress.com/310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/denebinside.wordpress.com/310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/denebinside.wordpress.com/310/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denebinside.wordpress.com&amp;blog=5870137&amp;post=310&amp;subd=denebinside&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://denebinside.wordpress.com/2011/10/08/quando-sarebbe-meglio-contare-fino-a-cento-prima-di-parlare/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c87900ad5df64f4651f33066e33b9c29?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denebinside</media:title>
		</media:content>
	</item>
		<item>
		<title>Il momento è arrivato</title>
		<link>http://denebinside.wordpress.com/2011/10/05/il-momento-e-arrivato/</link>
		<comments>http://denebinside.wordpress.com/2011/10/05/il-momento-e-arrivato/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 17:12:19 +0000</pubDate>
		<dc:creator>denebinside</dc:creator>
				<category><![CDATA[Pensieri e parole]]></category>
		<category><![CDATA[addio]]></category>
		<category><![CDATA[denebinside]]></category>
		<category><![CDATA[guccini]]></category>
		<category><![CDATA[ottobre]]></category>

		<guid isPermaLink="false">http://denebinside.wordpress.com/?p=300</guid>
		<description><![CDATA[Ci sono giorni in cui tutto sembra andare storto ed altri in cui sei talmente esasperata da arrivare a dire &#8230;<p><a href="http://denebinside.wordpress.com/2011/10/05/il-momento-e-arrivato/">Continua a leggere &#187;</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denebinside.wordpress.com&amp;blog=5870137&amp;post=300&amp;subd=denebinside&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ci sono giorni in cui tutto sembra andare storto ed altri in cui sei talmente esasperata da arrivare a dire basta.<br />
Sono giorni, mesi, che vivo in un limbo in cui mi sono confinata ma, lentamente, sto cercando di prendere in mano la mia vita.<br />
Chi mi conosce sa che il mio non è proprio un caratterino facile; a volte mi lascio trasportare da un&#8217;incontrollabile fragilità. Beh, quella era la me del passato. Ottobre porta consigli, svolte e nuova voglia di fare&#8230;</p>
<p>È il momento d&#8217;intraprendere un nuovo cammino, è il momento di vivere la vita senza passare dalla porta di servizio.</p>
<span style="text-align:center; display: block;"><a href="http://denebinside.wordpress.com/2011/10/05/il-momento-e-arrivato/"><img src="http://img.youtube.com/vi/Uu0aetKD5x0/2.jpg" alt="" /></a></span>
<blockquote><p>Io dico addio a chi si nasconde con protervia dietro a un dito, a chi non sceglie, non prende parte, non si sbilancia o sceglie a caso per i tiramenti del momento</p></blockquote>
<p>Basta paure, insicurezze. Si dice che quando una donna desideri un cambiamento parta dai capelli ed io l&#8217;ho fatto.<br />
Lascio il passato alle spalle e nell&#8217;armadio lascio pure tutti quelli che hanno dubitato di me. Dico addio a tutti quelli che hanno confuso la mia timidezza per incapacità di fare. Mi allontano definitivamente dalla vecchia me stessa, insicura ed alla ricerca di continue conferme.</p>
<p>È il momento d&#8217;iniziare a vivere, è il momento di scacciare i fantasmi del passato.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/denebinside.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/denebinside.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/denebinside.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/denebinside.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/denebinside.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/denebinside.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/denebinside.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/denebinside.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/denebinside.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/denebinside.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/denebinside.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/denebinside.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/denebinside.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/denebinside.wordpress.com/300/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denebinside.wordpress.com&amp;blog=5870137&amp;post=300&amp;subd=denebinside&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://denebinside.wordpress.com/2011/10/05/il-momento-e-arrivato/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c87900ad5df64f4651f33066e33b9c29?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denebinside</media:title>
		</media:content>
	</item>
		<item>
		<title>BCM4313 e Fedora 15</title>
		<link>http://denebinside.wordpress.com/2011/08/03/bcm4313-e-fedora-15/</link>
		<comments>http://denebinside.wordpress.com/2011/08/03/bcm4313-e-fedora-15/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 18:47:23 +0000</pubDate>
		<dc:creator>denebinside</dc:creator>
				<category><![CDATA[distribuzioni]]></category>
		<category><![CDATA[bcm4313]]></category>
		<category><![CDATA[Broadcom]]></category>
		<category><![CDATA[Fedora 15]]></category>
		<category><![CDATA[kernel 2.6.40-4]]></category>
		<category><![CDATA[x86_64]]></category>

		<guid isPermaLink="false">http://denebinside.wordpress.com/?p=276</guid>
		<description><![CDATA[La dura lotta si è finalmente conclusa e dopo due giorni di agonia posso cantar vittoria! Stavo aggiornando il mio &#8230;<p><a href="http://denebinside.wordpress.com/2011/08/03/bcm4313-e-fedora-15/">Continua a leggere &#187;</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denebinside.wordpress.com&amp;blog=5870137&amp;post=276&amp;subd=denebinside&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>La dura lotta si è finalmente conclusa e dopo due giorni di agonia posso cantar vittoria!</p>
<p>Stavo aggiornando il mio nuovo cucciolo (grazie ancora <a title="Axjslack" href="http://axjslack.wordpress.com/" target="_blank">Alex</a> per il regalo!) e come è già capitato altre volte, dopo il reboot qualcosa (questa volta la wireless) ha smesso di funzionare.<br />
Andiamo per gradi, qualche dettaglio tecnico ci vuole!<br />
<span id="more-276"></span></p>
<hr />
<address>Questo è l&#8217;output di lspci<br />
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)<br />
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)<br />
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)<br />
00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)<br />
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)<br />
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)<br />
00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 (rev 05)<br />
00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)<br />
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)<br />
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)<br />
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05)<br />
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)<br />
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)<br />
<strong>03:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g LP-PHY (rev 01)</strong><br />
7f:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)<br />
7f:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)<br />
7f:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)<br />
7f:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 05)<br />
7f:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 05)<br />
7f:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 05)</address>
<hr />
<p>Dopo l&#8217;aggiornamento della mia Fedora 15 x86_64 l&#8217;output di <em>uname -r</em> era questo:<br />
2.6.40-4.fc15.x86_64</p>
<p>La nota dolente è che il modulo della mia bcm4313 non stava fecendo il suo lavoro. Il modulo <em>wl</em> era correttamente caricato ma la wireless non era visibile da ifconfig. Dopo vari esperimenti mi sono imbattuta in questa <a title="Bug 727796" href="https://bugzilla.redhat.com/show_bug.cgi?id=727796" target="_blank">segnalazione su BugZilla</a> ed ho capito di trovarmi nella stessa situazione.</p>
<address>Oltre ad aver installato il pacchetto <em>akmods</em> e dipendenze (già fatto da tempo ), ho aggiunto in <em>/etc/modprobe.d/blacklist.conf</em> le seguenti righe per evitare il caricamento dei moduli incriminati:<br />
<em>blacklist ssb</em><br />
<em>blacklist b43</em><br />
<em>blacklist bcma</em></address>
<address> </address>
<p>Questo è l&#8217;output di <em>lspci -k</em> dopo le modifiche:</p>
<address>03:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g LP-PHY (rev 01)<br />
Subsystem: Hewlett-Packard Company Device 145c<br />
<strong>Kernel driver in use: wl</strong><br />
Kernel modules: wl, bcma</address>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/denebinside.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/denebinside.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/denebinside.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/denebinside.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/denebinside.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/denebinside.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/denebinside.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/denebinside.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/denebinside.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/denebinside.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/denebinside.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/denebinside.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/denebinside.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/denebinside.wordpress.com/276/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denebinside.wordpress.com&amp;blog=5870137&amp;post=276&amp;subd=denebinside&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://denebinside.wordpress.com/2011/08/03/bcm4313-e-fedora-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c87900ad5df64f4651f33066e33b9c29?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denebinside</media:title>
		</media:content>
	</item>
		<item>
		<title>Buon 2011 da EducOO.it</title>
		<link>http://denebinside.wordpress.com/2010/12/21/buon-2011-da-educoo-it/</link>
		<comments>http://denebinside.wordpress.com/2010/12/21/buon-2011-da-educoo-it/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 07:32:54 +0000</pubDate>
		<dc:creator>denebinside</dc:creator>
				<category><![CDATA[EducOO.it]]></category>
		<category><![CDATA[EducOO.org]]></category>
		<category><![CDATA[OOo4Kids]]></category>
		<category><![CDATA[OOoLight]]></category>

		<guid isPermaLink="false">http://denebinside.wordpress.com/?p=269</guid>
		<description><![CDATA[Ripubblico l&#8217;augurio presente su Educoo.it: http://www.educoo.it/2010/12/buon-anno-da-educoo-it<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denebinside.wordpress.com&amp;blog=5870137&amp;post=269&amp;subd=denebinside&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ripubblico l&#8217;augurio presente su Educoo.it:<br />
<a href="http://www.educoo.it/2010/12/buon-anno-da-educoo-it">http://www.educoo.it/2010/12/buon-anno-da-educoo-it</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/denebinside.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/denebinside.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/denebinside.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/denebinside.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/denebinside.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/denebinside.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/denebinside.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/denebinside.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/denebinside.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/denebinside.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/denebinside.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/denebinside.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/denebinside.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/denebinside.wordpress.com/269/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denebinside.wordpress.com&amp;blog=5870137&amp;post=269&amp;subd=denebinside&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://denebinside.wordpress.com/2010/12/21/buon-2011-da-educoo-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c87900ad5df64f4651f33066e33b9c29?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denebinside</media:title>
		</media:content>
	</item>
		<item>
		<title>La nostra chiave per il mondo</title>
		<link>http://denebinside.wordpress.com/2010/12/20/la-nostra-chiave-per-il-mondo/</link>
		<comments>http://denebinside.wordpress.com/2010/12/20/la-nostra-chiave-per-il-mondo/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 01:30:58 +0000</pubDate>
		<dc:creator>denebinside</dc:creator>
				<category><![CDATA[Musica]]></category>
		<category><![CDATA[elisa]]></category>
		<category><![CDATA[forgiveness]]></category>

		<guid isPermaLink="false">http://denebinside.wordpress.com/?p=266</guid>
		<description><![CDATA[I’m lost and scared to live this life I thought i’d always be strong This rage this dark side i &#8230;<p><a href="http://denebinside.wordpress.com/2010/12/20/la-nostra-chiave-per-il-mondo/">Continua a leggere &#187;</a></p><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denebinside.wordpress.com&amp;blog=5870137&amp;post=266&amp;subd=denebinside&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span style="text-align:center; display: block;"><a href="http://denebinside.wordpress.com/2010/12/20/la-nostra-chiave-per-il-mondo/"><img src="http://img.youtube.com/vi/FrYLJPcZfnk/2.jpg" alt="" /></a></span>
<p>I’m lost and scared to live this life<br />
I thought i’d always be strong<br />
This rage this dark side i don’t want to see<br />
Lays there&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/denebinside.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/denebinside.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/denebinside.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/denebinside.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/denebinside.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/denebinside.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/denebinside.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/denebinside.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/denebinside.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/denebinside.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/denebinside.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/denebinside.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/denebinside.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/denebinside.wordpress.com/266/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denebinside.wordpress.com&amp;blog=5870137&amp;post=266&amp;subd=denebinside&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://denebinside.wordpress.com/2010/12/20/la-nostra-chiave-per-il-mondo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c87900ad5df64f4651f33066e33b9c29?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denebinside</media:title>
		</media:content>
	</item>
		<item>
		<title>Welcome Home</title>
		<link>http://denebinside.wordpress.com/2010/12/06/welcome-home/</link>
		<comments>http://denebinside.wordpress.com/2010/12/06/welcome-home/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 14:49:54 +0000</pubDate>
		<dc:creator>denebinside</dc:creator>
				<category><![CDATA[Musica]]></category>
		<category><![CDATA[Pensieri e parole]]></category>
		<category><![CDATA[radical face]]></category>
		<category><![CDATA[welcome home]]></category>

		<guid isPermaLink="false">http://denebinside.wordpress.com/?p=257</guid>
		<description><![CDATA[Voglia di riabbracciarti e sentirti accanto a me&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denebinside.wordpress.com&amp;blog=5870137&amp;post=257&amp;subd=denebinside&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Voglia di riabbracciarti e sentirti accanto a me&#8230;</p>
<p><a href="http://www.youtube-nocookie.com/v/P8a4iiOnzsc?fs=1&amp;hl=it_IT&amp;rel=0&amp;color1=0x2b405b&amp;color2=0x6b8ab6"></a><span style="text-align:center; display: block;"><a href="http://denebinside.wordpress.com/2010/12/06/welcome-home/"><img src="http://img.youtube.com/vi/P8a4iiOnzsc/2.jpg" alt="" /></a></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/denebinside.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/denebinside.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/denebinside.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/denebinside.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/denebinside.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/denebinside.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/denebinside.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/denebinside.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/denebinside.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/denebinside.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/denebinside.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/denebinside.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/denebinside.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/denebinside.wordpress.com/257/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=denebinside.wordpress.com&amp;blog=5870137&amp;post=257&amp;subd=denebinside&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://denebinside.wordpress.com/2010/12/06/welcome-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c87900ad5df64f4651f33066e33b9c29?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">denebinside</media:title>
		</media:content>
	</item>
	</channel>
</rss>
