<?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"
	>

<channel>
	<title>fonosfera</title>
	<atom:link href="http://blog.fonosfera.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fonosfera.org</link>
	<description>News from FON development community</description>
	<pubDate>Mon, 30 Aug 2010 14:18:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Gari jr. bringing small but important fixes</title>
		<link>http://blog.fonosfera.org/gari-jr-bringing-small-but-important-fixes/</link>
		<comments>http://blog.fonosfera.org/gari-jr-bringing-small-but-important-fixes/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 10:58:32 +0000</pubDate>
		<dc:creator>Matthijs</dc:creator>
		
		<category><![CDATA[Announcement]]></category>

		<category><![CDATA[Firmware Release]]></category>

		<guid isPermaLink="false">http://blog.fonosfera.org/?p=147</guid>
		<description><![CDATA[You&#8217;ve been waiting on this release for a while (and again it took longer than expected, partly because the orange page turned out to be hard to debug, partly because the method of building the firmware was made a bit more reliable, partly because of the holiday season), but it&#8217;s finally here: Gari jr. (or, [...]]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ve been waiting on this release for a while (and again it took longer than expected, partly because the orange page turned out to be hard to debug, partly because the method of building the firmware was made a bit more reliable, partly because of the holiday season), but it&#8217;s finally here: Gari jr. (or, less poetically, 2.3.6.1). It fixes the most important bugs that had snuck into 2.3.6.0 (so this release is still just for the 2.0n).</p>
<p>Here&#8217;s the (exhaustive) list of changes:</p>
<ul>
<li>The &#8220;Your internet is misconfigured&#8221; page will not show up so quickly anymore. With 2.3.6.0 a lot of people were seeing this &#8220;orange page&#8221;, even when their internet was configured just fine. This happened in particular when their internet connection was loaded and some packets got lost. Now, the Fonera rechecks a few times if the connection is really broken before showing the orange page (so it might still show up when (over)loading the internet connection occasionally. In the future, we might remove the orange page altogether. See <a href="http://trac.fonosfera.org/fon-ng/ticket/669">ticket #669</a> for more details.</li>
<li>Friends &#038; Family accounts and configuration on fon.com has been fixed. To get existing F&#038;F accounts working again, you&#8217;ll have to go to the F&#038;F page on fon.com and click the save button (no need to make actual changes, but it could take a bit more than 2 minutes to take effect). See <a href="http://trac.fonosfera.org/fon-ng/ticket/620">ticket #620</a> for details.</li>
<li>Registration should work again. In 2.3.6.0, the registration link on the dashboard was wrong, but this has been corrected. If you have bought your new Fonera and updated the firmware before registering, you should now update it again so you can register it. See <a href="http://trac.fonosfera.org/fon-ng/ticket/830">ticket #830</a> for details.</li>
<li><a href="http://en.wikipedia.org/wiki/Wi-Fi_Protected_Setup">WPS</a> was disabled. It seems it got broken in 2.3.6.0, and in its broken state it caused problems with some Android and Blackberry phones not detecting the private signal. See <a href="http://trac.fonosfera.org/fon-ng/ticket/540">ticket #540</a> for details.</li>
<li>Rapidshare premium accounts are working again in the download manager. Rapidshare had changed their login procedure, so the downloadmanager needed an update as well. Note that the firmware upgrade (still) does not preserve your login details, so you&#8217;ll have to re-add both your Megaupload and Rapidshare account after the upgrade. See <a href="http://trac.fonosfera.org/fon-ng/ticket/872">ticket #872</a> for details.</li>
<li>The default (and only) SSL library is now openssl. Previously, some parts of luci still used cyassl, but having both caused build failures. This shouldn&#8217;t have any visible changes, though.</li>
<li>In DEV mode, the Fonera no longer forgets the password strength on upgrades. Previously, this would cause SSH WAN access to become disabled in an undetectable way. Note that the upgrade still forgets the application firewall settings, so you&#8217;ll still have to re-enable all services to allow access on the WAN side. See <a href="http://trac.fonosfera.org/fon-ng/ticket/633">ticket #633</a> for details.</li>
</ul>
<p>Note that this update does not fix <a href="http://trac.fonosfera.org/fon-ng/ticket/874">ticket #874</a>, which causes the public signal to flicker off and on for some people. This issue can also prevent registration from working! If our diagnosis about this issue is correct, we should be able to fix this on the server side somewhere in the coming week.</p>
<p>Due to changes in the buildprocess, most of the lua code has been precompiled as well (which somehow didn&#8217;t happen with 2.3.6.0). This might cause the web interface to respond a bit faster as well.</p>
<p>Overall, we recommend all users to install this update.</p>
<p>To install the new firmware, download the web upgrade tarball here (NO NEED to extract them, just upload them to the Settings-&gt;System page). If you don&#8217;t know which version to pick, you&#8217;ll want the Enduser version.</p>
<ul>
<li><a href="http://download.fonosfera.org/GariJr/20100824_FON2303_2.3.6.1_r1730.tgz">Enduser version</a></li>
<li><a href="http://download.fonosfera.org/GariJr/20100824_FON2303_2.3.6.1_r1730_DEV.tgz">Developer&#8217;s version</a> (with ssh access)</li>
<li><a href="http://download.fonosfera.org/GariJr/">All versions</a></li>
</ul>
<p>Note that the above download locations are not yet the final locations.  Next week, when someone with access to download.fonosfera.org is in the office again, the images will be moved there (but I didn&#8217;t want to keep people waiting even longer).</p>
<p>For me personally, preparing this release has allowed me to find out how things work exactly at Fon and in the firmware itself. Turns out things are pretty complicated ;-) Anyway, the firmware release process has been improved a bit already and <a href="http://trac.fonosfera.org/fon-ng/wiki/Build-2.3.6.1">documented</a>, but we will probably automate it even further for the next release.  Hopefully all of this means the next firmware release will be smoother than this one.</p>
<p>Speaking about that next release, it will be versioned 2.3.7.0. The major release goal for that release is to support 2.0g again: In the past we&#8217;ve been hard pressed to get the 2.0n firmware stable (especially the wifi driver side), but we hadn&#8217;t got the time to give 2.0g the proper attention. Now we&#8217;ll try to make up for that and have a release for both 2.0g and 2.0n again, which should include some extra updates and bugfixes as well. I&#8217;ll try to publish a bit more detailed post about this in the coming weeks.</p>
<p><b>Update: We&#8217;ve found the first minor regression in 2.3.6.1.</b> When you do a factory reset and go through the welcome wizard, you&#8217;ll get a lua error: &#8220;attempt to index field &#8217;spot&#8217; (a nil value)&#8221;. For more info and a workaround, see <a href="http://trac.fonosfera.org/fon-ng/ticket/894">ticket #894</a>. We&#8217;ll probably not release a separate fix for this, but instead make sure this is fixed in 2.3.7.0.</p>
<p><b>Update: There&#8217;s a second minor regression in 2.3.6.1.</b> Again in the wizard, you can enter your Rapidshare account details. However, the code that processes those details has not been updated to reflect the new Rapidshare login method, so entering your details in the wizard will (silently) fail. Entering your details in the download manager settings normally should work.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fonosfera.org/gari-jr-bringing-small-but-important-fixes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Problems with Gari the Hummingbird</title>
		<link>http://blog.fonosfera.org/problems-with-gari-the-hummingbird/</link>
		<comments>http://blog.fonosfera.org/problems-with-gari-the-hummingbird/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 10:36:37 +0000</pubDate>
		<dc:creator>Matthijs</dc:creator>
		
		<category><![CDATA[Roadmap]]></category>

		<guid isPermaLink="false">http://blog.fonosfera.org/?p=146</guid>
		<description><![CDATA[Since the release of firmware 2.3.6.0 two months ago, we&#8217;ve received reports of a number of new problems. A few of these are quite serious and really need to be fixed soon. We&#8217;re considering releasing a very small update (which will probably be 2.3.6.1), containing just a handful of bugfixes, to get these issues fixed. [...]]]></description>
			<content:encoded><![CDATA[<p>Since the release of firmware 2.3.6.0 two months ago, we&#8217;ve received reports of a number of new problems. A few of these are quite serious and really need to be fixed soon. We&#8217;re considering releasing a very small update (which will probably be 2.3.6.1), containing just a handful of bugfixes, to get these issues fixed. After that, we&#8217;ll focus on getting a bigger release out, which should also be available for 2.0g again.</p>
<p>The following issues have been found and will (hopefully) be fixed in the bugfix release.</p>
<ul>
<li>Configuration changes made through fon.com and Family &#038; Friends accounts are not working. Due to an issue with the changed MAC addresses in the last update, the Fonera does not identify correctly with fon.com and no longer receives any configuration updates. We have found a fix for this issue, see <a href="http://trac.fonosfera.org/fon-ng/ticket/620">ticket #620</a> for details and a preview of the fix.</li>
<li>Registration is broken. When you click the &#8220;Register&#8221; button in the dashboard, registration will not work. This issue is also caused by the changed MAC address. We have found a fix for this issue, see <a href="http://trac.fonosfera.org/fon-ng/ticket/830">ticket #830</a> for details and a preview of the fix.</li>
<li>The message &#8220;Your internet is misconfigured&#8221; frequently appears when browsing the internet. Quite some users have been reporting this problem, but it is unclear what is causing it right now. We haven&#8217;t been able to reliably reproduce this problem, so we haven&#8217;t been able to fix this one either. If you are seeing this problem as well and want to help out debugging it, see <a href="http://trac.fonosfera.org/fon-ng/ticket/669">ticket #669</a> for the latest status and instructions. Especially if you can (somewhat) reliably trigger the problem (by using some application, changing a setting, etc.) we would like to know.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.fonosfera.org/problems-with-gari-the-hummingbird/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Comment policy &#038; asking questions</title>
		<link>http://blog.fonosfera.org/comment-policy/</link>
		<comments>http://blog.fonosfera.org/comment-policy/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 18:03:21 +0000</pubDate>
		<dc:creator>Matthijs</dc:creator>
		
		<category><![CDATA[Announcement]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.fonosfera.org/?p=145</guid>
		<description><![CDATA[In my previous post, I promised to say a bit more about the policy regarding blog comments. In the past, we&#8217;ve seen a lot of blog comments that were either spam (no relevant content and links to other sites), off-topic (questions or statements related to the Fonera, but not relevant to the particular post) or [...]]]></description>
			<content:encoded><![CDATA[<p>In my previous post, I promised to say a bit more about the policy regarding blog comments. In the past, we&#8217;ve seen a lot of blog comments that were either spam (no relevant content and links to other sites), off-topic (questions or statements related to the Fonera, but not relevant to the particular post) or simply inappropriate (containing swearing or insults).</p>
<p>As of now, the Fon policy regarding user feedback is the following:</p>
<ul>
<li>Stay on-topic. The blog is not a place for general questions or remarks, so please only respond with comments relevant to the post in question. Off-topic comments might be deleted.</li>
<li>Stay polite. It is ok to criticize in a constructive way, it is not ok to use inappropriate language or make derogatory remarks. Inappropriate comments will be deleted without exception.</li>
</ul>
<p>In short, don&#8217;t be a troll!</p>
<p>When you post a comment, it will be spamchecked using Akismet, spam is deleted right away. If it is your first post to the blog, it will be held for moderation. We&#8217;ll try to frequently approve posts, but it might take a few days. After your first comment is approved, any subsequent comment should be published right away.</p>
<p><strong>Where do I post my off-topic questions, then?</strong><br />
A lot of users have been using the blog to ask a myriad of questions about the Fonera and its development. Since the blog isn&#8217;t quite the right place for this, here&#8217;s a few places you can ask your questions instead:</p>
<ul>
<li><a href="http://forum.fon.com">The forums</a> are appropriate for most questions. Here you will get answers for other users, FON support staff and sometimes developers.<br />
The forums are good for questions like &#8220;Has someone tried installing jdownloader on his Fonera?&#8221;, or &#8220;What&#8217;s the difference between the Fonera firmware and OpenWRT?&#8221;
</li>
<li><a href="https://www.fon.com/en/support/index">FON support</a> has some FAQs, a knowledge base and you can contact them in case you&#8217;re having problems with your Fonera, your various Fon accounts or accessing the FON wifi networks (use the &#8220;Contact Us&#8221; link at the top right).<br />
FON support is good for questions like &#8220;How do I register my router?&#8221;, or &#8220;What ports do I need to open to use torrent downloads?&#8221;.
</li>
<li>The <a href="http://trac.fonosfera.org/fon-ng/wiki/irc">IRC channel</a> is appropriate for short development questions or to get help collecting information for a bug report. Here you will get answers from other users and developers. You can also try to ask more general questions, but remember that we&#8217;re busy with developing the firmware as well!<br />
If you use the IRC channel, don&#8217;t wait for someone to show up first, just ask the question you have and be patient (rule #1 on IRC: don&#8217;t ask to ask, just ask!). Don&#8217;t be surprised if it takes a few hours or even a day or two to get an answer: We&#8217;re not online 24/7, but do usually read back what we&#8217;ve missed.<br />
The IRC channel is good for questions like &#8220;What file handles the 3G connection setup&#8221; or &#8220;I think that DDNS is not working in bridge mode, what info do you need?&#8221;</li>
<li>The <a href="http://fonosfera.org/mailman/listinfo/development">Fonosfera development mailing list</a> is a good place for (longer) development questions. This list is read by the developers and the more advanced users, so there&#8217;s a good chance you get an answer to your complicated questions here. This is probably also the best place to ask about the development roadmap.<br />
The mailing list is good for questions like &#8220;I tried to create a plugin to do [something], but I&#8217;ve encountered three problems: [long description]&#8220;, or &#8220;Would anybody be interested in having a plugin for [some program]?&#8221;</li>
<li>The <a href="http://trac.fonosfera.org/fon-ng">fonosfera Trac</a> is the place to report bugs or request features. Do take care to search for existing reports first. Please read <a href="http://trac.fonosfera.org/fon-ng/wiki/reportbugs">this wiki page</a> before reporting a bug.</li>
</ul>
<p>And finally, whenever you ask a question be sure to <a href="http://www.hm2k.com/articles/how-to-ask-a-question">think about it and phrase it properly</a>!</p>
<p><i>Update: Added a paragraph explaining how the moderation system works.</i></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fonosfera.org/comment-policy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cleaning up the fonosfera</title>
		<link>http://blog.fonosfera.org/cleaning-up-the-fonosfera/</link>
		<comments>http://blog.fonosfera.org/cleaning-up-the-fonosfera/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 20:29:39 +0000</pubDate>
		<dc:creator>Matthijs</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://blog.fonosfera.org/?p=144</guid>
		<description><![CDATA[This is my first post here, I&#8217;m Matthijs Kooijman and I&#8217;ve been doing some work for Fon in the last few weeks. Fon has a very cool community surrounding their Fonera firmware, but it hasn&#8217;t been investing nearly enough time in communicating with this community recently. There is a lot of useful feedback that hasn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>This is my first post here, I&#8217;m Matthijs Kooijman and I&#8217;ve been doing some work for Fon in the last few weeks. Fon has a very cool community surrounding their Fonera firmware, but it hasn&#8217;t been investing nearly enough time in communicating with this community recently. There is a lot of useful feedback that hasn&#8217;t received the attention it deserves. My (part-time) work is now to get the fonosfera, the Fon community, back on track. Let&#8217;s look at a few things I&#8217;ve done or am still doing.</p>
<p>There were a lot of comments on this blog that needed to be moderated. Partly because everybody was busy and partly because there wasn&#8217;t a single person responsible for comment moderation, this list had accumulated to nearly 300 comments. In the last few days, I&#8217;ve gone through the list, deleting half of the comments since they were autogenerated spam and approving the other ones. Just for the record, every real comment has been approved, with the exception of a handful of comments that were plainly offensive and contained swearing. You might have gotten the impression recently that we didn&#8217;t publish criticizing comments, but we just haven&#8217;t been publishing any comments&#8230; We might become a bit more strict in our moderation, though, more about that soon. For now, please keep to on-topic comments, and use the proper channels (forums, IRC, trac) for other things you want to share.</p>
<p>There&#8217;s also the trac, which is full of tickets. Some of these address very real bugs, a lot more suggest very useful features, but there is also a lot of duplication and some (spam) polution in there. To turn the trac into a useful development tool again, I&#8217;ve started reviewing tickets. The first goal is to filter out duplicate issues, remove useless tickets (that need more information but have not contact information, or that are really configuration problems instead of real bugs), sort the issues into different components, firmware versions, etc. and sometimes even try to confirm the bug or even fix it. So far, I&#8217;ve looked at over 150 tickets and there&#8217;s still over 250 to go.</p>
<p>To improve the quality of (new) tickets, we&#8217;ve also cleaned up the ticket metadata a bit. There is now a hardware field to choose either 2.0n or 2.0g, the list of versions and components is more complete and some useless fields have been removed or hidden from anonymous users.</p>
<p>We have also enabled anonymous commenting for tickets. If you report a problem, you can now supply additional information, or answer our questions in a comment. To improve communication, we have also enabled email notifications of tickets: You will now get notified about all changes and comments to tickets you&#8217;ve reported (but only if you filled in your email address in the reporter field). So, if you&#8217;ve created a ticket in the past and didn&#8217;t fill in your email address, feel free to leave your address in a comment so we can contact you with questions and updates. Note that trac will not make your address public, even when it&#8217;s a comment.</p>
<p>This option for feedback on the trac has already payed off: A lot of bug reporters have been supplying extra information and we even managed to nail a few bugs because of that. Thanks for that, reporters!</p>
<p>Finally, I&#8217;ve also been doing some early testing with the most recent firmware on 2.0g hardware. There has been a focus on getting 2.0n stable in the last few firmware releases, but now it is really time to get 2.0g up to speed again. I hope to have the next release support 2.0g again (though there might be one more bugfix release for 2.0n first, to fix some import bugs, more about that soon). Note that the next 2.0g release will probably not have bridge mode yet, due to different hardware capabilities&#8230;).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fonosfera.org/cleaning-up-the-fonosfera/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Access Webcam Stream from the Internet</title>
		<link>http://blog.fonosfera.org/access-webcam-stream-from-the-internet/</link>
		<comments>http://blog.fonosfera.org/access-webcam-stream-from-the-internet/#comments</comments>
		<pubDate>Sat, 08 May 2010 13:53:35 +0000</pubDate>
		<dc:creator>Inouk</dc:creator>
		
		<category><![CDATA[Features]]></category>

		<category><![CDATA[2.3.6.0]]></category>

		<category><![CDATA[Webcam]]></category>

		<guid isPermaLink="false">http://blog.fonosfera.org/?p=143</guid>
		<description><![CDATA[Since firmware 2.3.6.0 you can watch the stream of a webcam connected to the Fonera from the internet. It&#8217;s not that difficult to set:
1. Install the Webcam Plugin, and plug your webcam.
2. Enable WebGUI access from WAN in Settings >> Firewall >> Application.
3. Redirect the https port (443) to the WAN IP of your Fonera [...]]]></description>
			<content:encoded><![CDATA[<p>Since firmware 2.3.6.0 you can watch the stream of a webcam connected to the Fonera from the internet. It&#8217;s not that difficult to set:</p>
<p>1. Install the Webcam Plugin, and plug your webcam.<br />
2. Enable WebGUI access from WAN in Settings >> Firewall >> Application.<br />
3. Redirect the https port (443) to the WAN IP of your Fonera within your broadband router interface.</p>
<p>Check out <a href="http://wiki.fon.com/wiki/Webcam_Server_Configuration">this page of FON Wiki</a> for more detailed instructions.</p>
<p><img src="http://wiki.fon.com/mediawiki/images/thumb/3/3f/2.0n_2.3.6.0_Webcam_WAN_Access.png/800px-2.0n_2.3.6.0_Webcam_WAN_Access.png" alt="Webcam auth" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fonosfera.org/access-webcam-stream-from-the-internet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fly baby, fly! Gari the Hummingbird is born</title>
		<link>http://blog.fonosfera.org/fly-baby-fly-gari-the-hummingbird-is-born/</link>
		<comments>http://blog.fonosfera.org/fly-baby-fly-gari-the-hummingbird-is-born/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 16:09:11 +0000</pubDate>
		<dc:creator>iurgi</dc:creator>
		
		<category><![CDATA[Firmware Release]]></category>

		<guid isPermaLink="false">http://blog.fonosfera.org/?p=142</guid>
		<description><![CDATA[Hi all,
Well, here it is: Gari the Hummingbird firmware version 2.3.6.0 for the Fonera 2.0n.

I have not much time to make a long post and I&#8217;m sure you all want to just flash it and test it, better than reading my silly comments. Just let me point out the changes we&#8217;ve made and what is [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>Well, here it is: Gari the Hummingbird firmware version 2.3.6.0 for the Fonera 2.0n.</p>
<p style="text-align: center;"><img class="alignnone aligncenter" src="http://img534.imageshack.us/img534/8758/8gari.png" alt="Gari the Hummingbird" /></p>
<p>I have not much time to make a long post and I&#8217;m sure you all want to just flash it and test it, better than reading my silly comments. Just let me point out the changes we&#8217;ve made and what is missing yet. And please, have in mind that only the router functionalities have been improved; the web 2.0 and torrent and downloader applications remain the same (hoping to update soon).</p>
<p>Changelog (mixture from previous stable version Elan 2.3.0.0 and beta version Rudolph 2.3.5.0):</p>
<ul>
<li>WiFi driver fixed: we have updated to the latest WiFi driver from RaLink. This fixes most, if not all, the WiFi issues we had. Especially those affecting Broadcom chipsets (some iPhones, iPods, iMacs etc)</li>
<li>WiFi Country region selection: the WiFi is configured for Spain, but some MAC OS X devices seem to have trouble with this, so now you can chose your country in the WiFi configuration menu.</li>
<li>Many fixes in the 3G support:
<ul>
<li>added support for many more devices (anything on <a href="http://www.draisberghof.de/usb_modeswitch/#hardware">THIS</a> list should be supported or &#8216;almost&#8217;, many others not in the list should also work)</li>
<li>improved the controls.</li>
<li>Japanese networks should work now.</li>
<li>Fixed the 3G / GPRS mode selection</li>
</ul>
</li>
<li>The FONSpot feature has been fixed (it didn&#8217;t work on the beta Rudolph 2.3.5.0)</li>
<li>WiFi-WAN mode (WiFi repeater) has been removed for sanity (sorry for those who used it, but it was not very stable yet).</li>
<li>Easier upgrade process: only one click from your &#8220;Applications&#8221; interface.</li>
<li>Bridge mode has been added: this means the fonera can work as an AP on your network and you can use your main ADSL router to give IPs, so anything connected to the LAN or WAN of the Fonera will be in the same network. The only limitation is you need to set a static IP address on the Fonera so you know how to reach it. IMPORTANT: when you set bridged mode, you need to reboot so the private WiFi (MyPlace) works. (thanks blathijs)</li>
<li>Many other fixes that I can&#8217;t even remember now, but many can be seen in the tickets we&#8217;ve closed on trac.fonosfera.org</li>
</ul>
<div>Known issues:</div>
<div>
<ul>
<li>When configuring 3G, we recommend to reboot after changing the settings, just in case. Especially if you&#8217;ve made any mistakes on the first try or have been testing different dongles.</li>
<li>On bridged mode, private WiFi does not work until you reboot.</li>
<li>Some 3G operators are not on the list. You will need to set them manually (Masmovil in Spain and others in other countries). We hope to update that list some day, but it&#8217;s already pretty good.</li>
<li>If you put so much stress on the Fonera (many torrents, downloads, uploads etc) it gets unresponsive (although it&#8217;s working on background) and some applications might not work as expected. Remember it&#8217;s a router, not a PC.</li>
<li>IF you are using static leases on your home router, beware: we have changed the internal MAC assignation of the Fonera 2.0n, so you need to reconfigure your leases.</li>
<li>Other bugs&#8230;  yes, there are! ;)</li>
</ul>
</div>
<div>And finally, how to upgrade!</div>
<div>
<ul>
<li>If you have firmware version 2.3.0.0 or 2.3.5.0 (Elan and Rudolph), please go to the Applications page and you will see a button to upgrade. NOTE: Type in your password and be patient, it takes some time to start!</li>
<li>If you have an older firmware or just want to do it manually, here the web upgrade tarballs (NO NEED to extract them, just upload them to the Configuration-&gt;Systems page):
<ul>
<li><a href="http://download.fonosfera.org/Gari/20100408_FON2303_2.3.6.0_r1665_DEV.tgz">Developer&#8217;s version</a> (with ssh access)</li>
<li><a href="http://download.fonosfera.org/Gari/20100408_FON2303_2.3.6.0_r1665.tgz">Enduser version</a> (without ssh access)</li>
</ul>
</li>
<li>If you&#8217;re a developer and don&#8217;t mind losing your setting and flashing it using ssh, you have all the possible files <a href="http://download.fonosfera.org/Gari">here</a>.</li>
</ul>
<p>One last thing: THANKS A LOT to all that reported bugs, that complained, that helped, that contacted us, that asked questions, that answered to other users&#8217; questions etc. but, many special thanks to those who have been involved in testing pre-releases of this firmware and have taking a lot of time and effort in reproducing and reporting bugs so we could fix them. Seriously, THANK YOU ALL!</p>
<p>PS: thanks also to the FON team (martín, john, alex etc.)</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.fonosfera.org/fly-baby-fly-gari-the-hummingbird-is-born/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Last post!</title>
		<link>http://blog.fonosfera.org/last-post/</link>
		<comments>http://blog.fonosfera.org/last-post/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 12:12:47 +0000</pubDate>
		<dc:creator>iurgi</dc:creator>
		
		<category><![CDATA[Progress]]></category>

		<guid isPermaLink="false">http://blog.fonosfera.org/last-post/</guid>
		<description><![CDATA[Hi all,
This is the last post on the fonosfera&#8230; before the next release!
We are right now (while I write these lines here), fixing the last bugs in the list for this release. They all seem to be under control. This has been possible thanks to the testers Alexandre, Marco, Juan Manuel, Cristian and others. And [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>This is the last post on the fonosfera&#8230; before the next release!</p>
<p>We are right now (while I write these lines here), fixing the last bugs in the list for this release. They all seem to be under control. This has been possible thanks to the testers Alexandre, Marco, Juan Manuel, Cristian and others. And of course all the others that have been reporting bugs. Thanks a lot to all.</p>
<p>So, please, stay tuned, we will very very very soon have a new firmware for you guys. Only remember, we&#8217;ve been focusing on connectivity: making the router work as a router. Other bugs will be fixed in coming releases.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fonosfera.org/last-post/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Some said it&#8217;s better&#8230; let&#8217;s see if all think the same!</title>
		<link>http://blog.fonosfera.org/some-said-its-better-lets-see-if-all-think-the-same/</link>
		<comments>http://blog.fonosfera.org/some-said-its-better-lets-see-if-all-think-the-same/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 16:55:24 +0000</pubDate>
		<dc:creator>iurgi</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.fonosfera.org/some-said-its-better-lets-see-if-all-think-the-same/</guid>
		<description><![CDATA[Hi guys, new firmware around the corner.
But we need more testing now. We have done tests with some volunteers that we are so thankful for, but now we need more feedback.  We are releasing a Release Candidate for 2.3.6.0 soon.
It is not a final image: We don&#8217;t consider it stable and it has bugs [...]]]></description>
			<content:encoded><![CDATA[<p>Hi guys, new firmware around the corner.</p>
<p>But we need more testing now. We have done tests with some volunteers that we are so thankful for, but now we need more feedback.  We are releasing a <strong>Release Candidate for 2.3.6.0</strong> soon.</p>
<p>It is not a final image: We don&#8217;t consider it stable and it has bugs that we expect to fix when the final 2.3.6.0 is released. However we feel it is now ready for some field testing.</p>
<p>So, what should you expect from this test firmware?</p>
<ul>
<li>The FON Hotspot feature has been fixed. You can share your WiFi again at your will.</li>
<li>We have fixed the WiFi issues that the Fonera was having with the BCM4325 chipset from broadcom. This WiFi chipset is used by the iPhone 3Gs, many last generation iPods, some Apple laptops and desktops and other brands (Dell etc).</li>
<li>We have been in close touch with RaLink, our chipset vendor, to make sure the WiFi configuration is the best possible. In previous versions we had a couple of values that were not completely optimized. Now the WiFi conf should be the best.</li>
<li>Improvements in the 3G system: we have made some internal cleanups so the 3G configuration is cleaner. For instance, you can now reset the 3G configuration when it&#8217;s dialing, in case it seems to be stuck.</li>
<li>We have replaced the software that controlled the 3G dongles with &#8220;usb_modeswitch&#8221;: a software that will allow us support many more 3G dongles and will make it easier as well. This doesn&#8217;t mean all units will work out of the box but many will and others will be easy to fix in the near future.</li>
</ul>
<p>These are the things you might miss:</p>
<ul>
<li>We have removed the &#8220;Repeater Mode&#8221; or WiFi-WAN mode. It was unstable and until we find out why, if ever, it will be switched off.</li>
<li>Torrent, DLManager, Samba etc. have had no changes. As we said many times, we will first try to make the base system (mainly connectivity) as stable and reliable as possible.</li>
</ul>
<p>These are things we know are wrong:</p>
<ul>
<li>MAC OSX 10.6 seems to have issues with the 802.11d protocol (country code exchange protocol) over 802.11n. What does it entail: when WiFi is enabled in OSX, it will listen to any APs around. The first one that sends a message containing a country code, will determine the country selection of OSX. Once a country is selected, OSX will refuse to connect to APs advertising different country codes.<br />
How does this affect users? The Fonera is broadcasting US as the country code. If you live in Europe and your OSX gets a frame from a different AP saying it&#8217;s in Spain, for instance, then it will refuse to connect to the Fonera since it is in a different country (US).<br />
This bug is not Fonera exclusive, (see <meta content="text/html; charset=utf-8" http-equiv="content-type" /><a href="http://discussions.info.apple.com/thread.jspa?messageID=10500601">http://discussions.info.apple.com/thread.jspa?messageID=10500601</a>) it happens to OSX with any AP that has a &#8216;wrong&#8217; country code. We will very likely add a dropdown menu so the user can chose what country the AP is in.</li>
<li>MAC OSX (other OSes not confirmed yet) seems to get micro-disconnections from time to time. We are still studying this issue.</li>
</ul>
<p>When can you expect to test this new test firmware?</p>
<p>Well&#8230; we are aiming for next week. Can&#8217;t promise yet but it looks like we might be able to have it cleaned up and ready for you guys to test. Please, bear in mind it will be a test version and only those who feel confident (or desperate enough) should try it :)</p>
<p>Thanks for reading all the way down to here!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fonosfera.org/some-said-its-better-lets-see-if-all-think-the-same/feed/</wfw:commentRss>
		</item>
		<item>
		<title>One more short update about the Fonera 2.0n</title>
		<link>http://blog.fonosfera.org/one-more-short-update-about-the-fonera-20n/</link>
		<comments>http://blog.fonosfera.org/one-more-short-update-about-the-fonera-20n/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 14:42:11 +0000</pubDate>
		<dc:creator>iurgi</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.fonosfera.org/one-more-short-update-about-the-fonera-20n/</guid>
		<description><![CDATA[Hi all,
We have successfully tested some of the fixes today (or so we think so) and have an image almost ready for user testing. We have selected a set of users that have been reporting FON bugs consistently and in a comprehensible way in the last months to us. Also, they have experienced most of [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>We have successfully tested some of the fixes today (or so we think so) and have an image almost ready for user testing. We have selected a set of users that have been reporting FON bugs consistently and in a comprehensible way in the last months to us. Also, they have experienced most of the important bugs that have been reported, so are good candidates to represent most of the rest.</p>
<p>Those users will be helping us test the firmware in the field. If you are not in that list, please forgive us and be patient. More users means more feedback (better), we know, but also much more coordination work. So, please understand we wanted a kind of reduced and well selected set of testers.</p>
<p>We still are working on some fixes, so what they will test is not meant to be a pre-final firmware, but an advanced stage firmware, with some important fixes. We can advance there is no major changes, don&#8217;t expect a cool super-fancy firmware, but just what we considered the most critical bugs (wifi connectivity, fonspot, stability, some 3g dongles support&#8230;) fixed.</p>
<p>How long will they be testing? Well, that depends on how good we made our work till now. Hopefully one week approximately should do it. Meanwhile we will keep working on the still open bugs and hopefully have a &#8216;final-to-be&#8217; firmware ready for them by next week. Let&#8217;s cross fingers!</p>
<p>These users are, of course, free to talk about their findings about this new firmware with the rest of the community. They can blog, post, twit, comment, share on IRC&#8230; whatever they want.</p>
<p>Stay tuned and thanks again for your patience and trust!!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fonosfera.org/one-more-short-update-about-the-fonera-20n/feed/</wfw:commentRss>
		</item>
		<item>
		<title>So, what is the status now?</title>
		<link>http://blog.fonosfera.org/so-what-is-the-status-now/</link>
		<comments>http://blog.fonosfera.org/so-what-is-the-status-now/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 20:38:46 +0000</pubDate>
		<dc:creator>iurgi</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.fonosfera.org/so-what-is-the-status-now/</guid>
		<description><![CDATA[Hi all,
I am here to let you know a little bit about our current status of work, especially regarding the fonera 2.0n but also some other things.
As promised, now that the Fonera Simpl has been announced, we can communicate a bit more about what we&#8217;re working on. Sometimes, it might be that we are not [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>I am here to let you know a little bit about our current status of work, especially regarding the fonera 2.0n but also some other things.<br />
As promised, now that the Fonera Simpl has been announced, we can communicate a bit more about what we&#8217;re working on. Sometimes, it might be that we are not working on your specific device, but we hope you will forgive us.</p>
<p>The Fonera 2.0n is already seeing some progress:<br />
- We have reused the wifi driver of the firmware 2.3.5.0 RC1 which made the fonera more stable and also made all throughput problems with broadcom chipsets (some iphones, ipods, macs and other laptops) vanish.<br />
- The FON funcionality that we broke in the 2.3.5.0 RC1 has, of course, been fixed ;)<br />
- We have added the mode_switch driver: this will permit us to support more 3G dongles and do it in a easier way. We expect to test about 10 models by ourselves and probably will support many more out of the box!!!</p>
<p>These are our biggest focus right now. We are still at the firmware team testing process but will soon get into QA and we also plan to get some of you involved in the testing. We already have a list of people that are willing to test it: either to help us or for the hope of having their bug fixed :)</p>
<p>So, stay tuned, we are already moving little by little.</p>
<p>As for the fonera 2.0g, we don&#8217;t forget about you, just these changes are fonera 2.0n specific. The only common part is the 3G dongle support and that improvement, we will try to add some day when it is confirmed it works fine in the fonera 2.0n.</p>
<p>In parallel, we are also continuing with the development and testing of the coming fonera Simpl. We will soon make some code public and will publish everything probably before the official launch in Europe. It is a nice and small device, you will see.</p>
<p>Thanks again for your patience and help, we hope to get you a good firmware soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fonosfera.org/so-what-is-the-status-now/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
