<?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>Quadrante Gamma</title>
	<atom:link href="http://quadrantegamma.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://quadrantegamma.wordpress.com</link>
	<description>Appunti di Linux</description>
	<lastBuildDate>Thu, 29 Dec 2011 13:12:12 +0000</lastBuildDate>
	<language>it</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='quadrantegamma.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/a15d3d5ad2f3466ace36c71ba6d1989b?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Quadrante Gamma</title>
		<link>http://quadrantegamma.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://quadrantegamma.wordpress.com/osd.xml" title="Quadrante Gamma" />
	<atom:link rel='hub' href='http://quadrantegamma.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Dark Age of Camelot su Uthgard con ubuntu</title>
		<link>http://quadrantegamma.wordpress.com/2010/10/21/dark-age-of-camelot-su-uthgard-con-ubuntu/</link>
		<comments>http://quadrantegamma.wordpress.com/2010/10/21/dark-age-of-camelot-su-uthgard-con-ubuntu/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 10:14:05 +0000</pubDate>
		<dc:creator>Odo</dc:creator>
				<category><![CDATA[Linux Ubuntu]]></category>
		<category><![CDATA[daoc]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[maverick]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[uthgard]]></category>

		<guid isPermaLink="false">http://quadrantegamma.wordpress.com/?p=565</guid>
		<description><![CDATA[Dark Age of Camelot aka DAOC,  è un mmorpg online, ho giocato la prima volta nel 2002 o forse era il 2003, ma resto fermamente convinto che è uno dei migliori giochi online in cui il pvp è grandioso. All&#8217;epoca non era gratuito e dopo aver acquistato il  gioco si pagava una quota mensile, gia [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quadrantegamma.wordpress.com&amp;blog=5802894&amp;post=565&amp;subd=quadrantegamma&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://quadrantegamma.files.wordpress.com/2010/10/brae.jpg"><img class="alignnone size-full wp-image-581" title="brae" src="http://quadrantegamma.files.wordpress.com/2010/10/brae.jpg?w=500&#038;h=312" alt="" width="500" height="312" /></a></p>
<p>Dark Age of Camelot aka DAOC,  è un mmorpg online, ho giocato la prima volta nel 2002 o forse era il 2003, ma resto fermamente convinto che è uno dei migliori giochi online in cui il pvp è grandioso. All&#8217;epoca non era gratuito e dopo aver acquistato il  gioco si pagava una quota mensile, gia da vari anni c&#8217;è la possibilita di giocare anche gratuitamente grazie ad <a href="http://http://uthgard-server.net/" target="_blank">uthgard</a> un server free.</p>
<p><span id="more-565"></span></p>
<p>Non necessitano grosse risorse per giocarci, ma se pensiamo di giocarci con la nostra ubuntu dotiamoci di una macchina non troppo vecchia, visto che dovremo comunque usare wine.</p>
<p>Il tutto è stato testato su <strong>ubuntu maverick 10.10</strong></p>
<p>apriamo un terminale e installiamo wine  e le librerie di mono:</p>
<blockquote><p>sudo apt-get install wine libmono-winforms2.0-cil</p></blockquote>
<p>nel frattempo prendiamo:</p>
<blockquote><p>il client di <a href="http://l3-cdn2.nap.eamythic.com/daocpatch/installer/DAoCSetup.exe" target="_blank">daoc</a></p>
<p>il programma che ci consentira di usare uthgard <a href="http://portal.dolserver.net/?page=downloads&amp;file=client" target="_blank">daoc portal</a></p>
<p>la <a href="http://www.uthgard-server.net/downloads/uth_classic.dmm" target="_blank">patch per uthgard</a></p></blockquote>
<p>una volta terminata l&#8217;installazione di wine,  lanciamo <strong>winecfg</strong> per settare il tab <strong>&#8220;Grafica&#8221;</strong></p>
<blockquote><p>winecfg</p></blockquote>
<p><a href="http://quadrantegamma.files.wordpress.com/2010/10/winecfg.png"><img class="alignnone size-full wp-image-580" title="WineCFG" src="http://quadrantegamma.files.wordpress.com/2010/10/winecfg.png?w=500&#038;h=397" alt="" width="500" height="397" /></a></p>
<p>e <strong>togliamo</strong> la <strong>spunta</strong> da &#8220;<strong>permetti Pixel Shader</strong>&#8220;</p>
<p>da terminale creiamo la cartella che ospiterà tutti i files del gioco.</p>
<blockquote><p>mkdir &#8220;.wine/drive_c/Programmi/Electronic Arts&#8221;</p></blockquote>
<p>ora siamo pronti per l&#8217;<strong>installazione</strong> del <strong>client</strong>:</p>
<p>se il il file DaocSetup.exe è nella cartella Scaricati procediamo in questo modo:</p>
<blockquote><p>wine Scaricati/DAoCSetup.exe</p></blockquote>
<p><a href="http://quadrantegamma.files.wordpress.com/2010/10/daoc_installer.png"><img class="alignnone size-full wp-image-569" title="daoc_Installer" src="http://quadrantegamma.files.wordpress.com/2010/10/daoc_installer.png?w=500" alt=""   /></a></p>
<p>next &#8230; next&#8230;</p>
<p><a href="http://quadrantegamma.files.wordpress.com/2010/10/daoc_installer2.png"><img class="alignnone size-full wp-image-570" title="daoc_Installer2" src="http://quadrantegamma.files.wordpress.com/2010/10/daoc_installer2.png?w=500" alt=""   /></a></p>
<p>se abbiamo creato bene la cartella nel passaggio precdente, in questa schermata possiamo cliccare su &#8220;install&#8221;</p>
<p><a href="http://quadrantegamma.files.wordpress.com/2010/10/daoc_installer3.png"><img class="alignnone size-full wp-image-571" title="daoc_Installer3" src="http://quadrantegamma.files.wordpress.com/2010/10/daoc_installer3.png?w=500" alt=""   /></a></p>
<p>nell&#8217;ultima schermata non dobbiamo creare l&#8217;account quindi <strong>togliamo</strong> la <strong>spunta</strong>, e clicchiamo su finish.</p>
<p>ok fatto questo, lanciamo il client dal menù, tra l&#8217;altro dovremo avere l&#8217;icona sul desktop.</p>
<p>Applicazioni → Wine → Programmi → Electronic Arts → Dark Age of Camelot → Dark Age of Camelot</p>
<p><a href="http://quadrantegamma.files.wordpress.com/2010/10/mythic.png"><img class="alignnone size-full wp-image-572" title="Mythic" src="http://quadrantegamma.files.wordpress.com/2010/10/mythic.png?w=500&#038;h=422" alt="" width="500" height="422" /></a></p>
<p>a questo punto lasciamo il computer accesso e armiamoci di buona pazienza deve scaricare circa 4GB di files <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>&#8230; completato il download, potremo cliccare sul tasto PLAY, ma <strong>CLICCHIAMO CANCEL .</strong></p>
<p>ora proseguiamo con<strong> daoc portal</strong> che ci consentirà di far partire il gioco, quindi sempre da terminale:</p>
<blockquote><p>wine Scaricati/SetupDAoCPortal.exe</p></blockquote>
<p>next next e lasciamo tutto di default&#8230;</p>
<p>ora per praticità spostitamo la cartella DAoC Portal nella cartella di DAOC in questo modo:</p>
<blockquote><p>mv &#8220;.wine/drive_c/Programmi/DAoC Portal&#8221; &#8220;.wine/drive_c/Programmi/Electronic Arts/Dark Age of Camelot/DAoC Portal&#8221;</p></blockquote>
<p>entriamo nella cartella con:</p>
<blockquote><p>cd &#8220;.wine/drive_c/Programmi/Electronic Arts/Dark Age of Camelot/DAoC Portal&#8221;</p></blockquote>
<p>creiamo la cartella <strong>mods</strong> che ospiterà i files per uthgard:</p>
<blockquote><p>mkdir mods</p></blockquote>
<p>e copiamo dentro la patch di uthgard con:</p>
<blockquote><p>cp ~/Scaricati/uth_classic.dmm mods/</p></blockquote>
<p>fatto questo siamo pronti per applicare la patch:</p>
<blockquote><p>mono ModManager.exe ../</p></blockquote>
<p><a href="http://quadrantegamma.files.wordpress.com/2010/10/modmanager.png"><img class="alignnone size-full wp-image-575" title="ModManager" src="http://quadrantegamma.files.wordpress.com/2010/10/modmanager.png?w=500&#038;h=316" alt="" width="500" height="316" /></a></p>
<p>lasciamo perdere la finestrella centrale, mettiamo una <strong>spunta su uth_classic.dmm </strong>e premiamo il tasto <strong>patch.</strong></p>
<p>Nel terminale abbiamo la conferma che sta applicando la patch, elenco l&#8217;ultima parte:</p>
<p><em>=&gt; Injecting zonejump.csv into csv000.mpk&#8230;</em></p>
<p><em>=&gt; Modifying loading.dat&#8230;</em></p>
<p><em>=&gt; Injecting loading.dat into gamedata.mpk&#8230;</em></p>
<p><em>=&gt; Injecting mods.txt into gamedata.mpk&#8230;</em></p>
<p>ok, chiudiamo la finestra.</p>
<p>Abbiamo quasi finito manca davvero poco <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>lanciamo <strong>Portal</strong> per settare il client:</p>
<blockquote><p>mono Portal.exe</p></blockquote>
<p><a href="http://quadrantegamma.files.wordpress.com/2010/10/portal.png"><img class="alignnone size-full wp-image-576" title="portal" src="http://quadrantegamma.files.wordpress.com/2010/10/portal.png?w=500&#038;h=234" alt="" width="500" height="234" /></a></p>
<p>ancora lasciamo perdere la finestra piccolina dell&#8217;aggiornamento, selezioniamo  dal menù <strong>File → Settings</strong></p>
<p><a href="http://quadrantegamma.files.wordpress.com/2010/10/portalsettings.png"><img class="alignnone size-full wp-image-577" title="PortalSettings" src="http://quadrantegamma.files.wordpress.com/2010/10/portalsettings.png?w=500&#038;h=279" alt="" width="500" height="279" /></a></p>
<p>e in Daoc installation facciamo attenzione a mettere ../</p>
<p>se tutto è stato settato per bene, la conferma sarà il nome del client nel riquadro <strong>&#8220;Client Info&#8221;</strong></p>
<p>ok chiudiamo,  ma visto che resta sempre qualche finestra aperta, nel terminale quello usato per lanciare portal, usiamo la combinazione tasti<strong> ctrl+c </strong></p>
<p>ok ultimo passaggo&#8230;</p>
<p>per praticità creiamo un <strong>link simbolico</strong> alla cartella daoc in questo modo:</p>
<blockquote><p>ln -s &#8220;.wine/drive_c/Programmi/Electronic Arts/Dark Age of Camelot/&#8221; daoc</p></blockquote>
<p>lanciamo il gioco</p>
<blockquote><p>cd &#8220;daoc/DAoC Portal/&#8221;</p>
<p>./Contents/dolloader.exe ~/&#8221;daoc\game.dll&#8221; 88.198.56.21 10300 42 pippouser pippopassword</p></blockquote>
<p>dove:</p>
<p>pippouser = <strong>userid</strong> che userete per connettervi al gioco</p>
<p>pippopassword = la <strong>password</strong></p>
<p><strong>N.B.</strong></p>
<p><strong>La prima volta che lancerete questo comando in automatico creerà userid e password, quindi vi consiglio di usare una userid fantasiosa e non troppo comune. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </strong></p>
<p>Per i piu&#8217; smaliziati fatevi uno script .sh per non dover digitare tutto ogni  volta&#8230;</p>
<p>Ah dimenticavo:  Io gioco nel Reame <strong>MIDGARD</strong> nickname <strong>Silenzioso</strong>.</p>
<p>Good Luck.</p>
<br /> Tagged: <a href='http://quadrantegamma.wordpress.com/tag/daoc/'>daoc</a>, <a href='http://quadrantegamma.wordpress.com/tag/linux/'>linux</a>, <a href='http://quadrantegamma.wordpress.com/tag/maverick/'>maverick</a>, <a href='http://quadrantegamma.wordpress.com/tag/ubuntu/'>ubuntu</a>, <a href='http://quadrantegamma.wordpress.com/tag/uthgard/'>uthgard</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quadrantegamma.wordpress.com/565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quadrantegamma.wordpress.com/565/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quadrantegamma.wordpress.com/565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quadrantegamma.wordpress.com/565/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quadrantegamma.wordpress.com/565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quadrantegamma.wordpress.com/565/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quadrantegamma.wordpress.com/565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quadrantegamma.wordpress.com/565/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quadrantegamma.wordpress.com/565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quadrantegamma.wordpress.com/565/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quadrantegamma.wordpress.com/565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quadrantegamma.wordpress.com/565/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quadrantegamma.wordpress.com/565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quadrantegamma.wordpress.com/565/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quadrantegamma.wordpress.com&amp;blog=5802894&amp;post=565&amp;subd=quadrantegamma&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quadrantegamma.wordpress.com/2010/10/21/dark-age-of-camelot-su-uthgard-con-ubuntu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09ce03b2d51a6f1227873eafcf13816?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Odo</media:title>
		</media:content>

		<media:content url="http://quadrantegamma.files.wordpress.com/2010/10/brae.jpg" medium="image">
			<media:title type="html">brae</media:title>
		</media:content>

		<media:content url="http://quadrantegamma.files.wordpress.com/2010/10/winecfg.png" medium="image">
			<media:title type="html">WineCFG</media:title>
		</media:content>

		<media:content url="http://quadrantegamma.files.wordpress.com/2010/10/daoc_installer.png" medium="image">
			<media:title type="html">daoc_Installer</media:title>
		</media:content>

		<media:content url="http://quadrantegamma.files.wordpress.com/2010/10/daoc_installer2.png" medium="image">
			<media:title type="html">daoc_Installer2</media:title>
		</media:content>

		<media:content url="http://quadrantegamma.files.wordpress.com/2010/10/daoc_installer3.png" medium="image">
			<media:title type="html">daoc_Installer3</media:title>
		</media:content>

		<media:content url="http://quadrantegamma.files.wordpress.com/2010/10/mythic.png" medium="image">
			<media:title type="html">Mythic</media:title>
		</media:content>

		<media:content url="http://quadrantegamma.files.wordpress.com/2010/10/modmanager.png" medium="image">
			<media:title type="html">ModManager</media:title>
		</media:content>

		<media:content url="http://quadrantegamma.files.wordpress.com/2010/10/portal.png" medium="image">
			<media:title type="html">portal</media:title>
		</media:content>

		<media:content url="http://quadrantegamma.files.wordpress.com/2010/10/portalsettings.png" medium="image">
			<media:title type="html">PortalSettings</media:title>
		</media:content>
	</item>
		<item>
		<title>Condividere una Stampante collegata ad Ubuntu con Windows</title>
		<link>http://quadrantegamma.wordpress.com/2010/06/04/condividere-una-stampante-collegata-ad-ubuntu-con-windows/</link>
		<comments>http://quadrantegamma.wordpress.com/2010/06/04/condividere-una-stampante-collegata-ad-ubuntu-con-windows/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 11:38:12 +0000</pubDate>
		<dc:creator>Odo</dc:creator>
				<category><![CDATA[Linux Pillole]]></category>
		<category><![CDATA[condivisione]]></category>
		<category><![CDATA[stampante]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://quadrantegamma.wordpress.com/?p=547</guid>
		<description><![CDATA[I ringraziamenti di questa guida  vanno a filo1234 che gentilmente ha deciso di condividere la sua &#8220;conoscenza&#8221; hahahaha. Scherzi a parte vediamo come fare&#8230;. *** IMPORTANTE  PRIMA DI PROCEDERE E&#8217; ASSOLUTAMENTE NECESSARIO *** *** CHE ABBIAMO IMPOSTATO UN IP STATICO SULLA NOSTRA UBUNTU *** Dalla barra di gnome: Sistema → Amministrazione → Stampa selezioniamo la [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quadrantegamma.wordpress.com&amp;blog=5802894&amp;post=547&amp;subd=quadrantegamma&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://quadrantegamma.files.wordpress.com/2010/06/share-printer2.jpg"><img class="alignnone size-full wp-image-549" style="border:0 none;" title="share-printer2" src="http://quadrantegamma.files.wordpress.com/2010/06/share-printer2.jpg?w=500" alt=""   /></a></p>
<p>I ringraziamenti di questa guida  vanno a <strong>filo1234</strong> che gentilmente ha deciso di condividere la sua &#8220;conoscenza&#8221; hahahaha.</p>
<p>Scherzi a parte vediamo come fare&#8230;.</p>
<p><span id="more-547"></span></p>
<p>*** IMPORTANTE  PRIMA DI PROCEDERE E&#8217; ASSOLUTAMENTE NECESSARIO ***</p>
<p>*** CHE ABBIAMO IMPOSTATO UN IP STATICO SULLA NOSTRA UBUNTU ***</p>
<p>Dalla barra di gnome:</p>
<p>Sistema → Amministrazione → Stampa</p>
<p>selezioniamo la stampante, tasto dx del mouse, e spunta su condivisa.</p>
<p>Annotiamo poi PER BENE il nome della stampante es:<strong> hp-LaserJet-1012</strong>, che ci servirà dopo.</p>
<p>Chiudiamo la finestra Stampa.</p>
<p>Ora apriamo un terminale e diamo:</p>
<blockquote><p>sudo gedit /etc/cups/cupsd.conf</p></blockquote>
<p>alla riga 20 circa, avremo queste due righe:</p>
<blockquote><p>Listen localhost:631<br />
Listen /var/run/cups/cups.sock</p></blockquote>
<p>al rigo successivo aggiungiamo:</p>
<blockquote><p>Listen 192.168.1.10:631</p></blockquote>
<p>dove 192.168.1.10 è il nostro ip statico, 631 e&#8217; la porta di cups, quindi non va cambiata.<br />
salviamo e chiudiamo gedit.<br />
Ora riavviamo cups con il comando:</p>
<blockquote><p>sudo service cups restart</p></blockquote>
<p>e con ubuntu abbiamo terminato <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Lato Windows:<br />
Creiamo una nuova stampante con la procedura guidata &#8220;Aggiungi Stampanti e Fax&#8221;<br />
Selezioniamo aggiungi stampante  →-stampante di rete collegata ad una altro computer<br />
poi scegliamo connetti ad una stampante internet URL :</p>
<blockquote><p>http://192.168.1.10:631/printers/hp-LaserJet-1012</p></blockquote>
<p>abbiamo messo il nostro ip statico della nostra ubuntu: 192.168.1.10</p>
<p>la porta di cups: 631</p>
<p>e il nome che abbiamo annotato all&#8217;inizio: hp-LaserJet-1012</p>
<p>Andiamo avanti, windows chiederà di installare i driver, gli forniremo eventualmente  il cd della stampante e aspettiamo che termini l&#8217;installazione.</p>
<p>Proviamo a stampare la pagina di prova.</p>
<p>E&#8217; tutto&#8230; anzi&#8230; se avete problemi sapete con chi prendervela!!! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
ah dimenticavo lo trovate nel canale  italiano irc di supporto #ubuntu-it rete freenode.</p>
<p>Ciao <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<br /> Tagged: <a href='http://quadrantegamma.wordpress.com/tag/condivisione/'>condivisione</a>, <a href='http://quadrantegamma.wordpress.com/tag/stampante/'>stampante</a>, <a href='http://quadrantegamma.wordpress.com/tag/ubuntu/'>ubuntu</a>, <a href='http://quadrantegamma.wordpress.com/tag/windows/'>windows</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quadrantegamma.wordpress.com/547/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quadrantegamma.wordpress.com/547/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quadrantegamma.wordpress.com/547/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quadrantegamma.wordpress.com/547/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quadrantegamma.wordpress.com/547/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quadrantegamma.wordpress.com/547/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quadrantegamma.wordpress.com/547/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quadrantegamma.wordpress.com/547/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quadrantegamma.wordpress.com/547/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quadrantegamma.wordpress.com/547/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quadrantegamma.wordpress.com/547/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quadrantegamma.wordpress.com/547/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quadrantegamma.wordpress.com/547/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quadrantegamma.wordpress.com/547/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quadrantegamma.wordpress.com&amp;blog=5802894&amp;post=547&amp;subd=quadrantegamma&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quadrantegamma.wordpress.com/2010/06/04/condividere-una-stampante-collegata-ad-ubuntu-con-windows/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09ce03b2d51a6f1227873eafcf13816?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Odo</media:title>
		</media:content>

		<media:content url="http://quadrantegamma.files.wordpress.com/2010/06/share-printer2.jpg" medium="image">
			<media:title type="html">share-printer2</media:title>
		</media:content>
	</item>
		<item>
		<title>Pinnacle PCTV USB STICK DVB-T con Lucid Lynx</title>
		<link>http://quadrantegamma.wordpress.com/2010/06/02/pinnacle-pctv-usb-stick-dvb-t-con-lucid-lynx/</link>
		<comments>http://quadrantegamma.wordpress.com/2010/06/02/pinnacle-pctv-usb-stick-dvb-t-con-lucid-lynx/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 08:24:21 +0000</pubDate>
		<dc:creator>Odo</dc:creator>
				<category><![CDATA[Linux Ubuntu]]></category>
		<category><![CDATA[dvb-t]]></category>
		<category><![CDATA[e70]]></category>
		<category><![CDATA[eb1a:2870]]></category>
		<category><![CDATA[em28xx]]></category>
		<category><![CDATA[lucid lynx]]></category>
		<category><![CDATA[pctv]]></category>
		<category><![CDATA[pinnacle stick]]></category>

		<guid isPermaLink="false">http://quadrantegamma.wordpress.com/?p=540</guid>
		<description><![CDATA[Ed eccoci ancora qui&#8230; Purtroppo con il kernel 2.6.32.x i sorgenti  em28xx-new che usavamo con Karmic non sono più compilabili, la soluzione questa volta è di usare un .deb precompilato, in quanto il tipo in questione che noi &#8220;ringraziamo&#8221; si è preoccupato di compilarli per le varie versioni del kernel, purtroppo al momento non vedo  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quadrantegamma.wordpress.com&amp;blog=5802894&amp;post=540&amp;subd=quadrantegamma&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://quadrantegamma.files.wordpress.com/2008/12/pctv.png"><img class="alignnone size-medium wp-image-3" style="border:0 none;" title="pctv" src="http://quadrantegamma.files.wordpress.com/2008/12/pctv.png?w=500&#038;h=266" alt="" width="500" height="266" /></a></p>
<p>Ed eccoci ancora qui&#8230;</p>
<p>Purtroppo con il kernel 2.6.32.x i sorgenti  em28xx-new che usavamo con Karmic non sono più compilabili, la soluzione questa volta è di usare un .deb precompilato, in quanto il tipo in questione che noi &#8220;ringraziamo&#8221; si è preoccupato di compilarli per le varie versioni del kernel, purtroppo al momento non vedo  disponibili i sorgenti, quindi a suo buon cuore..</p>
<p>Tutto questo in attesa che qualcuno come sempre si presti a fare le dovute patch ai sorgenti e a rilasciarli in modo da poterci fare la solita compilazione casalinga <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Ah la cosa più importante <a href="http://jiemeb.free.fr/pinnacle/" target="_blank">qui</a> trovate i vari deb</p>
<p>Al momento sto usando il 2.6.32.22 e ho preso questo <a href="http://jiemeb.free.fr/pinnacle/em28xx_32-22_i386.deb">deb</a>, testato e funzionante.</p>
<p>Per approfondimenti tipo installare kaffeine ecc. ecc. potete andare qui:<a href="http://quadrantegamma.wordpress.com/2009/12/01/pinnacle-pctv-usb-stick-dvb-t-con-karmic-koala/" target="_blank"> http://quadrantegamma.wordpress.com/2009/12/01/pinnacle-pctv-usb-stick-dvb-t-con-karmic-koala/</a></p>
<br /> Tagged: <a href='http://quadrantegamma.wordpress.com/tag/dvb-t/'>dvb-t</a>, <a href='http://quadrantegamma.wordpress.com/tag/e70/'>e70</a>, <a href='http://quadrantegamma.wordpress.com/tag/eb1a2870/'>eb1a:2870</a>, <a href='http://quadrantegamma.wordpress.com/tag/em28xx/'>em28xx</a>, <a href='http://quadrantegamma.wordpress.com/tag/lucid-lynx/'>lucid lynx</a>, <a href='http://quadrantegamma.wordpress.com/tag/pctv/'>pctv</a>, <a href='http://quadrantegamma.wordpress.com/tag/pinnacle-stick/'>pinnacle stick</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quadrantegamma.wordpress.com/540/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quadrantegamma.wordpress.com/540/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quadrantegamma.wordpress.com/540/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quadrantegamma.wordpress.com/540/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quadrantegamma.wordpress.com/540/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quadrantegamma.wordpress.com/540/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quadrantegamma.wordpress.com/540/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quadrantegamma.wordpress.com/540/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quadrantegamma.wordpress.com/540/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quadrantegamma.wordpress.com/540/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quadrantegamma.wordpress.com/540/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quadrantegamma.wordpress.com/540/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quadrantegamma.wordpress.com/540/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quadrantegamma.wordpress.com/540/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quadrantegamma.wordpress.com&amp;blog=5802894&amp;post=540&amp;subd=quadrantegamma&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quadrantegamma.wordpress.com/2010/06/02/pinnacle-pctv-usb-stick-dvb-t-con-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09ce03b2d51a6f1227873eafcf13816?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Odo</media:title>
		</media:content>

		<media:content url="http://quadrantegamma.files.wordpress.com/2008/12/pctv.png?w=300" medium="image">
			<media:title type="html">pctv</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu e la webcam sul Sony Vaio (terza puntata)</title>
		<link>http://quadrantegamma.wordpress.com/2010/04/04/ubuntu-e-la-webcam-sul-sony-vaio-terza-puntata/</link>
		<comments>http://quadrantegamma.wordpress.com/2010/04/04/ubuntu-e-la-webcam-sul-sony-vaio-terza-puntata/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 18:08:37 +0000</pubDate>
		<dc:creator>Odo</dc:creator>
				<category><![CDATA[Linux Ubuntu]]></category>
		<category><![CDATA[05ca:183a]]></category>
		<category><![CDATA[cam]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[sony]]></category>
		<category><![CDATA[vaio]]></category>

		<guid isPermaLink="false">http://quadrantegamma.wordpress.com/?p=530</guid>
		<description><![CDATA[Benvenuti alla terza puntata&#8230; A distanza di un un anno rieccomi qui per parlare ancora della cam di questo magnifico portatile, al momento la sto testando sulla versione beta di lucid lynx. Prima di cominciare i ringraziementi vanno a David Jurenka, il quale sulla base del lavoro di Alexander Hixon,  ha creato un ppa su [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quadrantegamma.wordpress.com&amp;blog=5802894&amp;post=530&amp;subd=quadrantegamma&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://quadrantegamma.files.wordpress.com/2009/03/vaio.jpeg"><img class="alignnone size-full wp-image-195" style="border:0;" title="vaio" src="http://quadrantegamma.files.wordpress.com/2009/03/vaio.jpeg?w=500" alt=""   /></a></p>
<p>Benvenuti alla terza puntata&#8230;</p>
<p>A distanza di un un anno rieccomi qui per parlare ancora della cam di questo magnifico portatile, al momento la sto testando sulla versione beta di lucid lynx.</p>
<p>Prima di cominciare i ringraziementi vanno a <a href="https://launchpad.net/~jurenka" target="_blank">David Jurenka</a>, il quale sulla base del lavoro di Alexander Hixon,  ha creato un ppa su launchpad ed ha impacchettato la parte distribuibile non protetta da copyright.</p>
<p><span id="more-530"></span>Apriamo un terminale ed aggiungiamo il repository ppa, il tutto semplificato dal nuovo comando &#8220;add-apt-repository&#8221;.</p>
<blockquote><p>sudo add-apt-repository ppa:r5u87x-loader/ppa</p></blockquote>
<p>poi aggiorniamo gli indici con il solito:</p>
<blockquote><p>sudo apt-get update</p></blockquote>
<p>e per concludere installiamo il pacchetto:</p>
<blockquote><p>sudo apt-get install r5u87x</p></blockquote>
<p>Una volta completata l&#8217;installazione la fase successiva consiste nel dare nel terminale il comando per scaricare i firmware delle webcam:</p>
<blockquote><p>sudo /usr/share/r5u87x/r5u87x-download-firmware.sh</p></blockquote>
<p>ci verrà proposto di scaricare il firmware e noi risponderemo con &#8220;y&#8221;</p>
<p><em>This script is going to download and install firmware for Ricoh R5U87x series<br />
cameras. The copyright and license status of this firmware is unclear.<br />
Do you want to proceed? [y/n] y</em></p>
<p>a questo punto avverrà il download, riconoscimento e installazione del firmware e chiaramente montaggio del modulo</p>
<p><em>Downloading firmware&#8230;<br />
Building udev rules&#8230;<br />
Installing&#8230;<br />
Loading firmware into your camera&#8230;<br />
r5u87x firmware loader v0.2</em></p>
<p><em>Searching for device&#8230;<br />
Found camera: 05ca:183a<br />
Camera reports negative microcode state.<br />
Sending microcode to camera&#8230;<br />
Enabled microcode.<br />
Camera reports microcode version 0&#215;0111.</em></p>
<p><em>Successfully uploaded firmware to device 05ca:183a!<br />
Reloading uvcvideo module&#8230;<br />
Finished.</em></p>
<p>Possiamo testare la nostra cam con il solito cheese</p>
<blockquote><p>sudo apt-get install cheese</p></blockquote>
<p>Buon divertimento, alla prossima puntata :p</p>
<br /> Tagged: <a href='http://quadrantegamma.wordpress.com/tag/05ca183a/'>05ca:183a</a>, <a href='http://quadrantegamma.wordpress.com/tag/cam/'>cam</a>, <a href='http://quadrantegamma.wordpress.com/tag/lucid/'>lucid</a>, <a href='http://quadrantegamma.wordpress.com/tag/sony/'>sony</a>, <a href='http://quadrantegamma.wordpress.com/tag/vaio/'>vaio</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quadrantegamma.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quadrantegamma.wordpress.com/530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quadrantegamma.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quadrantegamma.wordpress.com/530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quadrantegamma.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quadrantegamma.wordpress.com/530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quadrantegamma.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quadrantegamma.wordpress.com/530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quadrantegamma.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quadrantegamma.wordpress.com/530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quadrantegamma.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quadrantegamma.wordpress.com/530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quadrantegamma.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quadrantegamma.wordpress.com/530/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quadrantegamma.wordpress.com&amp;blog=5802894&amp;post=530&amp;subd=quadrantegamma&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quadrantegamma.wordpress.com/2010/04/04/ubuntu-e-la-webcam-sul-sony-vaio-terza-puntata/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09ce03b2d51a6f1227873eafcf13816?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Odo</media:title>
		</media:content>

		<media:content url="http://quadrantegamma.files.wordpress.com/2009/03/vaio.jpeg" medium="image">
			<media:title type="html">vaio</media:title>
		</media:content>
	</item>
		<item>
		<title>Conversione dei poi TomTom con Ubuntu</title>
		<link>http://quadrantegamma.wordpress.com/2010/03/25/conversione-dei-poi-tomtom-con-ubuntu/</link>
		<comments>http://quadrantegamma.wordpress.com/2010/03/25/conversione-dei-poi-tomtom-con-ubuntu/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 12:38:23 +0000</pubDate>
		<dc:creator>Odo</dc:creator>
				<category><![CDATA[Linux Ubuntu]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[csv2ov2]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ov2]]></category>
		<category><![CDATA[poi]]></category>
		<category><![CDATA[tomtom]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://quadrantegamma.wordpress.com/?p=521</guid>
		<description><![CDATA[Spesso gli utenti del TOMTOM si ritrovano a dover aggiornare i poi (points of interest) del proprio dispositivo, per intenderci potrebbe capitare che sia necessaro determinare con precisione la posizione degli autovelox,(per far cosa non si sa&#8230; ma alle volte&#8230;) dei tutor o più semplicemente dei ristoranti in zona. Sicuro sapete che il posto giusto [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quadrantegamma.wordpress.com&amp;blog=5802894&amp;post=521&amp;subd=quadrantegamma&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://quadrantegamma.files.wordpress.com/2010/03/tomtom.jpg"><img class="alignnone size-medium wp-image-522" style="border:0 none;" title="tomtom" src="http://quadrantegamma.files.wordpress.com/2010/03/tomtom.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a></p>
<p style="text-align:justify;">Spesso gli utenti del TOMTOM si ritrovano a dover aggiornare i poi (points of interest) del proprio dispositivo, per intenderci potrebbe capitare che sia necessaro determinare con precisione la posizione degli autovelox,(per far cosa non si sa&#8230; ma alle volte&#8230;) dei tutor o più semplicemente dei ristoranti in zona.</p>
<p style="text-align:justify;"><span id="more-521"></span>Sicuro sapete che il posto giusto per reperire i poi è<a href="http://www.poigps.com/" target="_blank"> http://www.poigps.com/</a> , ma come convertire i files in formato .ov2 quando in realtà sono distribuiti in formato .csv? E&#8217; evidente che scompattare prima gli archivi .zip e convertire poi manualmente gli altri files è una perdita di tempo e soprattutto una cosa pallosa, così ho buttato giù due righe in python per semplificare il processo.</p>
<p>Potete prendere il file <a href="http://quadrantegamma.it/FilesHosted/csv2ov2.tar.gz">qui</a>,scompattare semplicemente il tar e dargli il permesso eseguibile con:</p>
<blockquote><p>chmod +x csv2ov2.py</p></blockquote>
<p style="text-align:justify;">Il funzionamento è semplice, basterà fornire al programma la cartella in cui si trovano gli archivi .zip dei points of interest assieme ad una cartella di destinazione in cui saranno inseriti i files convertiti,una volta terminato il processo il nostro lavoro consistera nel copiare i files sul dispositivo.</p>
<p>Vediamo meglio come funziona con un esempio:</p>
<blockquote><p>./csv2ov2.py -s  Scrivania -d Scrivania</p></blockquote>
<p>semplice semplice <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Per qualsiasi necessità non esitate a contattarmi!</p>
<br /> Tagged: <a href='http://quadrantegamma.wordpress.com/tag/csv/'>csv</a>, <a href='http://quadrantegamma.wordpress.com/tag/csv2ov2/'>csv2ov2</a>, <a href='http://quadrantegamma.wordpress.com/tag/linux/'>linux</a>, <a href='http://quadrantegamma.wordpress.com/tag/ov2/'>ov2</a>, <a href='http://quadrantegamma.wordpress.com/tag/poi/'>poi</a>, <a href='http://quadrantegamma.wordpress.com/tag/tomtom/'>tomtom</a>, <a href='http://quadrantegamma.wordpress.com/tag/ubuntu/'>ubuntu</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/quadrantegamma.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/quadrantegamma.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/quadrantegamma.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/quadrantegamma.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/quadrantegamma.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/quadrantegamma.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/quadrantegamma.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/quadrantegamma.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/quadrantegamma.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/quadrantegamma.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/quadrantegamma.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/quadrantegamma.wordpress.com/521/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/quadrantegamma.wordpress.com/521/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/quadrantegamma.wordpress.com/521/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=quadrantegamma.wordpress.com&amp;blog=5802894&amp;post=521&amp;subd=quadrantegamma&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://quadrantegamma.wordpress.com/2010/03/25/conversione-dei-poi-tomtom-con-ubuntu/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09ce03b2d51a6f1227873eafcf13816?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Odo</media:title>
		</media:content>

		<media:content url="http://quadrantegamma.files.wordpress.com/2010/03/tomtom.jpg?w=300" medium="image">
			<media:title type="html">tomtom</media:title>
		</media:content>
	</item>
	</channel>
</rss>
