Marc's Public Blog - Linux Hacking


All | Aquariums | Arduino | Btrfs | Cars | Cats | Clubbing | Computers | Dining | Diving | Electronics | Exercising | Festivals | Flying | Halloween | Hbot | Hiking | Linux | Linuxha | Mexico | Monuments | Museums | Outings | Public | Rc | Sciencemuseums | Solar | Tfsf | Trips

This page has a few of my blog entries about linux, but my main linux page is here
Picture of Linus

Here is a list of older linux event reports I made before my blog was started, then the rest are below
1996/11/18-21:Linux Pavillion Comdex Fall 1996 (photos only). I've been going since then to help at the linux pavillion.
1997/11/18-21: Linux Pavillion Comdex Fall 1997 (photos only)
1998/05/28-30: Linuxexpo 1998 (photos only)
1998/11/16-20: Linux Pavillion Comdex Fall 1998 (full report)
1998/11/11: Silicon Valley Tea Party (report with pictures)
1999/02/15: Windows Refund Day (report with pictures)
1999/03/20: SVLUG KTEH night (photos only)
1999/03/01-04: LinuxWorld Expo Winter 99 (complete report with many pictures)
1999/03/31: Mozilla Party one year anniversary (photos only)
1999/05/18-22: Linuxexpo 1999 (complete report with many pictures)
1999/06/07: June 99 Balug meeting with Linus
1999/08/09-12: LinuxWorld Expo Summer 99 (complete report with many pictures)
1999/11/15-19: Linux Business Show at Comdex Fall 1999 (full report with pictures)
2000/08/14-17: LinuxWorld Expo Summer 2000 (complete report with many pictures)
2001/01/17-20: Linux.conf.au/LCA 2001 (complete report with pictures)
2001/07/25-28: OLS 2001 (photos only)
2001/08/25: Linux 10th Anniversary (report with pictures)
2001/09/27-30: LinuxWorld Expo Summer 2001 report with pictures)
2001/11/05-10: ALS 2001 (photos only)
2002/06/26-29: OLS 2002 (photos only)
2003/01/20-25: LCA 2003 (photos only)
2003/07/23-26: OLS 2003 (photos only)
2004/01/12-17: LCA 2004 (photos only)
2004/07/21-24: OLS 2004 (photos only)
2005/04/18-23: LCA 2005 (photos only)
2006/01/24-28: LCA 2006 (photos only)
2007/01/17-21: LCA 2007 (photos only)

Here is a list of all the talks I've given:

And below are my blog posts:



>>> Back to post index <<<

2010/03/13 DD-WRT on my WRT600N
π 2010-03-13 01:01 in Linux
My wireless router was acting a bit flaky so I rebooted it and it came back without mounting its USB key. So, I try again and this time it doesn't reboot.
Argh: my main wireless router and internet gateway gone...

Ok, in my case it's not that bad since I have 3 wireless gateways, all of which can do the job (they work in parallel), and 2 internet gateway.

But still, I had to fix it. I figured the flash got corrupted, so I figured I'd flash a more recent build (I was running some ancient 10923 from almost 2 years ago).
Unfortunately, flashing it wouldn't bring the router back, but I was able to see the CFE boot loader for a few seconds at a time and could tftp a new build (after doing the 30-30-30 nvram reset).
A few hours later, I realize that my router isn't coming up at 192.168.1.1, which it's supposed to do after a wipe/flash, but eventually I notice it still comes up as my old wireless network, which is supposed to be impossible afer 4 nvram flashes.

Some time later, I finally realize that it's actually my power supply that is goign bad, which explains why the unit was still booting, even flashing, but failing to do a full boot most times. Strangely enough the flaky power also prevented an nvram wipe/flash.

A new power supply later, I finally get the unit to flash and boot. I install the recommended 13064 from the wrt firmware recommendation page. This is where wrt goes wrong, I know dd-wrt somewhat but their docs and organization just sucks:

  • the build that was recommended on their main page is actually not that good a build according to some forum FAQ which I found much much later. The so called peacock thread is also a good read.
  • there are [regular brainslayer stable uilds, and then special eko builds or eko's builds of BS's snapshots, kernel 2.6 builds, VINT builds, NEWD builds, and NEWD2 builds.
  • Oh, did I mention that if you really pick the wrong one, you can brick your router? Nicely the WRT600N can't be reflashed by serial port via a special JTAG cable you'd hand connect on the motherboard, but it seems that it's better at giving a tftp boot to reflash even if the current firmware won't work (some other routers will just require serial flashing then).
  • after that you have the micro builds, the mini builds, the nokaid builds, the voip builds, the usb builds, the BS mega builds, the eko big builds and the eko mega builds. What does each build exactly do? This the full list is really documented nowhere. The wikipedia dd-wrt page actually has some info since the main dd-wrt page doesn't in obvious places, but even then all mega builds aren't the same: it's per router and per version. *Update*: this page actually has good info on which build has what now.
  • my old mega build was 5.3MB, the new one is 7.6MB or just enough to fit in my 8MB flash
  • Now, the build comes with jffs2 but jffs2 requires around 364KB for its data structures (that's huge BTW), so this is the second time I get a dd-wrt build with jffs2 where I end up with exactly 0KB free on my jffs2 filesystem, making it 100% useless. Really, a jffs2 build that doesn't leave ANY room for any jffs data? On a 8MB router no less?
  • from there I can use the standard build without really knowing what I'm going to lose in the 3.3MB of missing code, or try a special eko build. But which one? Now you start looking in the forums to see which build of the day may actually be not too bad (this can be several hours worth of reading).
  • Now, you still don't know which build really has what, but you just flash the biggest one that will fit and hope for the best.
  • In my case, I thought I needed everything and ended up putting the mega build since I realized that I didn't realy need jffs2 afterall since I had USB and a USB key that I could just mount at /jffs.

    But I wasn't out of the woods, the release I got had issues with wireless code as pointed out later to me on the forum where I was told that I misread one of 4 FAQs that apparently fix some of the incorrect information on the main site.

    Long story short, it was over 10 hours of work.

    DD-WRT rocks for features, but its main documentation sucks and getting the "right build" can really be pain in the butt if not an exercise in futility when you need several things to work all at once (in the upgrade 802.11N over 2.4GHz started sucking for me, I only get 2.6MB/s when I used to get 6MB/s).
    Thankfully the board members are helpful but the poor guys are probably overwhelmed by both people who don't know or understand anything and then the people who do but have problems with getting the wrong build off the web site, or being just plain confused as to which build will actually work for them.

    Now, back to features, the list is nothing short of amazing. As much as it can often suck to find the optimal build and make it work, as much as the featureset dd-wrt gives you is absolutely impressive:

  • full wireless routing of course
  • 802.11N with channel width for 2.4 and 5GHz (when it works at least)
  • support for most wireless routers out there
  • full USB support on my WRT-600N including installing mips debian software from a huge repository on my USB flash key, or USB printing, USB storage of all kinds of course, and even USB serial support (I run minicom in a screen session to monitor my other server)
  • thanks to the above, I replaced the built in DHCP and DNS with full ISC DHCP and DNS so that I can slave my zones and static mappings from my other linux server
  • DDNS, all kinds of revenue generating hotspot setups
  • BGP (!)
  • ssh, sshd, syslogd, telnet, http, https, ftpd, 802.11x
  • jffs2 if you have enough flash, MMC hack soldered on GPIO pins on the board
  • nfs, cifs, plus any kernel module you can find compiled on the net
  • full IPv6, tunnels, ethernet over IP tunnelling.
  • channel bonding, WAN port assignment per port
  • full firewalling, UPnP port forwarding, rate limiting, port knocking, and more
  • nstx (IP over DNS), wake on lan for your other machines
  • etc...
  • Nothing beats dd-wrt there, but you have to earn your dues by finding the right build and getting it installed :)


    More pages: February 2004 March 2004 November 2004 April 2005 August 2005 January 2006 July 2006 August 2007 November 2007 January 2008 October 2008 November 2008 December 2008 January 2009 May 2009 July 2009 August 2009 September 2009 November 2009 December 2009 January 2010 March 2010 April 2010 June 2010 August 2010 October 2010 January 2011 July 2011 August 2011 December 2011 January 2012 March 2012 May 2012 August 2012 December 2012 January 2013 March 2013 May 2013 September 2013 November 2013 January 2014 March 2014 April 2014 May 2014 October 2014 January 2015 March 2015 May 2015 January 2016 February 2016 March 2016 June 2016 July 2016 August 2016 October 2016 January 2017 September 2017 January 2018 March 2018 December 2018 January 2019 January 2020 May 2020 September 2021 March 2023 April 2023

    >>> Back to post index <<<

    Contact Email