<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Jkx@home</title>
	<atom:link href="http://www.larsen-b.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.larsen-b.com</link>
	<description>Titanium Exposé</description>
	<lastBuildDate>Sun, 15 Apr 2012 22:44:58 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Howto recover wrong fuses settings on a AVR by admin</title>
		<link>http://www.larsen-b.com/Article/260.html/comment-page-1#comment-8170</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 15 Apr 2012 22:44:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-8170</guid>
		<description>@stylediva @Javier @vinod : This is off-topic.</description>
		<content:encoded><![CDATA[<p>@stylediva @Javier @vinod : This is off-topic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto use AVR Dragon Jtag on Linux (Avarice + avr-gdb +DDD) by admin</title>
		<link>http://www.larsen-b.com/Article/315.html/comment-page-1#comment-8169</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 15 Apr 2012 22:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=315#comment-8169</guid>
		<description>@sai 

Try to pass the full config path &quot;avr-gdb -x /where/is_my/config/gdb.conf&quot;</description>
		<content:encoded><![CDATA[<p>@sai </p>
<p>Try to pass the full config path &#8220;avr-gdb -x /where/is_my/config/gdb.conf&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto recover wrong fuses settings on a AVR by vinod</title>
		<link>http://www.larsen-b.com/Article/260.html/comment-page-1#comment-8168</link>
		<dc:creator>vinod</dc:creator>
		<pubDate>Fri, 13 Apr 2012 14:19:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-8168</guid>
		<description>Hi,i am using atmega 32 microcontroller for serial transmission and reception with the pc using rs 232 interface.How to use the external clock {16mhz} to synchronize the data wat i sent .I was getting some mistakes whenever i used external clock using khazama programmer tat microcontroller cannot be programmed further as it got disabled whenever i used external clock in setting in khazama programmer.So what might me the issue???.Help me out.</description>
		<content:encoded><![CDATA[<p>Hi,i am using atmega 32 microcontroller for serial transmission and reception with the pc using rs 232 interface.How to use the external clock {16mhz} to synchronize the data wat i sent .I was getting some mistakes whenever i used external clock using khazama programmer tat microcontroller cannot be programmed further as it got disabled whenever i used external clock in setting in khazama programmer.So what might me the issue???.Help me out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tcpdump rules ! by Philipp Klaus</title>
		<link>http://www.larsen-b.com/Article/193.html/comment-page-1#comment-8167</link>
		<dc:creator>Philipp Klaus</dc:creator>
		<pubDate>Thu, 12 Apr 2012 22:42:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-8167</guid>
		<description>Hi Dipankar, I know your question more than one year old, but here is the answer:

&lt;code&gt;sudo tcpdump -i eth0 proto ospf&lt;/code&gt;

This captures OSPFv3 traffic too.</description>
		<content:encoded><![CDATA[<p>Hi Dipankar, I know your question more than one year old, but here is the answer:</p>
<p><code>sudo tcpdump -i eth0 proto ospf</code></p>
<p>This captures OSPFv3 traffic too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto use AVR Dragon Jtag on Linux (Avarice + avr-gdb +DDD) by sai</title>
		<link>http://www.larsen-b.com/Article/315.html/comment-page-1#comment-8166</link>
		<dc:creator>sai</dc:creator>
		<pubDate>Wed, 11 Apr 2012 03:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=315#comment-8166</guid>
		<description>Also when I am doing the same thing in the directory where gdb.confiles is present, I am getting an error like Undefined command: &quot;.&quot;</description>
		<content:encoded><![CDATA[<p>Also when I am doing the same thing in the directory where gdb.confiles is present, I am getting an error like Undefined command: &#8220;.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto use AVR Dragon Jtag on Linux (Avarice + avr-gdb +DDD) by sai</title>
		<link>http://www.larsen-b.com/Article/315.html/comment-page-1#comment-8165</link>
		<dc:creator>sai</dc:creator>
		<pubDate>Wed, 11 Apr 2012 03:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=315#comment-8165</guid>
		<description>Hai, I have followed the steps as given in the site. But when I am launching ddd with the command specified above, I am getting an error in the console of ddd
&quot;gdbconfiles:No such file or directory&quot; I have launched ddd in the directory where the code is present.
Am I doing any mistake here?</description>
		<content:encoded><![CDATA[<p>Hai, I have followed the steps as given in the site. But when I am launching ddd with the command specified above, I am getting an error in the console of ddd<br />
&#8220;gdbconfiles:No such file or directory&#8221; I have launched ddd in the directory where the code is present.<br />
Am I doing any mistake here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto hack USB port on a  LG LAC-M6500R  MP3 Player (CD/Radio/MP3 Player) by sakkie</title>
		<link>http://www.larsen-b.com/Article/257.html/comment-page-1#comment-8155</link>
		<dc:creator>sakkie</dc:creator>
		<pubDate>Wed, 07 Mar 2012 17:56:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-8155</guid>
		<description>Make sure the usb format is FAT32 and not NTFS....right click on the usb icon in my computer and click propeties.</description>
		<content:encoded><![CDATA[<p>Make sure the usb format is FAT32 and not NTFS&#8230;.right click on the usb icon in my computer and click propeties.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send hand-crafted Ethernet Frames in Python (ARP for example) by Shiron</title>
		<link>http://www.larsen-b.com/Article/206.html/comment-page-1#comment-8150</link>
		<dc:creator>Shiron</dc:creator>
		<pubDate>Wed, 15 Feb 2012 16:14:34 +0000</pubDate>
		<guid isPermaLink="false">#comment-8150</guid>
		<description>Sorry for this newb question but I no nothing about python programming.
I would love to know if there&#039;s a simple way to mimic the behavior of the HP-UX linkloop command with python.
This command helps test layer 2 connectivity TO a MAC address on another host.
From host A you choose the interface to send the packet from and specify the MAC address of the interface on host B you want to test.
Host A and B are on the same subnet.

Is there a simple trivial way to do this with python?</description>
		<content:encoded><![CDATA[<p>Sorry for this newb question but I no nothing about python programming.<br />
I would love to know if there&#8217;s a simple way to mimic the behavior of the HP-UX linkloop command with python.<br />
This command helps test layer 2 connectivity TO a MAC address on another host.<br />
From host A you choose the interface to send the packet from and specify the MAC address of the interface on host B you want to test.<br />
Host A and B are on the same subnet.</p>
<p>Is there a simple trivial way to do this with python?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic FTP backup for servers by Nico</title>
		<link>http://www.larsen-b.com/Article/409.html/comment-page-1#comment-8144</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Sat, 04 Feb 2012 05:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=409#comment-8144</guid>
		<description>Hi,
Nice, thanks for the info!
May I ask for the full guide with encryption keys? Should symmetric encryption be used or is it better to use a key pair and save the private key in a secure location? In that case I suppose nothing sensitive (private key) would even have to be stored on the server?
Thanks,

/Nico</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Nice, thanks for the info!<br />
May I ask for the full guide with encryption keys? Should symmetric encryption be used or is it better to use a key pair and save the private key in a secure location? In that case I suppose nothing sensitive (private key) would even have to be stored on the server?<br />
Thanks,</p>
<p>/Nico</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto recover wrong fuses settings on a AVR by Javier</title>
		<link>http://www.larsen-b.com/Article/260.html/comment-page-1#comment-8143</link>
		<dc:creator>Javier</dc:creator>
		<pubDate>Wed, 01 Feb 2012 06:54:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-8143</guid>
		<description>Hi
I&#039;am programming the atmega32 and I have a problem with the FUSES. I intented to program the MCU with a crystal of 8Mhz. I program the FUSES: Hfuse&gt;0xC9 and Lfuse&gt;FF. Nothing happened. Afther I program the Fuses:  Hfuse&gt;0xD9 and Lfuse&gt;FF. Nothing happened.
The MCU programmer  is AVRISP. 
I don&#039;t understand. Would you mind explaining that further?

The system where I have programming is LCD and USART.
The fuses got from the datasheet atmega32.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi<br />
I&#8217;am programming the atmega32 and I have a problem with the FUSES. I intented to program the MCU with a crystal of 8Mhz. I program the FUSES: Hfuse&gt;0xC9 and Lfuse&gt;FF. Nothing happened. Afther I program the Fuses:  Hfuse&gt;0xD9 and Lfuse&gt;FF. Nothing happened.<br />
The MCU programmer  is AVRISP.<br />
I don&#8217;t understand. Would you mind explaining that further?</p>
<p>The system where I have programming is LCD and USART.<br />
The fuses got from the datasheet atmega32.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
