Results 1 to 15 of 44

Thread: MANUAL: How to compile a firmware for the WL-700g from the GPL 1.0.4.2

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    I'm thinking about two possibilities:

    1) your version. try firmware restoration tool. or reset router after upgrade?!
    2) old busybox that doesnt support telnetd

    I changed busybox from Oleg's firmware. Trying to compile now.

  2. #2
    My version isn't really working yet

    Perhaps I'll connect the harddrive to a normal PC to see weather there are stored some configs or not...
    Last edited by DaNawq; 07-07-2006 at 23:00.

  3. #3
    Quote Originally Posted by DaNawq
    My version isn't really working yet

    Perhaps I'll connect the harddrive to a normal PC to see wether there are stored some configs or not...
    I changed firmware version. At least it appeared on web interface...

  4. #4
    I noticed that WL700gE in web pages use ash shell. Telnetd by default uses whitch one? does that makes sense?

  5. #5
    recompiled with busybox from Oleg's source. The result wasn't succesfull

  6. #6

    telnet to 700ge

    Quote Originally Posted by MoD
    I noticed that WL700gE in web pages use ash shell. Telnetd by default uses whitch one? does that makes sense?
    on the wl700ge, the telnetd is "/bin/utelnetd",you can try to start it. I had telnet to 700ge one month ago using a stupid method.

    1. modify the web started page fils ( /layout/layout.cgi ) from neighbor.
    2. add " /bin/utelnetd &" on the page, need carefully the add location.
    3. reload the web starting page.

    ps.
    1.this method worked on firmware 1.0.4.1, didn't check on better or new
    2.if we can write utelnetd on starting process, will easy to telnet . becase this method will been cleared whe you reboot.

    you can contact with me by IM ( see the userCP).
    my new firmware didn't finish , still have some problem.

  7. #7
    You are right! there is utelnetd in /bin directory. I'll try to use this daemon. but for this daeomn the full syntax is:

    /bin/utelnetd -l /bin/sh -d
    The question is if the parameter -l /bin/sh is important? I'll try to use /bin/utelnetd -d
    Last edited by MoD; 08-07-2006 at 10:40.

  8. #8
    Quote Originally Posted by hmantsao
    1. modify the web started page fils ( /layout/layout.cgi ) from neighbor.
    2. add " /bin/utelnetd &" on the page, need carefully the add location.
    where is that layout.cgi located? I cant find in my router
    what do you mean with
    , need carefully the add location.

  9. #9
    Please find attachement with the code how to launch utelnetd daemon.

    I can compile the firmware, flash it but telnet daemon doesnt work. Can anyone help me? What is wrong with that? I have three versions:

    1) something with firewall rules.
    2) something with firmware upgrade - the firmware isnt upgraded actually.
    3) something with execution permitions or daemon parameters (maybe telnet daemon doesnt like shell or login cedentials)

    The third is most likely because if there were a problem, hmantsao wouldnt be able to start telnet from web page and I have chaged firmware version number. It appears on web interface - firmware has changed.

    any ideas?
    Attached Files Attached Files

  10. #10
    Join Date
    Nov 2003
    Location
    Eindhoven
    Posts
    2,407
    you could add it in index.cgi like this:

    Code:
    #!/bin/ash
    ################flag
    /bin/utelnetd &

    My little Asus Collection: Too much to fit inhere, my 2 babies:WL500w 1.9.2.7-10(OLEG) VX2SE Yellow Lamborghini notebook



    WL500g Forum Asus Files OpenDir

    Asusforum.NL -- Asusforum.DE -- Asusforum.RU -- Asusforum.PL -- Asusforum.NET -- Asusforum.EU -- Asusforum.BE -- Asusforum.ES -- Asusforum.INFO

  11. #11
    I have found out a few new things.

    -First you don't have to change the 3 files just add broadcom/src/linux/linux/scripts/cramfs to your PATH

    -Second you don't have to change to mipsel 3.0. Only popwhatever needs one file.
    creating a symlink in hndtools-mipsel-linux/lib/gcc-lib/mipsel-linux from 3.2.3 to 3.0 is enough. (I assume that you do not have changed to mispel 3.0 and hndtools-mipsel-linux points to version 3.2.3

    That's it for now.

Similar Threads

  1. Firmware upgrading HOWTO
    By Styno in forum WL-500g/WL-500gx Tutorials
    Replies: 6
    Last Post: 30-07-2008, 21:00
  2. twonky media server, network drive with oleg firmware
    By black_bottom in forum WL-HDD Q&A
    Replies: 3
    Last Post: 22-03-2006, 07:15
  3. Download of current GPL source for firmware?
    By LarsAC in forum WL-500g Custom Development
    Replies: 4
    Last Post: 26-02-2006, 15:16
  4. Custom Firmware v1.1.2.7
    By JOCKYW2001 in forum WL-HDD Firmware Releases
    Replies: 59
    Last Post: 11-12-2004, 12:26
  5. Flashing Oleg's Firmware in WL HDD
    By hugo in forum WL-HDD Custom Development
    Replies: 29
    Last Post: 21-10-2004, 14:55

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •