Search found 8519 matches

by thechief
Mon Jul 11, 2016 5:01 pm
Forum: Routers
Topic: Speed Issues any advice?
Replies: 26
Views: 26515

Re: Speed Issues any advice?

Sometimes it all depends on the router's modem/drivers and how well (or not) they interact with the ISP's equipment. Are you on ADSL or Fibre?
by thechief
Fri Jul 08, 2016 10:12 am
Forum: General
Topic: Which Router for access point ?
Replies: 2
Views: 9219

Re: Which Router for access point ?

Nobody can tell you which to use for what. It is entirely your choice. It is like saying "I have a BMW and a Mercedes; which should I use as my main car, and which should I use as my second car?"
by thechief
Fri Jul 08, 2016 10:05 am
Forum: Routers
Topic: Configuration password won't reset!
Replies: 1
Views: 4600

Re: Configuration password won't reset!

Try user=1234; password=1234 (Hint: google is your friend - see https://www.youtube.com/watch?v=W4Lo9DGZVhU).
by thechief
Fri May 27, 2016 8:13 pm
Forum: Firmware
Topic: Not Bricked But Stuck With The Incorrect Firmware.
Replies: 5
Views: 12768

Re: Not Bricked But Stuck With The Incorrect Firmware.

I already said:
thechief wrote:... The manufacturer might have a low level flash tool for doing this, or perhaps there might be an ftp interface.
by thechief
Fri May 27, 2016 11:33 am
Forum: Firmware
Topic: Not Bricked But Stuck With The Incorrect Firmware.
Replies: 5
Views: 12768

Re: Not Bricked But Stuck With The Incorrect Firmware.

If the web interface will not accept the firmware, then there is no easy answer. You will have to go low-level.
by thechief
Thu May 26, 2016 8:10 pm
Forum: Firmware
Topic: Not Bricked But Stuck With The Incorrect Firmware.
Replies: 5
Views: 12768

Re: Not Bricked But Stuck With The Incorrect Firmware.

Are you trying to flash the firmware from the router's web interface? If so, there is probably a check that is preventing it. The manufacturer might have a low level flash tool for doing this, or perhaps there might be an ftp interface.
by thechief
Tue May 03, 2016 2:13 pm
Forum: Firmware
Topic: PSP bootloader source code
Replies: 13
Views: 22363

Re: PSP bootloader source code

The first thing I would advise is to get functional JTAG and serial console cables. Messing with bootloaders can cause very bad bricks that can only be recovered with JTAG.
by thechief
Sun May 01, 2016 1:54 pm
Forum: Firmware
Topic: PSP bootloader source code
Replies: 13
Views: 22363

Re: PSP bootloader source code

Try searching on the "WayBack Machine" - web.archive.org/
by thechief
Tue Mar 29, 2016 6:04 pm
Forum: Firmware
Topic: Linksys WRT1900acs V2 Firmware.
Replies: 3
Views: 11688

Re: Linksys WRT1900acs V2 Firmware.

Our firmware doesn't support that device. If OpenWrt seems to confusing, you might want to try DD-Wrt.
by thechief
Tue Mar 15, 2016 12:22 am
Forum: Wireless
Topic: Is there a way to change the existing scripts?
Replies: 4
Views: 9658

Re: Is there a way to change the existing scripts?

Set up cron jobs to do the things you want to do. You only need to get it right once, and you don't need to be able to build a firmware to do that.

As for building a firmware, search the forums. We do not support such an exercise.
by thechief
Sun Mar 13, 2016 10:54 pm
Forum: Wireless
Topic: Is there a way to change the existing scripts?
Replies: 4
Views: 9658

Re: Is there a way to change the existing scripts?

You would have to rebuild the firmware to do that.
by thechief
Fri Feb 05, 2016 8:05 am
Forum: Firmware
Topic: DSL-G604T C3 Generation II
Replies: 41
Views: 53530

Re: DSL-G604T C3 Generation II

1. Read the 3 links listed in number 2 here: https://www.routertech.org/viewtopic.php?t=961 2. The Firmware Tool will be able to generate a default psp boot environment for RouterTech firmware v2.97. Click on the "135A wireless" tab, and copy the default environment to a text file. Run that text fil...
by thechief
Thu Feb 04, 2016 10:08 pm
Forum: Firmware
Topic: DSL-G604T C3 Generation II
Replies: 41
Views: 53530

Re: DSL-G604T C3 Generation II

This is exactly what I was referring to earlier. This router does not have an Adam2 bootloader. It has a PSP bootloader, as the environment posted by seaeagle clearly demonstrates. Not only that, it also has a TNETW1350A wireless chip, as the WLAN_EEPROM variables show. So ellellell1 , you have been...
by thechief
Wed Feb 03, 2016 8:03 pm
Forum: Firmware
Topic: DSL-G604T C3 Generation II
Replies: 41
Views: 53530

Re: DSL-G604T C3 Generation II

If you can connect via the PCTool (or raw ftp) then the bootloader is functional. However, if the environment is trashed, the bootloader will fill it with default values (which could be anything) - and this could be your problem. You should be able to examine the contents of the environment if you c...
by thechief
Tue Feb 02, 2016 5:28 pm
Forum: Firmware
Topic: DSL-G604T C3 Generation II
Replies: 41
Views: 53530

Re: DSL-G604T C3 Generation II

Well, the router may be listening at another IP address - you can try Wireshack or other network tools to see if is listening elsewhere. Apart from that, are you even sure that you are flashing the right firmware? Some D-Link routers have an Adam2 bootloader, and some have PSP bootloader. You need t...