<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Acinonyx Weblog &#187; firmwares</title>
	<atom:link href="http://www.acinonyx.tk/index.php/tag/firmwares/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.acinonyx.tk</link>
	<description>Acinonyx weblog</description>
	<lastBuildDate>Fri, 27 Jan 2012 13:19:56 +0000</lastBuildDate>
	<language>el</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>DWL-900AP+/800AP+/810+ firmware checksum calculator</title>
		<link>http://www.acinonyx.tk/index.php/2008/01/26/dwl-900ap800ap810-firmware-checksum-calculator/</link>
		<comments>http://www.acinonyx.tk/index.php/2008/01/26/dwl-900ap800ap810-firmware-checksum-calculator/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 21:00:23 +0000</pubDate>
		<dc:creator>Acinonyx</dc:creator>
				<category><![CDATA[WiFi]]></category>
		<category><![CDATA[DWL-800AP+]]></category>
		<category><![CDATA[DWL-810]]></category>
		<category><![CDATA[DWL-900AP+]]></category>
		<category><![CDATA[DWL-900AP+ rev.B]]></category>
		<category><![CDATA[DWL-900AP+ rev.C]]></category>
		<category><![CDATA[firmwares]]></category>

		<guid isPermaLink="false">http://www.acinonyx.tk/?p=134</guid>
		<description><![CDATA[Firmware Modification Instructions Unarj some_firmware.bin (is actually an arj archive) Modify NML.MEM image Arj NML.MEM back to some_firmware.bin Pad zeros to end of some_firmware.bin until it reaches size 0xe0000 Copy hardware version string starting at address 0xdffe0 Compile dwl_checksum.c: gcc -o dwl_checksum dwl_checksum.c Calculate 32bit checksum: dwl_checksum &#60; some_firmware.bin Copy 32bit checksum (lsbyte to msbyte) [...]]]></description>
			<content:encoded><![CDATA[<h2>Firmware Modification Instructions</h2>
<ul>
<li>Unarj some_firmware.bin (is actually an arj archive)</li>
<li>Modify NML.MEM image</li>
<li>Arj NML.MEM back to some_firmware.bin</li>
<li>Pad zeros to end of some_firmware.bin until it reaches size 0xe0000</li>
<li>Copy hardware version string starting at address 0xdffe0</li>
<li>Compile dwl_checksum.c:
<ul>
<li>gcc -o dwl_checksum dwl_checksum.c</li>
</ul>
</li>
<li>Calculate 32bit checksum:
<ul>
<li>dwl_checksum &lt; some_firmware.bin</li>
</ul>
</li>
<li>Copy 32bit checksum (lsbyte to msbyte) at address 0xdfffc</li>
</ul>
<p> <img src='http://www.acinonyx.tk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h2>Download</h2>
<p>C:<a href="http://www.acinonyx.tk/wp-content/uploads/2008/10/dwl_checksum.c">dwl_checksum.c</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.acinonyx.tk/index.php/2008/01/26/dwl-900ap800ap810-firmware-checksum-calculator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DWL-900AP+ rev.B Modified firmware</title>
		<link>http://www.acinonyx.tk/index.php/2006/07/03/dwl-900ap-revb-improved-firmwares/</link>
		<comments>http://www.acinonyx.tk/index.php/2006/07/03/dwl-900ap-revb-improved-firmwares/#comments</comments>
		<pubDate>Sun, 02 Jul 2006 21:00:30 +0000</pubDate>
		<dc:creator>Acinonyx</dc:creator>
				<category><![CDATA[WiFi]]></category>
		<category><![CDATA[DWL-900AP+]]></category>
		<category><![CDATA[DWL-900AP+ rev.B]]></category>
		<category><![CDATA[firmwares]]></category>

		<guid isPermaLink="false">http://www.acinonyx.tk/?p=64</guid>
		<description><![CDATA[Improvements Antenna selection remains the same for both RX and TX More TX power control settings (1 – 18dbm) Power control works on all modes Additional channels (12, 13 and 14) Better web interface Screenshots ChangeLog 03-07-2006 – v0.3 Fixed Internal is external and External is internal Antenna bug. 15-02-2006 – v0.2 First release of [...]]]></description>
			<content:encoded><![CDATA[<h2>Improvements</h2>
<ul>
<li> Antenna selection remains the same for both RX and TX</li>
<li>More TX power control settings (1 – 18dbm)</li>
<li>Power control works on all modes</li>
<li>Additional channels (12, 13 and 14)</li>
<li>Better web interface</li>
</ul>
<h2>Screenshots</h2>
<div id="attachment_65" class="wp-caption alignnone" style="width: 310px"><a href="http://www.acinonyx.tk/wp-content/uploads/2008/10/adv_perform.jpg" target="_blank"><img class="size-medium wp-image-65" style="border: 0pt none;" title="Advanced / Performance" src="http://www.acinonyx.tk/wp-content/uploads/2008/10/adv_perform-300x225.jpg" alt="Advanced / Performance" width="300" height="225" /></a><p class="wp-caption-text">Advanced / Performance</p></div>
<p><span id="more-64"></span></p>
<h2>ChangeLog</h2>
<ul>
<li>03-07-2006 – v0.3
<ul>
<li>Fixed Internal is external and External is internal Antenna bug.</li>
</ul>
</li>
<li>15-02-2006 – v0.2
<ul>
<li>First release of firmware.</li>
<li>Removed misinterpreted TX power setting of 0dbm.</li>
</ul>
</li>
<li>14-02-2006 – v0.1
<ul>
<li>Fixed antenna selection. Now works the same for both TX and RX.</li>
<li>Added more TX power settings (0 – 18dbm).</li>
<li>Added «* scans on current channel only» note to adv_mode.html.</li>
<li>Added URL to tools_firmw.html.</li>
<li>Added photo of D-link PCB.</li>
<li>Added modification version and date to tools_firmw.html</li>
<li>Changed banner photo – added credits <img src='http://www.acinonyx.tk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
<li>Changed «Good packets» to «Total packets» in st_stats.html.</li>
<li>Changed Right and Left Antenna  to Internal and External in adv_perf.html.</li>
<li>Unlocked european channels 12 and 13 and japanese channel 14</li>
</ul>
</li>
</ul>
<h2>Download</h2>
<ul>
<li>F/W: <a href="http://www.acinonyx.tk/wp-content/uploads/2008/10/261_mod_03_acinonyx.zip">2.61_mod_0.3_acinonyx</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.acinonyx.tk/index.php/2006/07/03/dwl-900ap-revb-improved-firmwares/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DWL-900AP+ rev.C Modified firmware</title>
		<link>http://www.acinonyx.tk/index.php/2005/01/08/dwl-900ap-revc-modified-firmwares/</link>
		<comments>http://www.acinonyx.tk/index.php/2005/01/08/dwl-900ap-revc-modified-firmwares/#comments</comments>
		<pubDate>Fri, 07 Jan 2005 21:00:48 +0000</pubDate>
		<dc:creator>Acinonyx</dc:creator>
				<category><![CDATA[WiFi]]></category>
		<category><![CDATA[DWL-900AP+]]></category>
		<category><![CDATA[DWL-900AP+ rev.C]]></category>
		<category><![CDATA[firmwares]]></category>

		<guid isPermaLink="false">http://www.acinonyx.tk/?p=76</guid>
		<description><![CDATA[Improvements Antenna selection remains the same for both RX and TX More TX power control settings (0 – 18dbm) Power control works on all modes Additional channels (12, 13 and 14) Better web interface Screenshots ChangeLog 08-01-2005 – v0.6 Unlocked european channels 12 and 13 and japanese channel 14 30-12-2004 – v0.5 TX power control [...]]]></description>
			<content:encoded><![CDATA[<h2>Improvements</h2>
<ul>
<li>Antenna selection remains the same for both RX and TX</li>
<li>More TX power control settings (0 – 18dbm)</li>
<li>Power control works on all modes</li>
<li>Additional channels (12, 13 and 14)</li>
<li>Better web interface</li>
</ul>
<h2>Screenshots</h2>

<a href='http://www.acinonyx.tk/index.php/2005/01/08/dwl-900ap-revc-modified-firmwares/adv_mode/' title='Advanced / Mode'><img width="150" height="150" src="http://www.acinonyx.tk/wp-content/uploads/2008/10/adv_mode-150x150.jpg" class="attachment-thumbnail" alt="Advanced / Mode" title="Advanced / Mode" /></a>
<a href='http://www.acinonyx.tk/index.php/2005/01/08/dwl-900ap-revc-modified-firmwares/adv_perform1/' title='Advanced / Performance'><img width="150" height="150" src="http://www.acinonyx.tk/wp-content/uploads/2008/10/adv_perform1-150x150.jpg" class="attachment-thumbnail" alt="Advanced / Performance" title="Advanced / Performance" /></a>
<a href='http://www.acinonyx.tk/index.php/2005/01/08/dwl-900ap-revc-modified-firmwares/h_wireless/' title='Home / Wireless'><img width="150" height="150" src="http://www.acinonyx.tk/wp-content/uploads/2008/10/h_wireless-150x150.jpg" class="attachment-thumbnail" alt="Home / Wireless" title="Home / Wireless" /></a>
<a href='http://www.acinonyx.tk/index.php/2005/01/08/dwl-900ap-revc-modified-firmwares/st_stats/' title='Status / Stats'><img width="150" height="150" src="http://www.acinonyx.tk/wp-content/uploads/2008/10/st_stats-150x150.jpg" class="attachment-thumbnail" alt="Status / Stats" title="Status / Stats" /></a>
<a href='http://www.acinonyx.tk/index.php/2005/01/08/dwl-900ap-revc-modified-firmwares/tools_firmw/' title='Tools / Firmware'><img width="150" height="150" src="http://www.acinonyx.tk/wp-content/uploads/2008/10/tools_firmw-150x150.jpg" class="attachment-thumbnail" alt="Tools / Firmware" title="Tools / Firmware" /></a>

<p><span id="more-76"></span></p>
<h2>ChangeLog</h2>
<ul>
<li>08-01-2005 – v0.6
<ul>
<li>Unlocked european channels 12 and 13 and japanese channel 14</li>
</ul>
</li>
<li>30-12-2004 – v0.5
<ul>
<li>TX power control now works for all devices.</li>
<li>Added even more TX power settings (0 – 18dbm).</li>
<li>Added «* scans on current channel only» note to adv_mode.html.</li>
</ul>
</li>
<li>27-12-2004 – v0.4
<ul>
<li>Fixed antenna selection. Now works the same for both TX and RX.</li>
<li>Changed «Good packets» to «Total packets» in st_stats.html.</li>
<li>Changed Right and Left Antenna  to Internal and External in adv_perf.html.</li>
<li>Added modification version and date to tools_firmw.html</li>
</ul>
</li>
<li>26-12-2004 – v0.3
<ul>
<li>Added URL to tools_firmw.html.</li>
<li>Added photo of D-link PCB.</li>
<li>Changed banner photo – added credits <img src='http://www.acinonyx.tk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
</ul>
</li>
<li>25-12-2004 – v0.2
<ul>
<li>TX power setting in effect for all modes.</li>
</ul>
</li>
<li>24-12-2004 – v0.1
<ul>
<li>Added more TX power setting on AP mode only (1 – 17dbm).</li>
</ul>
</li>
</ul>
<h2>Download</h2>
<ul>
<li>F/W: <a href="http://www.acinonyx.tk/wp-content/uploads/2008/10/306_mod_06_acinonyx.zip">3.06_mod_0.6_acinonyx</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.acinonyx.tk/index.php/2005/01/08/dwl-900ap-revc-modified-firmwares/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

