<?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>Jonny Zone : hrkki eitkf</title>
	<atom:link href="http://acassis.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://acassis.wordpress.com</link>
	<description>a blog about computers and other funny things</description>
	<lastBuildDate>Fri, 27 Jan 2012 19:11:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='acassis.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Jonny Zone : hrkki eitkf</title>
		<link>http://acassis.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://acassis.wordpress.com/osd.xml" title="Jonny Zone : hrkki eitkf" />
	<atom:link rel='hub' href='http://acassis.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Converting a STM32VLDISCOVER on versalon programmer</title>
		<link>http://acassis.wordpress.com/2012/01/25/converting-a-stm32vldiscover-on-versalon-programmer/</link>
		<comments>http://acassis.wordpress.com/2012/01/25/converting-a-stm32vldiscover-on-versalon-programmer/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 02:18:51 +0000</pubDate>
		<dc:creator>acassis</dc:creator>
				<category><![CDATA[Dicas]]></category>

		<guid isPermaLink="false">http://acassis.wordpress.com/?p=2590</guid>
		<description><![CDATA[A guy called &#8220;Bingo&#8221; converted the ST-Link v1 (STM32VLDISCOVER) into a Versalon programmer which can be used by OpenOCD application to program many other micro-controller over SWD interface. If you have 2 STM32VLDISCOVER boards you are a luck guy and could just follow this tutorial: http://takenapart.com/?p=82 If you (like me) is a humble guy and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=acassis.wordpress.com&amp;blog=1286908&amp;post=2590&amp;subd=acassis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A guy called &#8220;Bingo&#8221; converted the ST-Link v1 (STM32VLDISCOVER) into a Versalon programmer which can be used by OpenOCD application to program many other micro-controller over SWD interface.</p>
<p>If you have 2 STM32VLDISCOVER boards you are a luck guy and could just follow this tutorial:<br />
<a href="http://takenapart.com/?p=82">http://takenapart.com/?p=82</a></p>
<p>If you (like me) is a humble guy and have only 1 STM32VLDISCOVER then you need to use your creativity to convert ST-Link in a Versalon board.</p>
<p>It is common for people who work with embedded system to have some J-Link programmers around (J-Link is like a gift included in many evaluation boards). Then I decide to use it to program Versalon firmware into STM32VLDISCOVER.</p>
<p>This is like I connect J-link pins to STM32VLDISCOVER:</p>
<pre>
J-LINK                    STM32DISCOVER
V-ref (pin 1)             3.3V
SWDIO (pin 7)             SB10
SWCLK (pin 9)             SB6
5V-supply (pin 19)        5V
GND (pin 20)              GND
</pre>
<p>Then I used &#8220;J-Flash ARM&#8221; to Unsecure and Erase Chip and used &#8220;J-Link Commander&#8221; to program Versalon firmware:</p>
<pre>
SEGGER J-Link Commander V4.40b ('?' for help)
Compiled Dec 22 2011 10:55:05
DLL version V4.40b, compiled Dec 22 2011 10:54:45
Firmware: J-Link ARM V8 compiled Sep 22 2011 16:23:23
Hardware: V8.00
S/N: 20100214
Feature(s): RDI,FlashDL,FlashBP,JFlash,GDBFull
VTarget = 3.080V
Info: TotalIRLen = ?, IRPrint = 0x..000000000000000000000000
No devices found on JTAG chain. Trying to find device on SWD.
Info: Found SWD-DP with ID 0x1BA01477
Info: TPIU fitted.
Info:   FPUnit: 6 code (BP) slots and 2 literal slots
Info: Found Cortex-M3 r1p1, Little endian.
Cortex-M3 identified.
JTAG speed: 100 kHz
J-Link&gt;exec device = STM32F103C8
Info: Device "STM32F103C8" selected (64 KB flash, 20 KB RAM).
J-Link&gt;loadbin c:\versa.bin, 0x0
Loading binary file... [c:\versa.bin]
Writing bin data into target memory @ 0x00000000.

WARNING: CPU is running at low speed (8031 kHz).
Info: J-Link: Flash download: Flash programming performed for 1 range (28672 byt
es)
Info: J-Link: Flash download: Total time needed: 13.330s (Prepare: 2.459s, Compa
re: 0.191s, Program: 8.869s, Verify: 0.159s, Restore: 1.650s)
J-Link&gt;
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/acassis.wordpress.com/2590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/acassis.wordpress.com/2590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/acassis.wordpress.com/2590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/acassis.wordpress.com/2590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/acassis.wordpress.com/2590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/acassis.wordpress.com/2590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/acassis.wordpress.com/2590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/acassis.wordpress.com/2590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/acassis.wordpress.com/2590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/acassis.wordpress.com/2590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/acassis.wordpress.com/2590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/acassis.wordpress.com/2590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/acassis.wordpress.com/2590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/acassis.wordpress.com/2590/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=acassis.wordpress.com&amp;blog=1286908&amp;post=2590&amp;subd=acassis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://acassis.wordpress.com/2012/01/25/converting-a-stm32vldiscover-on-versalon-programmer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6658c541fb27e86516f7ed746d1e8ad0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">acassis</media:title>
		</media:content>
	</item>
		<item>
		<title>Impressora Laser Samsung ML-1865W</title>
		<link>http://acassis.wordpress.com/2012/01/23/impressora-laser-samsung-ml-1865w/</link>
		<comments>http://acassis.wordpress.com/2012/01/23/impressora-laser-samsung-ml-1865w/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 20:14:07 +0000</pubDate>
		<dc:creator>acassis</dc:creator>
				<category><![CDATA[Dicas]]></category>

		<guid isPermaLink="false">http://acassis.wordpress.com/?p=2588</guid>
		<description><![CDATA[Se você está procurando uma impressora Laser para comprar eu recomendo a Samsung ML-1865W. Ela é uma impressora relativamente barata (R$ 250,00) e muito compacta (é uma das menores impressoras Laser do mercado). Outra vantagem desta impressora é que você conseguirá imprimir nela a partir de um smartphone ou tablet com Android, pois a Samsung [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=acassis.wordpress.com&amp;blog=1286908&amp;post=2588&amp;subd=acassis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Se você está procurando uma impressora Laser para comprar eu recomendo a Samsung ML-1865W. Ela é uma impressora relativamente barata (R$ 250,00) e muito compacta (é uma das menores impressoras Laser do mercado). Outra vantagem desta impressora é que você conseguirá imprimir nela a partir de um smartphone ou tablet com Android, pois a Samsung disponibilizar no Android Market uma aplicativo chamado MobilePrint que permite qualquer aparelho Android imprimir nela. Eu testei e realmente funciona.</p>
<p>Se você comprou esta impressora e esta com preguiça de ler o manual, então aqui vai o default password do servidor web interno dela (SyncThru Web Service):</p>
<p>User: admin<br />
Passord: sec00000</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/acassis.wordpress.com/2588/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/acassis.wordpress.com/2588/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/acassis.wordpress.com/2588/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/acassis.wordpress.com/2588/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/acassis.wordpress.com/2588/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/acassis.wordpress.com/2588/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/acassis.wordpress.com/2588/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/acassis.wordpress.com/2588/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/acassis.wordpress.com/2588/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/acassis.wordpress.com/2588/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/acassis.wordpress.com/2588/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/acassis.wordpress.com/2588/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/acassis.wordpress.com/2588/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/acassis.wordpress.com/2588/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=acassis.wordpress.com&amp;blog=1286908&amp;post=2588&amp;subd=acassis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://acassis.wordpress.com/2012/01/23/impressora-laser-samsung-ml-1865w/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6658c541fb27e86516f7ed746d1e8ad0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">acassis</media:title>
		</media:content>
	</item>
		<item>
		<title>Erro instalando o ADT do Android no Eclipse no Linux</title>
		<link>http://acassis.wordpress.com/2012/01/22/erro-instalando-o-adt-do-android-no-eclipse-no-linux/</link>
		<comments>http://acassis.wordpress.com/2012/01/22/erro-instalando-o-adt-do-android-no-eclipse-no-linux/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 17:04:54 +0000</pubDate>
		<dc:creator>acassis</dc:creator>
				<category><![CDATA[Dicas]]></category>

		<guid isPermaLink="false">http://acassis.wordpress.com/?p=2586</guid>
		<description><![CDATA[Fui instalar o plugin do Android no Eclipse e obtive este erro: Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 16.0.1.v201112150204-238534 (com.android.ide.eclipse.adt.feature.group 16.0.1.v201112150204-238534) Missing requirement: Android Development Tools 16.0.1.v201112150204-238534 (com.android.ide.eclipse.adt.feature.group 16.0.1.v201112150204-238534) requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found Felizmente a solução [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=acassis.wordpress.com&amp;blog=1286908&amp;post=2586&amp;subd=acassis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Fui instalar o plugin do Android no Eclipse e obtive este erro:</p>
<pre>
Cannot complete the install because one or more required items could not be found.   Software being installed: Android Development Tools 16.0.1.v201112150204-238534 (com.android.ide.eclipse.adt.feature.group 16.0.1.v201112150204-238534)   Missing requirement: Android Development Tools 16.0.1.v201112150204-238534 (com.android.ide.eclipse.adt.feature.group 16.0.1.v201112150204-238534) requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found
</pre>
<p>Felizmente a solução foi simples de encontrar:</p>
<p><a href="www.youtube.com/watch?v=HCNC34BflOo" title="ADT on Eclipse on Linux">www.youtube.com/watch?v=HCNC34BflOo</a></p>
<p>Basta adicionar o repositório para fazer update do seu Eclipse:</p>
<p>http://download.eclipse.org/releases/indigo</p>
<p>E marcar a instalação do &#8220;Linux Tools&#8221;. Muito simples!!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/acassis.wordpress.com/2586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/acassis.wordpress.com/2586/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/acassis.wordpress.com/2586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/acassis.wordpress.com/2586/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/acassis.wordpress.com/2586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/acassis.wordpress.com/2586/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/acassis.wordpress.com/2586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/acassis.wordpress.com/2586/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/acassis.wordpress.com/2586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/acassis.wordpress.com/2586/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/acassis.wordpress.com/2586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/acassis.wordpress.com/2586/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/acassis.wordpress.com/2586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/acassis.wordpress.com/2586/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=acassis.wordpress.com&amp;blog=1286908&amp;post=2586&amp;subd=acassis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://acassis.wordpress.com/2012/01/22/erro-instalando-o-adt-do-android-no-eclipse-no-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6658c541fb27e86516f7ed746d1e8ad0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">acassis</media:title>
		</media:content>
	</item>
		<item>
		<title>Testando a placa STM32VLDISCOVERY no Linux</title>
		<link>http://acassis.wordpress.com/2012/01/19/testando-a-placa-stm32vldiscovery-no-linux/</link>
		<comments>http://acassis.wordpress.com/2012/01/19/testando-a-placa-stm32vldiscovery-no-linux/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 23:17:27 +0000</pubDate>
		<dc:creator>acassis</dc:creator>
				<category><![CDATA[Dicas]]></category>

		<guid isPermaLink="false">http://acassis.wordpress.com/?p=2582</guid>
		<description><![CDATA[Hoje recebi a placa de desenvolvimento STM32Discovery e comecei a pesquisar pelo suporte a ela no Linux. Rapidamente encontrei um programa chamado stlink-download criado pelo projeto ARMUtilities. $ sudo stlink-download /dev/stlink reset $ sudo stlink-download /dev/stlink flash:w:helloworld.bin $ sudo stlink-download /dev/stlink run $ sudo stlink-download /dev/stlink status<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=acassis.wordpress.com&amp;blog=1286908&amp;post=2582&amp;subd=acassis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hoje recebi a placa de desenvolvimento STM32Discovery e comecei a pesquisar pelo suporte a ela no Linux.</p>
<p>Rapidamente encontrei um programa chamado stlink-download criado pelo projeto <a href="http://code.google.com/p/arm-utilities/wiki/ARMUtilitiesOverview" title="ARMUtilities">ARMUtilities</a>.</p>
<pre>
$ sudo stlink-download /dev/stlink reset
$ sudo stlink-download /dev/stlink flash:w:helloworld.bin
$ sudo stlink-download /dev/stlink run
$ sudo stlink-download /dev/stlink status
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/acassis.wordpress.com/2582/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/acassis.wordpress.com/2582/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/acassis.wordpress.com/2582/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/acassis.wordpress.com/2582/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/acassis.wordpress.com/2582/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/acassis.wordpress.com/2582/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/acassis.wordpress.com/2582/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/acassis.wordpress.com/2582/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/acassis.wordpress.com/2582/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/acassis.wordpress.com/2582/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/acassis.wordpress.com/2582/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/acassis.wordpress.com/2582/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/acassis.wordpress.com/2582/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/acassis.wordpress.com/2582/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=acassis.wordpress.com&amp;blog=1286908&amp;post=2582&amp;subd=acassis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://acassis.wordpress.com/2012/01/19/testando-a-placa-stm32vldiscovery-no-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6658c541fb27e86516f7ed746d1e8ad0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">acassis</media:title>
		</media:content>
	</item>
		<item>
		<title>Adicionando uma impressora de rede via linha de comando</title>
		<link>http://acassis.wordpress.com/2012/01/16/adicionando-uma-impressora-de-rede-via-linha-de-comando/</link>
		<comments>http://acassis.wordpress.com/2012/01/16/adicionando-uma-impressora-de-rede-via-linha-de-comando/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 17:54:59 +0000</pubDate>
		<dc:creator>acassis</dc:creator>
				<category><![CDATA[Dicas]]></category>

		<guid isPermaLink="false">http://acassis.wordpress.com/?p=2577</guid>
		<description><![CDATA[Se a sua impressora é uma impressora de rede que responde comandos via socket (na porta 9100) você pode adiciona-la com o comando: # lpadmin -p HP_RECEPCAO -v socket://192.168.0.156:9100/ -E Fonte: http://www.togaware.com/linux/survivor/CUPS_Command.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=acassis.wordpress.com&amp;blog=1286908&amp;post=2577&amp;subd=acassis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Se a sua impressora é uma impressora de rede que responde comandos via socket (na porta 9100) você pode adiciona-la com o comando:</p>
<pre>
# lpadmin -p HP_RECEPCAO -v socket://192.168.0.156:9100/ -E
</pre>
<p>Fonte: <a href="http://www.togaware.com/linux/survivor/CUPS_Command.html">http://www.togaware.com/linux/survivor/CUPS_Command.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/acassis.wordpress.com/2577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/acassis.wordpress.com/2577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/acassis.wordpress.com/2577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/acassis.wordpress.com/2577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/acassis.wordpress.com/2577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/acassis.wordpress.com/2577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/acassis.wordpress.com/2577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/acassis.wordpress.com/2577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/acassis.wordpress.com/2577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/acassis.wordpress.com/2577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/acassis.wordpress.com/2577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/acassis.wordpress.com/2577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/acassis.wordpress.com/2577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/acassis.wordpress.com/2577/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=acassis.wordpress.com&amp;blog=1286908&amp;post=2577&amp;subd=acassis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://acassis.wordpress.com/2012/01/16/adicionando-uma-impressora-de-rede-via-linha-de-comando/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6658c541fb27e86516f7ed746d1e8ad0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">acassis</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting android_x86 source code</title>
		<link>http://acassis.wordpress.com/2012/01/15/getting-android_x86-source-code/</link>
		<comments>http://acassis.wordpress.com/2012/01/15/getting-android_x86-source-code/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 16:50:23 +0000</pubDate>
		<dc:creator>acassis</dc:creator>
				<category><![CDATA[Dicas]]></category>

		<guid isPermaLink="false">http://acassis.wordpress.com/?p=2572</guid>
		<description><![CDATA[I was trying to clone android x86 and got this error: $ repo init -u http://git.android-x86.org/manifest -b froyo-x86 $ repo sync git.android-x86.org[0: 210.240.39.201]: errno=Connection refused fatal: unable to connect a socket (Connection refused) I solved it just replacing &#8220;git://&#8221; by &#8220;http://&#8221; in the file: $ vi .repo/manifest.xml This guy got same issue: http://groups.google.com/group/android-x86/browse_thread/thread/b85e8ca3e445c608 Also replace [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=acassis.wordpress.com&amp;blog=1286908&amp;post=2572&amp;subd=acassis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was trying to clone android x86 and got this error:</p>
<pre>
$ repo init -u http://git.android-x86.org/manifest -b froyo-x86
$ repo sync
git.android-x86.org[0: 210.240.39.201]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)
</pre>
<p>I solved it just replacing &#8220;git://&#8221; by &#8220;http://&#8221; in the file:</p>
<p>$ vi .repo/manifest.xml</p>
<p>This guy got same issue: <a href="http://groups.google.com/group/android-x86/browse_thread/thread/b85e8ca3e445c608">http://groups.google.com/group/android-x86/browse_thread/thread/b85e8ca3e445c608</a></p>
<p>Also replace the &#8220;korg&#8221; from git://android.git.kernel.org by git://codeaurora.org</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/acassis.wordpress.com/2572/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/acassis.wordpress.com/2572/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/acassis.wordpress.com/2572/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/acassis.wordpress.com/2572/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/acassis.wordpress.com/2572/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/acassis.wordpress.com/2572/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/acassis.wordpress.com/2572/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/acassis.wordpress.com/2572/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/acassis.wordpress.com/2572/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/acassis.wordpress.com/2572/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/acassis.wordpress.com/2572/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/acassis.wordpress.com/2572/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/acassis.wordpress.com/2572/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/acassis.wordpress.com/2572/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=acassis.wordpress.com&amp;blog=1286908&amp;post=2572&amp;subd=acassis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://acassis.wordpress.com/2012/01/15/getting-android_x86-source-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6658c541fb27e86516f7ed746d1e8ad0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">acassis</media:title>
		</media:content>
	</item>
		<item>
		<title>Acendendo os LEDs azul de Power e de WAN do roteador D-Link DIR-825</title>
		<link>http://acassis.wordpress.com/2012/01/13/acendendo-o-led-azul-de-power-e-de-wan-do-roteador-d-link-dir-825/</link>
		<comments>http://acassis.wordpress.com/2012/01/13/acendendo-o-led-azul-de-power-e-de-wan-do-roteador-d-link-dir-825/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 01:07:51 +0000</pubDate>
		<dc:creator>acassis</dc:creator>
				<category><![CDATA[Dicas]]></category>

		<guid isPermaLink="false">http://acassis.wordpress.com/?p=2565</guid>
		<description><![CDATA[Agora que ja&#8217; fiz o Wireless funcionar corretamente no OpenWrt (ver post anterior), foi a vez de investigar por que os LEDs de Power e WAN (Planet) nao acendiam. A solucao foi simples: Basta acrescenter em /etc/config/system: config led option sysfs 'dir825b1:orange:power' option default 0 config led option sysfs 'dir825b1:blue:power' option default 1 config led [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=acassis.wordpress.com&amp;blog=1286908&amp;post=2565&amp;subd=acassis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Agora que ja&#8217; fiz o Wireless funcionar corretamente no OpenWrt (ver post anterior), foi a vez de investigar por que os LEDs de Power e WAN (Planet) nao acendiam. A solucao foi simples:</p>
<p>Basta acrescenter em /etc/config/system:</p>
<pre>
config led
    option sysfs        'dir825b1:orange:power'
    option default        0

config led
    option sysfs        'dir825b1:blue:power'
    option default        1

config led
    option sysfs        'dir825b1:blue:planet'
    option trigger       netdev
    option dev           eth1
    option mode          link
</pre>
<p>Apos reiniciar o roteador os LEDs ficaram azul, como esperado.</p>
<p>Fonte: <a href="https://forum.openwrt.org/viewtopic.php?id=24928">https://forum.openwrt.org/viewtopic.php?id=24928</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/acassis.wordpress.com/2565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/acassis.wordpress.com/2565/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/acassis.wordpress.com/2565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/acassis.wordpress.com/2565/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/acassis.wordpress.com/2565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/acassis.wordpress.com/2565/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/acassis.wordpress.com/2565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/acassis.wordpress.com/2565/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/acassis.wordpress.com/2565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/acassis.wordpress.com/2565/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/acassis.wordpress.com/2565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/acassis.wordpress.com/2565/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/acassis.wordpress.com/2565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/acassis.wordpress.com/2565/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=acassis.wordpress.com&amp;blog=1286908&amp;post=2565&amp;subd=acassis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://acassis.wordpress.com/2012/01/13/acendendo-o-led-azul-de-power-e-de-wan-do-roteador-d-link-dir-825/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6658c541fb27e86516f7ed746d1e8ad0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">acassis</media:title>
		</media:content>
	</item>
		<item>
		<title>Entendendo como o OpenWRT organiza as coisas</title>
		<link>http://acassis.wordpress.com/2012/01/11/entendendo-como-o-openwrt-organiza-as-coisas/</link>
		<comments>http://acassis.wordpress.com/2012/01/11/entendendo-como-o-openwrt-organiza-as-coisas/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 23:59:27 +0000</pubDate>
		<dc:creator>acassis</dc:creator>
				<category><![CDATA[Dicas]]></category>

		<guid isPermaLink="false">http://acassis.wordpress.com/?p=2557</guid>
		<description><![CDATA[Continuando a saga com o roteador D-Link DIR-825&#8230; Estou começando a entender um pouco mais sobre o OpenWRT (puxa vida, por que demorei tanto a usa-lo?) e então descobri que preciso definir &#8220;option disabled 0&#8243; no arquivo /etc/config/wireless, do contrário a interface wireless não vai iniciar automaticamente. root@OpenWrt:/# cat /etc/config/wireless config wifi-device radio0 option type [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=acassis.wordpress.com&amp;blog=1286908&amp;post=2557&amp;subd=acassis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Continuando a saga com o roteador D-Link DIR-825&#8230;</p>
<p>Estou começando a entender um pouco mais sobre o OpenWRT (puxa vida, por que demorei tanto a usa-lo?) e então descobri que preciso definir &#8220;option disabled 0&#8243; no arquivo /etc/config/wireless, do contrário a interface wireless não vai iniciar automaticamente.</p>
<pre>
root@OpenWrt:/# cat /etc/config/wireless
config wifi-device  radio0
        option type     mac80211
        option channel  11
        option macaddr  00:18:e7:XX:XX:XX
        option hwmode   11g
        option htmode   HT20
        list ht_capab   SHORT-GI-40
        list ht_capab   TX-STBC
        list ht_capab   RX-STBC1
        list ht_capab   DSSS_CCK-40
        # REMOVE THIS LINE TO ENABLE WIFI:
        option disabled 0

config wifi-iface
        option device   radio0
        option network  lan
        option mode     ap
        option ssid     OpenWrt
        option encryption none

config wifi-device  radio1
        option type     mac80211
        option channel  36
        option macaddr  00:18:e7:XX:XX:XX
        option hwmode   11na
        option htmode   HT20
        list ht_capab   SHORT-GI-40
        list ht_capab   TX-STBC
        list ht_capab   RX-STBC1
        list ht_capab   DSSS_CCK-40
        # REMOVE THIS LINE TO ENABLE WIFI:
        option disabled 0

config wifi-iface
        option device   radio1
        option network  lan
        option mode     ap
        option ssid     OpenWrt2
        option encryption none
</pre>
<p>Agora já consigo conectar na rede wifi dele e acessar através do &#8220;telnet 192.168.1.1&#8243;, portanto não preciso mais ficar usando o conversor USB/Serial o tempo todo. Mas minha interface ethernet WAN ainda continua instável.</p>
<p>Outra coisa interessante que descobri sobre o OpenWRT é que toda vez que reinicio ele eu preciso executar um &#8220;opkg update&#8221;, pois ele só salva a lista de pacotes na memória RAM, pois memória Flash é coisa preciosa.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/acassis.wordpress.com/2557/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/acassis.wordpress.com/2557/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/acassis.wordpress.com/2557/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/acassis.wordpress.com/2557/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/acassis.wordpress.com/2557/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/acassis.wordpress.com/2557/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/acassis.wordpress.com/2557/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/acassis.wordpress.com/2557/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/acassis.wordpress.com/2557/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/acassis.wordpress.com/2557/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/acassis.wordpress.com/2557/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/acassis.wordpress.com/2557/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/acassis.wordpress.com/2557/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/acassis.wordpress.com/2557/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=acassis.wordpress.com&amp;blog=1286908&amp;post=2557&amp;subd=acassis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://acassis.wordpress.com/2012/01/11/entendendo-como-o-openwrt-organiza-as-coisas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6658c541fb27e86516f7ed746d1e8ad0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">acassis</media:title>
		</media:content>
	</item>
		<item>
		<title>Recuperando o sistema do roteador DIR-825</title>
		<link>http://acassis.wordpress.com/2012/01/08/recuperando-o-sistema-do-roteador-dir-825/</link>
		<comments>http://acassis.wordpress.com/2012/01/08/recuperando-o-sistema-do-roteador-dir-825/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 18:54:46 +0000</pubDate>
		<dc:creator>acassis</dc:creator>
				<category><![CDATA[Dicas]]></category>

		<guid isPermaLink="false">http://acassis.wordpress.com/?p=2549</guid>
		<description><![CDATA[Estou tentando recuperar um roteador D-Link DIR-825 que comprei pelo ML com instabilidade na porta Ethernet WAN. Fiz várias atualizações de firmware do original 2.02NA até a versão 2.06NA e nada de funcionar. Então resolvi instalar a versão de firmware open-source OpenWRT, mas o resultado foi o mesmo. Na verdade com o OpenWRT todos os [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=acassis.wordpress.com&amp;blog=1286908&amp;post=2549&amp;subd=acassis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Estou tentando recuperar um roteador D-Link DIR-825 que comprei pelo ML com instabilidade na porta Ethernet WAN. Fiz várias atualizações de firmware do original 2.02NA até a versão 2.06NA e nada de funcionar.</p>
<p>Então resolvi instalar a versão de firmware open-source OpenWRT, mas o resultado foi o mesmo. Na verdade com o OpenWRT todos os LEDs ficam apagados e apenas o LED de Power acende na cor laranja.</p>
<p>Então soldei uns fios na serial do DIR-825 e liguei no conversor &#8220;USB 2.0 to UART TTL 6 Pin COM Module Converter CP2102&#8243; de 3.3V que comprei no eBay há alguns meses: <a href="http://www.ebay.com/itm/ws/eBayISAPI.dll?ViewItem&amp;item=160582576901&amp;ssPageName=ADME:L:OC:US:1123" title="CP2102">http://www.ebay.com/itm/ws/eBayISAPI.dll?ViewItem&amp;item=160582576901&amp;ssPageName=ADME:L:OC:US:1123</a> . Um conversor USB/Serial de 3.3V é sempre útil.</p>
<p>Agora consigo ver toda a inicialização do meu roteador rodando o OpenWRT: <a href="http://pastebin.com/U8VEqAFk" title="OpenWRT AR71xx">http://pastebin.com/U8VEqAFk</a></p>
<p>O problema que estou tendo é que mesmo pressionando qualquer tecla durante a inicialização do U-Boot (inclusive Ctrl+C) eu não consigo entrar no prompt de comando do bootloader. Eu tentei pelo prompt do Linux usar o &#8220;mtd write&#8221; para modificar os parametros do bootloader e assim força-la a entrar no prompt, mas não funcionou.</p>
<p>Enquanto eu continuo tentando achar uma alternativo, já estou pensando num plano B, felizmente alguém já passou por este problema:<br />
<a href="http://wiki.openwrt.org/doc/howto/generic.debrick#serial">http://wiki.openwrt.org/doc/howto/generic.debrick#serial</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/acassis.wordpress.com/2549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/acassis.wordpress.com/2549/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/acassis.wordpress.com/2549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/acassis.wordpress.com/2549/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/acassis.wordpress.com/2549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/acassis.wordpress.com/2549/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/acassis.wordpress.com/2549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/acassis.wordpress.com/2549/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/acassis.wordpress.com/2549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/acassis.wordpress.com/2549/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/acassis.wordpress.com/2549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/acassis.wordpress.com/2549/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/acassis.wordpress.com/2549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/acassis.wordpress.com/2549/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=acassis.wordpress.com&amp;blog=1286908&amp;post=2549&amp;subd=acassis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://acassis.wordpress.com/2012/01/08/recuperando-o-sistema-do-roteador-dir-825/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6658c541fb27e86516f7ed746d1e8ad0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">acassis</media:title>
		</media:content>
	</item>
		<item>
		<title>Compilando o openwrt</title>
		<link>http://acassis.wordpress.com/2012/01/07/compilando-o-openwrt/</link>
		<comments>http://acassis.wordpress.com/2012/01/07/compilando-o-openwrt/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 18:10:19 +0000</pubDate>
		<dc:creator>acassis</dc:creator>
				<category><![CDATA[Dicas]]></category>

		<guid isPermaLink="false">http://acassis.wordpress.com/?p=2547</guid>
		<description><![CDATA[Resolvi colocar aqui o link para o getting started to openwrt, pois eu sempre esqueço onde encontra-lo, então nada melhor que documentar aqui: http://wiki.openwrt.org/doc/howto/buildroot.exigence<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=acassis.wordpress.com&amp;blog=1286908&amp;post=2547&amp;subd=acassis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Resolvi colocar aqui o link para o getting started to openwrt, pois eu sempre esqueço onde encontra-lo, então nada melhor que documentar aqui:</p>
<p><a href="http://wiki.openwrt.org/doc/howto/buildroot.exigence">http://wiki.openwrt.org/doc/howto/buildroot.exigence</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/acassis.wordpress.com/2547/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/acassis.wordpress.com/2547/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/acassis.wordpress.com/2547/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/acassis.wordpress.com/2547/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/acassis.wordpress.com/2547/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/acassis.wordpress.com/2547/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/acassis.wordpress.com/2547/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/acassis.wordpress.com/2547/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/acassis.wordpress.com/2547/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/acassis.wordpress.com/2547/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/acassis.wordpress.com/2547/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/acassis.wordpress.com/2547/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/acassis.wordpress.com/2547/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/acassis.wordpress.com/2547/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=acassis.wordpress.com&amp;blog=1286908&amp;post=2547&amp;subd=acassis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://acassis.wordpress.com/2012/01/07/compilando-o-openwrt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6658c541fb27e86516f7ed746d1e8ad0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">acassis</media:title>
		</media:content>
	</item>
	</channel>
</rss>
