<?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>WDTVC.com &#187; adapter</title>
	<atom:link href="http://www.wdtvc.com/tag/adapter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wdtvc.com</link>
	<description>WD TV HD community</description>
	<lastBuildDate>Fri, 20 Nov 2009 03:50:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wifi usb adapter configuration with WD TV</title>
		<link>http://www.wdtvc.com/2009/04/06/how-to-config-wifi-usb-adapter-with-wd-tv/</link>
		<comments>http://www.wdtvc.com/2009/04/06/how-to-config-wifi-usb-adapter-with-wd-tv/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 20:23:25 +0000</pubDate>
		<dc:creator>KaiserSoze</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[adapter]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[wd tv]]></category>
		<category><![CDATA[wdlxtv]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://www.wdtvc.com/?p=151</guid>
		<description><![CDATA[This is a short tutorial on how to setup your WD TV HD to use with a wifi usb adapter. If u want wifi to start on boot, get a wifi usb adapter based on the following chipsets:

 Zydas 1201 (11b)
 Zydas 1211/1211b
 RaLink 2870
 RaLink rt73
 Atheros Otus


download brad.cc&#8217;s WDLXTV firmware
download zorander&#8217;s experimental pack [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-153" title="wifi-logo" src="http://www.wdtvc.com/wp-content/uploads/2009/04/wifi-logo-300x135.gif" alt="wifi-logo" width="300" height="135" />This is a short tutorial on how to setup your WD TV HD to use with a wifi usb adapter. If u want wifi to start on boot, get a wifi usb adapter based on the following chipsets:</p>
<ul>
<li> Zydas 1201 (11b)</li>
<li> Zydas 1211/1211b</li>
<li> RaLink 2870</li>
<li> RaLink rt73</li>
<li> <span class="highlight">Atheros</span> Otus</li>
</ul>
<ol>
<li><a title="wdlxtv 0.4 hacked wdtv firmware" href="http://www.wdtvc.com/downloads/">download</a> brad.cc&#8217;s WDLXTV firmware</li>
<li><a title="wireless mod hack wd tv" href="http://www.wdtvc.com/downloads/" target="_blank">download</a> zorander&#8217;s experimental pack (wireless-mod.app.bin) with drivers for these adpters and basic tools (iw*, wpa*)<a href="http://www.mediafire.com/?dz1nmqloazm" target="_blank"></a></li>
<li>copy to root dir of pen/hdd with firmware.</li>
<li> edit net.config in your root dir of firmware pen/hdd</li>
</ol>
<p>if u have open acces point add</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 7px; overflow: auto; width: 640px; height: 50px; text-align: left;" dir="ltr">ifconfig $MDEV up
iwconfig $MDEV essid your_ap_name</pre>
</div>
<p style="text-align: center;"><center><script type="text/javascript"><!--
google_ad_client = "pub-5424021306856340";
google_ad_slot = "2966227501";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<p>for wep:</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 7px; overflow: auto; width: 640px; height: 50px; text-align: left;" dir="ltr">ifconfig $MDEV up
iwconfig $MDEV essid your_ap_name key "s:yourasciipass"</pre>
</div>
<p>&#8220;s:&#8221; is used for ascii pass, if u think in hex you don&#8217;t have to use it ;&gt;</p>
<p>for wpa we need wpa_supplicant tool.</p>
<p>1) in the root dir of your firmware pen/hdd make a file wpa_supplicant.conf:</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 7px; overflow: auto; width: 640px; height: 146px; text-align: left;" dir="ltr">ctrl_interface=/tmp/wpa_supplicant
network={
ssid="your_ap_name"
# uncomment next line if your ap doesn't broadcast ssid
#scan_ssid=1
key_mgmt=WPA-PSK
psk="yourpass"
}</pre>
</div>
<p>this is just a basic setup, if u want more then wpa-psk, want to force specific encryption algo, etc read very well commented config example <a href="http://hostap.epitest.fi/gitweb/gitweb.cgi?p=hostap.git;a=blob_plain;f=wpa_supplicant/wpa_supplicant.conf" target="_blank">here</a></p>
<p>2) add to net.config</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" style="border: 1px inset; margin: 0px; padding: 7px; overflow: auto; width: 640px; height: 50px; text-align: left;" dir="ltr">ifconfig $MDEV up
wpa_supplicant -Bw -Dwext -i$MDEV -c/boot/wpa_supplicant.conf</pre>
</div>
<p>-Dwext should be fine for zydas, for my ralink i use -Dralink, for otus -Dotus should work.</p>
<p>other settings (dhcp, static ip) u can set like for wire usb lan.</p>
<p>after boot and some time u should have working wireless, if your chipset and vid/pid is supported.</p>
<p>Tutorial written by <a href="http://www.avsforum.com/avs-vb/showthread.php?p=16144003#post16144003" target="_blank">rezmus</a></p>
<p style="text-align: center;"><center><script type="text/javascript"><!--
google_ad_client = "pub-5424021306856340";
google_ad_slot = "2966227501";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<p style="text-align: right;"><div style="display: none">VN:F [1.7.2_963]</div><div class="ratingblock "><div class="ratingheader "></div><div class="ratingstars "><div id="article_rater_151" class="ratepost gdsr-oxygen_gif gdsr-size-30"><div class="starsbar gdsr-size-30"><div class="gdouter gdheight"><div id="gdr_vote_a151" style="width: 85.714285714286px;" class="gdinner gdheight"></div><div id="gdr_stars_a151" class="gdsr_rating_as"><a id="gdsrX151X5X0XaXarticle_rater_151Xarticle_loader_151X10X30" title="5 / 5" class="s5" rel="nofollow"></a><a id="gdsrX151X4X0XaXarticle_rater_151Xarticle_loader_151X10X30" title="4 / 5" class="s4" rel="nofollow"></a><a id="gdsrX151X3X0XaXarticle_rater_151Xarticle_loader_151X10X30" title="3 / 5" class="s3" rel="nofollow"></a><a id="gdsrX151X2X0XaXarticle_rater_151Xarticle_loader_151X10X30" title="2 / 5" class="s2" rel="nofollow"></a><a id="gdsrX151X1X0XaXarticle_rater_151Xarticle_loader_151X10X30" title="1 / 5" class="s1" rel="nofollow"></a></div></div></div></div><div id="article_loader_151" style="display: none; width: 150pxpx; " class="ratingloaderarticle"><div class="loader snake " style="height: 30px"><div class="loaderinner" style="padding-top: 5px">please wait...</div></div></div></div><div class="ratingtext "><div id="gdr_text_a151">Rating: 2.9/<strong>5</strong> (21 votes cast)</div></div></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wdtvc.com/2009/04/06/how-to-config-wifi-usb-adapter-with-wd-tv/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
