<?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 on: Building a Wifi Radio &#8211; Part 8, Adding a Tuning Control</title>
	<atom:link href="http://mightyohm.com/blog/2009/02/building-a-wifi-radio-part-8-adding-a-tuning-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://mightyohm.com/blog/2009/02/building-a-wifi-radio-part-8-adding-a-tuning-control/</link>
	<description>Join the resistance.</description>
	<lastBuildDate>Mon, 14 May 2012 23:30:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Jeff</title>
		<link>http://mightyohm.com/blog/2009/02/building-a-wifi-radio-part-8-adding-a-tuning-control/comment-page-3/#comment-9159</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 08 Feb 2011 15:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1148#comment-9159</guid>
		<description>You should add the lines shown and keep the rest.

In the future, please direct your questions to the support forum, it&#039;s easier for me to answer them there!</description>
		<content:encoded><![CDATA[<p>You should add the lines shown and keep the rest.</p>
<p>In the future, please direct your questions to the support forum, it&#8217;s easier for me to answer them there!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian Salinas</title>
		<link>http://mightyohm.com/blog/2009/02/building-a-wifi-radio-part-8-adding-a-tuning-control/comment-page-3/#comment-9158</link>
		<dc:creator>Sebastian Salinas</dc:creator>
		<pubDate>Tue, 08 Feb 2011 15:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1148#comment-9158</guid>
		<description>Hi to everyone
I´ve been trying to finish this project for a long time and I´m stucked in this part. I hope someone could help me.
My question is...in the /etc/sysctl.conf is it necessaty to eliminate everything and add the new lines or just add the new lines without eliminating anything.
Thank you so much</description>
		<content:encoded><![CDATA[<p>Hi to everyone<br />
I´ve been trying to finish this project for a long time and I´m stucked in this part. I hope someone could help me.<br />
My question is&#8230;in the /etc/sysctl.conf is it necessaty to eliminate everything and add the new lines or just add the new lines without eliminating anything.<br />
Thank you so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://mightyohm.com/blog/2009/02/building-a-wifi-radio-part-8-adding-a-tuning-control/comment-page-3/#comment-7717</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sat, 27 Nov 2010 03:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1148#comment-7717</guid>
		<description>Can you post this on the support forums? I’ll take a closer look and see if I can figure out what is going on.

http://mightyohm.com/forum/viewforum.php?f=2

I think the quick answer is to look at part 9, there are some changes to the firewall and network configs there.</description>
		<content:encoded><![CDATA[<p>Can you post this on the support forums? I’ll take a closer look and see if I can figure out what is going on.</p>
<p><a href="http://mightyohm.com/forum/viewforum.php?f=2" rel="nofollow">http://mightyohm.com/forum/viewforum.php?f=2</a></p>
<p>I think the quick answer is to look at part 9, there are some changes to the firewall and network configs there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://mightyohm.com/blog/2009/02/building-a-wifi-radio-part-8-adding-a-tuning-control/comment-page-3/#comment-7711</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Fri, 26 Nov 2010 22:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1148#comment-7711</guid>
		<description>hi,

I have a problem:

When I telnet the router via the LAN1, then the router doesn&#039;t connect to the wifi network. So I can&#039;t play any music. My settings are:

network

#### LAN configuration
config interface lan
          #option type     bridge
          option ifname    &quot;eth0.0&quot;
          option proto      static
          option ipaddr    192.168.1.1
          option netmask 255.255.255.0

#### WAN configuration
config interface wan
          option ifname    &quot;eth0.1&quot;
          option proto      dhcp

wireless

config wifi-device      wl10
          option type            broadcom
          option channel       11
          
config wifi-iface
          option device         wl10
          option network       wan
          option mode          sta
          option ssid             netgear
          option encryption   psk
          option key            XXXXXXXX

When I change the network settings to

config interface lan
          option type     bridge
          option ifname    &quot;eth0.0&quot;
          option proto      dhcp
          #option ipaddr    192.168.1.1
          #option netmask 255.255.255.0

then I can&#039;t telnet but I can play music via the terminal

Any ideas on how to make it work via telnet?</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>I have a problem:</p>
<p>When I telnet the router via the LAN1, then the router doesn&#8217;t connect to the wifi network. So I can&#8217;t play any music. My settings are:</p>
<p>network</p>
<p>#### LAN configuration<br />
config interface lan<br />
          #option type     bridge<br />
          option ifname    &#8220;eth0.0&#8243;<br />
          option proto      static<br />
          option ipaddr    192.168.1.1<br />
          option netmask 255.255.255.0</p>
<p>#### WAN configuration<br />
config interface wan<br />
          option ifname    &#8220;eth0.1&#8243;<br />
          option proto      dhcp</p>
<p>wireless</p>
<p>config wifi-device      wl10<br />
          option type            broadcom<br />
          option channel       11</p>
<p>config wifi-iface<br />
          option device         wl10<br />
          option network       wan<br />
          option mode          sta<br />
          option ssid             netgear<br />
          option encryption   psk<br />
          option key            XXXXXXXX</p>
<p>When I change the network settings to</p>
<p>config interface lan<br />
          option type     bridge<br />
          option ifname    &#8220;eth0.0&#8243;<br />
          option proto      dhcp<br />
          #option ipaddr    192.168.1.1<br />
          #option netmask 255.255.255.0</p>
<p>then I can&#8217;t telnet but I can play music via the terminal</p>
<p>Any ideas on how to make it work via telnet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://mightyohm.com/blog/2009/02/building-a-wifi-radio-part-8-adding-a-tuning-control/comment-page-3/#comment-7093</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sat, 16 Oct 2010 05:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1148#comment-7093</guid>
		<description>Can you be more specific about what is not working?</description>
		<content:encoded><![CDATA[<p>Can you be more specific about what is not working?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://mightyohm.com/blog/2009/02/building-a-wifi-radio-part-8-adding-a-tuning-control/comment-page-3/#comment-7091</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sat, 16 Oct 2010 03:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1148#comment-7091</guid>
		<description>I could not make it work correctly, I have even spent some time in the lab at my college but not sure what I have done wrong - thought I could set it up in multi sim and would find my problem but was unable to do so.  Thanks for the informations I hope to get it to work soon.</description>
		<content:encoded><![CDATA[<p>I could not make it work correctly, I have even spent some time in the lab at my college but not sure what I have done wrong &#8211; thought I could set it up in multi sim and would find my problem but was unable to do so.  Thanks for the informations I hope to get it to work soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gordon Stewart</title>
		<link>http://mightyohm.com/blog/2009/02/building-a-wifi-radio-part-8-adding-a-tuning-control/comment-page-2/#comment-5873</link>
		<dc:creator>Gordon Stewart</dc:creator>
		<pubDate>Tue, 16 Mar 2010 13:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1148#comment-5873</guid>
		<description>Have been using the radio quite a bit, still looking for replacement knobs for the antique radio chassis I put it in. I just found the free MPoD app for the ipod that works perfectly for MPD allowing me to control stations, play songs from the usb drive, adjust volume etc.  Its like having a remote controlled jukebox.  Thanks for puting this project together.</description>
		<content:encoded><![CDATA[<p>Have been using the radio quite a bit, still looking for replacement knobs for the antique radio chassis I put it in. I just found the free MPoD app for the ipod that works perfectly for MPD allowing me to control stations, play songs from the usb drive, adjust volume etc.  Its like having a remote controlled jukebox.  Thanks for puting this project together.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gordon Stewart</title>
		<link>http://mightyohm.com/blog/2009/02/building-a-wifi-radio-part-8-adding-a-tuning-control/comment-page-2/#comment-4519</link>
		<dc:creator>Gordon Stewart</dc:creator>
		<pubDate>Sun, 17 May 2009 14:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1148#comment-4519</guid>
		<description>This is exactly what I&#039;v been looking for!
I have several old wooden antique radio&#039;s and my intention was originally to get them working someday replacing the tubes and capacitors.  Then I thought a streaming radio in an antique chassis would be soooo cool.
perhaps when I get this completed I will post photos of the project.

Thanks</description>
		<content:encoded><![CDATA[<p>This is exactly what I&#8217;v been looking for!<br />
I have several old wooden antique radio&#8217;s and my intention was originally to get them working someday replacing the tubes and capacitors.  Then I thought a streaming radio in an antique chassis would be soooo cool.<br />
perhaps when I get this completed I will post photos of the project.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyk</title>
		<link>http://mightyohm.com/blog/2009/02/building-a-wifi-radio-part-8-adding-a-tuning-control/comment-page-2/#comment-3757</link>
		<dc:creator>Cyk</dc:creator>
		<pubDate>Thu, 16 Apr 2009 13:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1148#comment-3757</guid>
		<description>Thanks Jeff!

Very good!</description>
		<content:encoded><![CDATA[<p>Thanks Jeff!</p>
<p>Very good!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://mightyohm.com/blog/2009/02/building-a-wifi-radio-part-8-adding-a-tuning-control/comment-page-2/#comment-3726</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 14 Apr 2009 06:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1148#comment-3726</guid>
		<description>Hey guys - I created a forum for this project over here:  http://mightyohm.com/forum/viewforum.php?f=2

I am hoping that the new forums help to facilitate better discussion than the comments section on the blog.  They should at least help keep the crosstalk interference from multiple discussions down.

Sorry it took so long, I should have set forums up when I originally started posting this stuff.  Check them out and let me know what you think.

8-)</description>
		<content:encoded><![CDATA[<p>Hey guys &#8211; I created a forum for this project over here:  <a href="http://mightyohm.com/forum/viewforum.php?f=2" rel="nofollow">http://mightyohm.com/forum/viewforum.php?f=2</a></p>
<p>I am hoping that the new forums help to facilitate better discussion than the comments section on the blog.  They should at least help keep the crosstalk interference from multiple discussions down.</p>
<p>Sorry it took so long, I should have set forums up when I originally started posting this stuff.  Check them out and let me know what you think.</p>
<p> <img src='http://mightyohm.com/blog/wp-includes/images/smilies/icon_cool.gif' alt='8-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

