Hey doger,
I, too, have a Trendnet TEW-411BRP+. When I wrote to their technical support people about the lack of a firmware download available for this model on their web site, a very helpful support representative wrote me back and told me that the reason they didn't have any downloads (other than the EU version) is because the version that shipped with the router is the latest version. When I explained to him that the reason I wanted to have a copy of the firmware on hand was because I was planning on installing a third-party firmware on it (I even mentioned OpenWRT ), he wrote the following note back to me:
Trendnet wrote:Dear Nathan,
In that case you can use the firmware that's on the website that's designated as a "European" version. The thing is the domain will be set to European channels. There is a hidden page in the configuration that will allow you to change the domain on it. Just type in the the address line of your browser http://192.168.1.1/country.asp and it will have a menu that you can switch it to the US domain.
Needless to say, the fact that they would divulge this information to me even though I just informed them of the fact that I plan on voiding my warranty impressed me. We've been using/reselling Trendnets at work here recently, and I'm beginning to like this company more and more (although some of my recent setbacks re: my OWN 411BRP+ unit have been frustrating).
If you ever manage to get your 411BRP+ working again, the next time that you need to go back to the official Trendnet firmware, you might want to keep the above in mind and avoid putting the 411BRP firmware on your unit in lieu of the + version.
As far as resurrecting your TEW-411BRP+, you don't have many options, though it definitely is possible if you're willing to put some elbow-grease into it. On my unit, I tried using boot_wait and the pin-shorting trick to load different firmware on the unit, and neither worked because the stupid version of CFE that Trendnet used accepts TFTP uploads but won't flash them to the EEPROM. In the end, I had no choice but to use a homemade JTAG cable and HairyDairyMaid's JTAG software to fix my mess-up, and I imagine that if you want to save your router, you'll probably have to do the same. Based on my own experiences, I would *not* recommend any longer to anybody that they use the pin-shorting trick; it's dangerous (at least to your pocketbook ).
Now, I have a question for you. You say that you managed to get OpenWRT working smoothly for you on your 411BRP+. I have been banging my head against a wall trying to get mine to work, however! If I load a current experimental snapshot on it (23 Apr 05, 24 May 05, or even checking out the latest version of HEAD from CVS), everything works EXCEPT for the ethernet ports. They get initialized during CFE, but as soon as the kernel boots (not when the et.o module gets loaded, but when the kernel boots!), all of the ethernet ports shut off and will not physically link up anymore. No errors occur during the loading of et.o, either.
So when I ran across your post, I was hoping to find the answer in earlier builds of OpenWRT (which you claim worked for you). Maybe if we can determine what changed between then and now, we can figure out how to make the latest builds work with the Trendnet hardware again. Yours worked under 20041014, but the earliest one I could still find on openwrt.org for download was 20041023. The changelog didn't indicate anything had changed between those dates, so I decided to give 20041023 a try. Well, this version doesn't "turn off" the ethernet ports like 'experimental' does, but unfortunately the router refused to communicate with me anymore either via ethernet OR wireless (even though I could tell that it was booting up by the LED activity). So now I'm back to 24 May 05 experimental and non-functioning ethernet ports.
I'm surprised to learn that yours worked. I'm wondering if I have a newer "revision" of this router and something is physically different inside. Does your 411BRP+ have an ADMtek switch and on-board wireless (no MiniPCI)?
Some more observations I've made about this issue:
1. I extracted the et.o module from Trendnet's 2.07-EU firmware (stripped the TRX header and kernel from the firmware file and mounted the CramFS filesystem on my system's loopback block device) and then uploaded that to my router to see if whatever they changed in hardware was compensated for in their version of et.o (Trendnet has not released their build tree, so I can't just look in there for the answer). Their module loaded just fine on OpenWRT-experimental, but it didn't change the fact that all of the ethernet ports were still dead/off.
2. I installed admcfg on my 411BRP+, and discovered that it doesn't work...if I change the settings on any given port, it will "confirm" those settings, but then if I check the port again immediately afterwards, I see that the port in question "reverted" back to the settings that it started out with. In other words, the changes I make don't "stick." And yes, I had adm.o loaded. It outputs "ADM: 00000000" (dmesg); what do the '0's mean? That it didn't find the switch? (Maybe I should look at the code? )
3. I think the fact that the switch ports die with the kernel boot and not with the loading of et.o (which also configures the switch...look through the code; it determines which switch chip you have [ADMtek or Broadcom] through boardflags and then initializes them through select GPIOs) is telling. The 'experimental' kernel is doing something that the old snapshot kernels did not do, and it's killing the switch.
4. The GPIOs on the Trendnet are not connected to all the same things that they are on its Linksys brothers. For example, I discovered that GPIO 0 is connected to the reset button on the 411BRP+, not GPIO 6 (so, incidentally, I cannot get into failsafe mode on a stock OpenWRT build). GPIOs 1, 6, and 7 appear to be connected to select LEDs (the power LED, which starts out blinking, will go solid if you toggle #7, for example). This leaves GPIOs 2, 3, 4, and 5 connected to the ADMtek chip, which DOES appear to be standard. And the default NVRAM values for variables gpio2, gpio3, gpio4, and gpio5 in the Trendnet CFE match the values that Linksys uses on its ADMtek-equipped versions of the WRT54G/GS (et.o consults these NVRAM variables in the switch initialization code). However, I am beginning to wonder if perhaps GPIOs 2, 3, 4, and 5 are actually connected in a non-standard order to the ADMtek switch and that this is somehow accounted for in the official Trendnet firmware (which I don't have the sources for). If they were wired differently than was indicated in NVRAM and the OpenWRT kernel didn't know this, is it possible that its doing something funky when it hits the GPIO code in the kernel during boot-up that would cause the switch to shut down? (I don't know how this all works; I'm just thinking out-loud here.)
If anybody has any ideas, I'm all-ears! Everything else on the Trendnet works...OpenWRT is soooo close to having this be a supported router. Just this one little niggling issue remains.
-- Nathan