The independent technical support site for all things networking!


Post a new topicPost a reply Page 1 of 3   [ 31 posts ]
Go to page 1, 2, 3  Next
Author Message
 Post subject: RouterTech Firmware 2.91 Discussion
PostPosted: Mon Sep 14, 2009 8:53 pm 
Website Team Leader
Website Team Leader
User avatar

Joined: Fri Jan 20, 2006 11:30 am
Posts: 2453
Location: Swindon
This is the place to discuss (thanks, suggestions, criticisms etc.) the v2.91 release of the RouterTech firmware, available for download here

For support, problems, bugs or other such firmware related questions or issues, please start a new thread

_________________
Kieran
"Indeed!"
Invaluable links: Forum Rules | Networking Guides | FAQ | Site Search | Forum Search <-- Use it or feel my wrath!
No support via PM, please ask your questions in the forum!


Top
 Profile  
 
 Post subject: Re: RouterTech Firmware 2.91 Discussion
PostPosted: Mon Sep 14, 2009 11:34 pm 
Support Team Member
Support Team Member

Joined: Wed Jan 10, 2007 11:54 pm
Posts: 3170
Just flashed the download on my "production router", found the syntax of the Busybox 1.14.3 sendmail has changed slightly since I last checked - here is a script that successfully uses the latest version, change all the <..> to suit, works with a standard ISP that accepts standard email post on port 25

Code:
#!/bin/sh
# ----------------------------------------------------------
#  bootmsg.sh
# Script to send an email whenever the router is (re)booted.
# ----------------------------------------------------------
#===============================
FROM=<fromemail@address>
TO=<toemail@address>
NAME=<name>
SMTP=<smtp.yourisp>
SUB="Router reboot"
MSG="/var/msg.txt"
#===============================

# write the email headers
cat >$MSG<<EOF
From: $FROM
To: $TO
Subject: $SUB
Date: $(date)

Hello $NAME

The router has booted up (or has been rebooted) on: $(date)

I just thought I'd notify you.

Here's the new ISP IP details

$(ifconfig ppp0 |grep inet)

and the connection stats

$(cat /proc/avalanche/avsar_modem_stats)

Best regards,
   Your beloved router.

EOF
# send the email
sendmail -S $SMTP -f $FROM <msg.txt

logger "bootmsg sent"
# cleanup
# rm $MSG


Top
 Profile  
 
 Post subject: Re: RouterTech Firmware 2.91 Discussion
PostPosted: Tue Sep 15, 2009 8:16 am 
Development Team Leader
Development Team Leader
User avatar

Joined: Wed Feb 01, 2006 10:22 pm
Posts: 9332
Location: England, the Centre of Africa
Thanks :)

_________________
The Chief: :afro: Be sure to read the Firmware FAQ and do a Forum Search before posting!
No support via PM. Ask all questions on the open forum.


Top
 Profile  
 
 Post subject: Re: RouterTech Firmware 2.91 Discussion
PostPosted: Wed Sep 16, 2009 5:00 pm 
Novice
Novice

Joined: Sat Mar 31, 2007 12:19 pm
Posts: 21
Thanks for the new firmware.
I have installed it on my DLink g624t and seems to work perfectly.

What are differences from dsp73 and dsp75A?
Thanks for the great work.


Top
 Profile  
 
 Post subject: Re: RouterTech Firmware 2.91 Discussion
PostPosted: Wed Sep 16, 2009 6:33 pm 
Development Team Leader
Development Team Leader
User avatar

Joined: Wed Feb 01, 2006 10:22 pm
Posts: 9332
Location: England, the Centre of Africa
gorneman wrote:
What are differences from dsp73 and dsp75A?
How long is a piece of string? The differences depend on the line conditions and a host of other factors.

_________________
The Chief: :afro: Be sure to read the Firmware FAQ and do a Forum Search before posting!
No support via PM. Ask all questions on the open forum.


Top
 Profile  
 
 Post subject: Re: RouterTech Firmware 2.91 Discussion
PostPosted: Wed Sep 16, 2009 6:42 pm 
Novice
Novice

Joined: Sat Mar 31, 2007 12:19 pm
Posts: 21
Excuse me for misunderstanding: differences of features between dsp73 and dsp75.
I couldn't find documentation on it.


Top
 Profile  
 
 Post subject: Re: RouterTech Firmware 2.91 Discussion
PostPosted: Wed Sep 16, 2009 7:10 pm 
Support Team Member
Support Team Member

Joined: Wed Jan 10, 2007 11:54 pm
Posts: 3170
gorneman wrote:
Excuse me for misunderstanding: differences of features between dsp73 and dsp75.
I couldn't find documentation on it.


Sorry, we do not have any formal release notes - they are official versions of the drivers as used as options by Acorp - and I believe one or two other original equipment vendors. General consensus was that dsp74 would disconnect more often than previous. I have a suspicion dsp75 may sometimes try to hang on too long when it would be better to resync, your mileage may vary. Routertech firmware is the only one we know that gives you an option to try different drivers in the same firmwares - Acorp build multiple versions of their beta firmware because certain drivers work best for certain routers/lines/ISPs.


Top
 Profile  
 
 Post subject: Re: RouterTech Firmware 2.91 Discussion
PostPosted: Fri Sep 18, 2009 9:38 am 
Experienced
Experienced
User avatar

Joined: Sun Mar 25, 2007 4:06 pm
Posts: 217
Location: Brindisi (Italy)
D-Link DSL-504T with PSPBoot 1.4.0.4 and RT 2.90 modified as below:
Pondera wrote:
Installed PSPBoot 1.4.0.4 (psp_boot_Acorp_W400G-1.4.0.4) on D-Link DSL-504T with CICLaMaB 4.5.8.
With TIUpgrade package of DSL-504T-GenII REV_C (same hardware of DSL-524T -that uses ADAM2- and DSL-2540T -that uses PSPBoot-) in Corrupted Image Mode updated to V3.02B01T01.AU.20080827.
Then via WEB GUI updated to RouterTech_3.6.0D_20090419_2.90.A_AR7RD-4Ports_psbl-4mb-flash_firmware.upgrade.img!
All done without JTAG!

updated via WEB GUI to RouterTech_3.6.0D_20090912_2.91_AR7RD-4Ports_psbl-4mb-flash_firmware.upgrade.img and setted to led.504t-v2 (PPP Status working fine as McMCC style!). :D
Instead led.504t-acorp doesn't work: "Status" led always off!

_________________
D-Link Unofficial Italian Forum | D-Link sites | D-Link AR7 ADAM2/PSPBoot


Top
 Profile  
 
 Post subject: Re: RouterTech Firmware 2.91 Discussion
PostPosted: Fri Sep 18, 2009 9:58 am 
Development Team Leader
Development Team Leader
User avatar

Joined: Wed Feb 01, 2006 10:22 pm
Posts: 9332
Location: England, the Centre of Africa
Excellent!

_________________
The Chief: :afro: Be sure to read the Firmware FAQ and do a Forum Search before posting!
No support via PM. Ask all questions on the open forum.


Top
 Profile  
 
 Post subject: RouterTech Firmware 2.91 - Dlink DSL-300T
PostPosted: Sat Sep 19, 2009 7:48 am 
Regular
Regular

Joined: Sun Jun 04, 2006 8:07 pm
Posts: 82
I tested your firmware (Adam2 1 port) on DSL-300T. Works fine with PPPOA and PPPOE (very speed connect)
I just checked a problem regarding the change of DSP with dsp_ver variable.
I tried to set DSP 7.3 with set dsp_ver dsp73A command (and save-reboot.sh) command.
At reboot I checked that the variable dsp_ver is dsp73A but the DSP it's alway 6.02
I tried also with DSP 7.5 (set dsp_ver dsp75A) and again the variable it's OK but the DSP at reboot it's always 6.02

Could you fix it and add in dsp documentation the info about limitation of dsp version in 2Mb flash firmware (just as remind for 2Mb flash users)

I'm not sure (I didn't find info about it). Is it possible to copy into the modem (and activate it) new led schemes?
Should be interesting for modem that now there aren't led schemes.


Top
 Profile  
 
 Post subject: Re: RouterTech Firmware 2.91 - Dlink DSL-300T
PostPosted: Sat Sep 19, 2009 7:59 am 
Development Team Leader
Development Team Leader
User avatar

Joined: Wed Feb 01, 2006 10:22 pm
Posts: 9332
Location: England, the Centre of Africa
bovirus wrote:
Could you fix it and add in dsp documentation the info about limitation of dsp version in 2Mb flash firmware (just as remind for 2Mb flash users)
Read features.html. It is item number 6 in the features list, and this information is clearly stated. ;)

bovirus wrote:
I'm not sure (I didn't find info about it). Is it possible to copy into the modem (and activate it) new led schemes?
Should be interesting for modem that now there aren't led schemes.
You might be able to get it into the /var/ directory with wget.

_________________
The Chief: :afro: Be sure to read the Firmware FAQ and do a Forum Search before posting!
No support via PM. Ask all questions on the open forum.


Top
 Profile  
 
 Post subject: Re: RouterTech Firmware 2.91 Discussion
PostPosted: Sat Sep 19, 2009 2:01 pm 
Regular
Regular

Joined: Sun Jun 04, 2006 8:07 pm
Posts: 82
This the point 6

Facility to choose between different DSP modem driver versions (for wireless routers and routers with 4mb flash and 16 mb RAM only (by setting the appropriate value for a new bootloader environment variable, "dsp_ver")) - e.g., running: setenv dsp_ver dsp73A && /sbin/reboot would select DSP v7.03, AnnexA. Choices are between dsp62A, dsp72A, dsp73A, and dsp62B/dsp72B/dsp73B (i.e., AnnexB). Note also that all these are case-sensitive. The normal default is dsp62A. For the TNETW1350A firmware, the default is dsp72A. From v2.9 onwards, there are separate firmware images for Annex A and Annex B.

Should be more clear if you add the sentence like "For 2MB it's available one single DSP 6.02".
And plesae if you can release also an additional 2MB firmware version with updated DSP 7.3 (or DSP 7.5)

In this way I think should be exactly clear the situation for 2Mb flash file.

The same information should be add into "dsp_drivers.txt"

If the information it's clear the user can understand what they do and don't.


Top
 Profile  
 
 Post subject: Re: RouterTech Firmware 2.91 Discussion
PostPosted: Sat Sep 19, 2009 2:21 pm 
Development Team Leader
Development Team Leader
User avatar

Joined: Wed Feb 01, 2006 10:22 pm
Posts: 9332
Location: England, the Centre of Africa
Yes, we can easily add more things to the docs to make them even more explicit. As for extra firmwares with dsp 7.x, I don't think that will happen any time soon. Routers with 2mb flash normally have 8mb RAM as well. Things are tight enough with respect to memory. The later dsp/tiatm drivers use more memory than 6.x, and are also more demanding of the hardware. We have therefore adopted a "better safe than sorry" approach.

_________________
The Chief: :afro: Be sure to read the Firmware FAQ and do a Forum Search before posting!
No support via PM. Ask all questions on the open forum.


Top
 Profile  
 
 Post subject: Re: RouterTech Firmware 2.91 Discussion
PostPosted: Sat Sep 19, 2009 2:50 pm 
Newbie
Newbie
User avatar

Joined: Sat Jun 02, 2007 7:17 pm
Posts: 9
Location: Italy
Updated my Linksys ADSL2MUE from 2.9 to 2.91 and works like a charm, thank you (:
And btw for instance for my DSL line "old" DSP 7.3A seems more stable than the brand new 7.5A.


Top
 Profile  
 
 Post subject: Re: RouterTech Firmware 2.91 Discussion
PostPosted: Sat Sep 19, 2009 3:37 pm 
Novice
Novice

Joined: Wed Oct 25, 2006 8:35 pm
Posts: 10
Loaded it up on my D-Link DSL-G624T in the UK this morning. Upgrade from 2.9 was super smooth! :D
Cheers,
Steve


Top
 Profile  
 
Display posts from previous:  Sort by  
Post a new topicPost a reply Page 1 of 3   [ 31 posts ]
Go to page 1, 2, 3  Next


Who is online

Users browsing this forum: Google [Bot] and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB & WordPress     Hosted by Kieran O'Shea     Site Code © 2009 Kieran O'Shea     All site contents © 2009 RouterTech - All rights reserved     Valid HTML     Valid CSS     Graphics by Neo