<?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>itcoffee.net &#187; Ubuntu</title>
	<atom:link href="http://www.itcoffee.net/category/linux/ubuntu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itcoffee.net</link>
	<description>Assaporare l'alfa, sorseggiando l'omega..</description>
	<lastBuildDate>Sun, 07 Feb 2010 16:36:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WN111v2 + Ubuntu 9.04 = WIN (HowTo)</title>
		<link>http://www.itcoffee.net/2009/08/07/wn111v2-ubuntu-9-04-win-howto/</link>
		<comments>http://www.itcoffee.net/2009/08/07/wn111v2-ubuntu-9-04-win-howto/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 13:36:48 +0000</pubDate>
		<dc:creator>Alberto</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[chiavetta usb linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[netgear]]></category>
		<category><![CDATA[otus]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wn111v2]]></category>
		<category><![CDATA[wn111v2 ubuntu]]></category>
		<category><![CDATA[wp111]]></category>
		<category><![CDATA[wpa supplicant]]></category>

		<guid isPermaLink="false">http://www.itcoffee.net/?p=64</guid>
		<description><![CDATA[Come far funzionare la chiavetta Wireless USB della NetGear su Ubuntu 9.04 (x86)? Ecco la soluzione in poche semplici mosse!
How to use NetGear USB WN111v2 with Ubuntu 9.04.
Installiamo l&#8217;ultimo kernel (compilato dal team di Ubuntu ma non supportato).
I pacchetti deb li troviamo qui: http://kernel.ubuntu.com/~kernel-ppa/mainline/
Oggi l&#8217;ultima versione disponibile è la 2.6.31 rc5 andiamo quindi a scaricarla [...]]]></description>
			<content:encoded><![CDATA[<p>Come far funzionare la chiavetta Wireless USB della NetGear su Ubuntu 9.04 (x86)? Ecco la soluzione in poche semplici mosse!</p>
<p>How to use NetGear USB WN111v2 with Ubuntu 9.04.</p>
<p>Installiamo l&#8217;ultimo kernel (compilato dal team di Ubuntu ma non supportato).</p>
<p>I pacchetti deb li troviamo qui: <a href="http://kernel.ubuntu.com/~kernel-ppa/mainline/" target="_blank">http://kernel.ubuntu.com/~kernel-ppa/mainline/</a></p>
<p>Oggi l&#8217;ultima versione disponibile è la 2.6.31 rc5 andiamo quindi a scaricarla e installarla:</p>
<p><em>(per le versioni a 64bit scaricate i reletivi kernel a 64bit che trovate sempre nella directory che vi ho segnalato)</em></p>
<div class="codestyle"><pre><code>sudo apt-get install build-essential libssl-dev</code></pre></div>
<div class="codestyle"><pre><code>wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.31-rc5/linux-headers-2.6.31-020631rc5_2.6.31-020631rc5_all.deb<br />
dpkg -i linux-headers-2.6.31-020631rc5_2.6.31-020631rc5_all.deb<br />
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.31-rc5/linux-headers-2.6.31-020631rc5-generic_2.6.31-020631rc5_i386.deb<br />
dpkg -i linux-headers-2.6.31-020631rc5-generic_2.6.31-020631rc5_i386.deb<br />
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.31-rc5/linux-image-2.6.31-020631rc5-generic_2.6.31-020631rc5_i386.deb<br />
dpkg -i linux-image-2.6.31-020631rc5-generic_2.6.31-020631rc5_i386.deb<br />
</code></pre></div>
<p>A questo punto riavviate selezionando al boot il nuovo kernel!</p>
<p>Ora scarichiamo i drivers nuovi (moduli del kernel) , li compiliamo, e li installiamo.</p>
<div class="codestyle"><pre><code>wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2.6.tar.bz2<br />
tar -jxvf compat-wireless-2.6.tar.bz2<br />
cd compat-wireless*<br />
make<br />
sudo make install<br />
sudo make unload<br />
</code></pre></div>
<p>Carichiamo ora il driver e godiamoci la connessione! <img src='http://www.itcoffee.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<div class="codestyle"><pre><code>sudo modprobe ar9170usb</code></pre></div>
<p>Grazie ai forum di ubuntu e al sito linux wireless.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itcoffee.net/2009/08/07/wn111v2-ubuntu-9-04-win-howto/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>[deb] Avant Window Navigator &#8211; Ubuntu</title>
		<link>http://www.itcoffee.net/2008/04/05/deb-avant-window-navigator-ubuntu/</link>
		<comments>http://www.itcoffee.net/2008/04/05/deb-avant-window-navigator-ubuntu/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 12:54:38 +0000</pubDate>
		<dc:creator>Alberto</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[AWN]]></category>

		<guid isPermaLink="false">http://www.itcoffee.net/?p=16</guid>
		<description><![CDATA[Volete sapere come installare Avant Window Navigator su ubuntu? I repository per i pacchetti deb di AWN all'ultima versione di sviluppo li trovate in questo articolo.]]></description>
			<content:encoded><![CDATA[<p>Ed ecco a voi come avere sempre l&#8217;<strong>ultimissima versione di AWN</strong> sulla vostra<strong> Ubuntu Gutsy 7.10</strong> o <strong>Hardy 8.04</strong>.</p>
<p style="text-align: center;"><a href="http://www.itcoffee.net/wp-content/uploads/2008/04/awn-192.png" rel="lightbox[16]"><img class="alignnone size-full wp-image-17" title="Avant Window Navigator" src="http://www.itcoffee.net/wp-content/uploads/2008/04/awn-192.png" alt="" width="192" height="192" /></a></p>
<p>Abbiamo a disposizione un<strong> repository su Launchpad</strong> che contiene i pacchetti <strong>all&#8217;ultima versione del trunk</strong> di sviluppo.</p>
<p><span id="more-16"></span></p>
<p>Aggiungiamo quindi ai nostri<strong> repository </strong>di terze parti il seguente:</p>
<p>per <strong>Ubuntu 7.10:</strong><br />
<div class="codestyle"><pre><code>deb http://ppa.launchpad.net/awn-testing/ubuntu gutsy main</code></pre></div></p>
<p>per <strong>Ubuntu 8.04:</strong><br />
<div class="codestyle"><pre><code>deb http://ppa.launchpad.net/awn-testing/ubuntu hardy main</code></pre></div></p>
<p>Ora non ci resta che lanciare (<strong>ricordatevi però di rimuovere i repo e i pacchetti vecchi di awn!!</strong>):<br />
<div class="codestyle"><pre><code>sudo apt-get install avant-window-navigator-trunk awn-extras-applets-trunk awn-manager-trunk vala-awn-trunk</code></pre></div></p>
<p>E poi eseguire:<br />
<div class="codestyle"><pre><code>avant-window-navigator</code></pre></div></p>
<p>Buon divertimento!</p>
<p>PS: per ulteriori info visitate <a title="AWN - Testing" href="https://launchpad.net/~awn-testing/+archive">AWN-Testing su Launchpad </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itcoffee.net/2008/04/05/deb-avant-window-navigator-ubuntu/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
