<?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>Wed, 08 Feb 2012 23:19:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</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>
	<item>
		<title>By: Scott Robinson</title>
		<link>http://mightyohm.com/blog/2009/02/building-a-wifi-radio-part-8-adding-a-tuning-control/comment-page-2/#comment-3699</link>
		<dc:creator>Scott Robinson</dc:creator>
		<pubDate>Sun, 12 Apr 2009 19:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1148#comment-3699</guid>
		<description>Thanks for that! After looking at it i managed to get a WL520GU for around £40 which isn&#039;t too bad!

Were trying to find the cheapest way of getting our university radio station into the halls of residence! Theres 7 halls altogether so were trying to find the cheapest way! This seems like the perfect idea!</description>
		<content:encoded><![CDATA[<p>Thanks for that! After looking at it i managed to get a WL520GU for around £40 which isn&#8217;t too bad!</p>
<p>Were trying to find the cheapest way of getting our university radio station into the halls of residence! Theres 7 halls altogether so were trying to find the cheapest way! This seems like the perfect idea!</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-3696</link>
		<dc:creator>Cyk</dc:creator>
		<pubDate>Sun, 12 Apr 2009 16:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1148#comment-3696</guid>
		<description>Scott, take a look at the new La Fonera 2.0.
It will support USb soundcards and 3G sicks out of the box.
And it runs OpenWRT.
I&#039;ll cost 50 Euros. I don&#039;t know of any other router with USB
that is cheaper than that. 
I paid 51 Euros for my WL520GU.</description>
		<content:encoded><![CDATA[<p>Scott, take a look at the new La Fonera 2.0.<br />
It will support USb soundcards and 3G sicks out of the box.<br />
And it runs OpenWRT.<br />
I&#8217;ll cost 50 Euros. I don&#8217;t know of any other router with USB<br />
that is cheaper than that.<br />
I paid 51 Euros for my WL520GU.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Robinson</title>
		<link>http://mightyohm.com/blog/2009/02/building-a-wifi-radio-part-8-adding-a-tuning-control/comment-page-2/#comment-3693</link>
		<dc:creator>Scott Robinson</dc:creator>
		<pubDate>Sat, 11 Apr 2009 22:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1148#comment-3693</guid>
		<description>Thanks for a pretty amazing blog here! Great use :)

Two things. 

A) Do you know of any cheaper routers that would work the same? Couldn&#039;t see any.. Its around £55 just for the router over in England! :(

B) When&#039;s part 9 about? Im looking forward to it :P

C) Whats your opinion on getting a 3G modem into it aswell? The ideas work in my head.. I&#039;m sure you can see where im going with that!</description>
		<content:encoded><![CDATA[<p>Thanks for a pretty amazing blog here! Great use <img src='http://mightyohm.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Two things. </p>
<p>A) Do you know of any cheaper routers that would work the same? Couldn&#8217;t see any.. Its around £55 just for the router over in England! <img src='http://mightyohm.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>B) When&#8217;s part 9 about? Im looking forward to it <img src='http://mightyohm.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>C) Whats your opinion on getting a 3G modem into it aswell? The ideas work in my head.. I&#8217;m sure you can see where im going with that!</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-3640</link>
		<dc:creator>Cyk</dc:creator>
		<pubDate>Fri, 03 Apr 2009 11:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1148#comment-3640</guid>
		<description>22bsti, as you might have noticed, I&#039;ve posted a simple solution to use
the EZsetup button as a very simple user interface.
  We have only 4 gpio&#039;s available on the board:
Power LED, wifi LED, EZsetup button and reset button.
All others are either dedicated to the hub or not routed.
Shurely this would be enough for back/forth and volume up/down,
but not for an LCD. You could use an I2C or SPI IO expander, but
these things are more expensive than a microcontroller, and require
a lot of work for the kernel driver. In this case, Jeff&#039;s solution is much
easier.
Nevertheless, I want to convert an old tube radio to a web radio.
And I want to use the original dial to select the stations.
Therefore I have to read in a potentiometer. I could use a microcontroller,
as I have lots of the lying around, and know how to write the software,
but I have the ambition to use only one gpio for this.
It is possible, but would require to write e very special and timing critical
kernel driver.
If also have some other user interfaces in mind.
If you want, let&#039;s work together.
But I propose that we use a more comfortable form of communication.
A forum would be fine.</description>
		<content:encoded><![CDATA[<p>22bsti, as you might have noticed, I&#8217;ve posted a simple solution to use<br />
the EZsetup button as a very simple user interface.<br />
  We have only 4 gpio&#8217;s available on the board:<br />
Power LED, wifi LED, EZsetup button and reset button.<br />
All others are either dedicated to the hub or not routed.<br />
Shurely this would be enough for back/forth and volume up/down,<br />
but not for an LCD. You could use an I2C or SPI IO expander, but<br />
these things are more expensive than a microcontroller, and require<br />
a lot of work for the kernel driver. In this case, Jeff&#8217;s solution is much<br />
easier.<br />
Nevertheless, I want to convert an old tube radio to a web radio.<br />
And I want to use the original dial to select the stations.<br />
Therefore I have to read in a potentiometer. I could use a microcontroller,<br />
as I have lots of the lying around, and know how to write the software,<br />
but I have the ambition to use only one gpio for this.<br />
It is possible, but would require to write e very special and timing critical<br />
kernel driver.<br />
If also have some other user interfaces in mind.<br />
If you want, let&#8217;s work together.<br />
But I propose that we use a more comfortable form of communication.<br />
A forum would be fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 22bsti</title>
		<link>http://mightyohm.com/blog/2009/02/building-a-wifi-radio-part-8-adding-a-tuning-control/comment-page-2/#comment-3634</link>
		<dc:creator>22bsti</dc:creator>
		<pubDate>Fri, 03 Apr 2009 05:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://mightyohm.com/blog/?p=1148#comment-3634</guid>
		<description>I have been following this for awhile and it seems to me that it would be less work to just use the GPIO&#039;s on the board and have them make mpd change stations and increase/decrease volume.  That is the route I will end up going.</description>
		<content:encoded><![CDATA[<p>I have been following this for awhile and it seems to me that it would be less work to just use the GPIO&#8217;s on the board and have them make mpd change stations and increase/decrease volume.  That is the route I will end up going.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

