Results 1 to 15 of 714

Thread: New oleg firmware version

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2006
    Location
    Russia, Moscow
    Posts
    3,640
    Quote Originally Posted by downloadd View Post
    support for DNS-O-Matic ?
    Currently, we have more urgent tasks to achieve stability & bugs removal. If someone send me patch to add this functionality and it will not so huge (we have a very limited space for 520gU, 500gx and other 4M flash routers), than we can include it into the mainstream.

  2. #2
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    on dns-o-matic they say dd-wrt supports it, so maybe we can rip it from the sources and magicly put it in the oleg sources
    http://www.dnsomatic.com/wiki/dd-wrt
    but I have this weird feelin that olegs firmware also might be able to do this... since you can specify the server:
    DYNDNS Server: updates.dnsomatic.com
    I'm sure this must be a value somewhere in olges

    I already like the D release, so I can't wait till the full one, keep it up

  3. #3
    Join Date
    Nov 2006
    Location
    Russia, Moscow
    Posts
    3,640
    Quote Originally Posted by wpte View Post
    on dns-o-matic they say dd-wrt supports it, so maybe we can rip it from the sources and magicly put it in the oleg sources
    DD-WRT uses inadyn. Olegs firmware uses ez-ipupdate. Our firmware adds ability to use custom config /etc/ddns.conf (appendable with /usr/local/etc/ddns.conf). If someone confirm that ez-ipupdate works with dns-o-matic, we can add this parameters to predefined list in web-interface.

  4. #4
    Quote Originally Posted by lly View Post
    DD-WRT uses inadyn. Olegs firmware uses ez-ipupdate. Our firmware adds ability to use custom config /etc/ddns.conf (appendable with /usr/local/etc/ddns.conf). If someone confirm that ez-ipupdate works with dns-o-matic, we can add this parameters to predefined list in web-interface.
    yep. someone has to try it out

    EDIT: works for me with dyndns setted up at web interface and following /usr/local/etc/ddns.conf
    Code:
    service-type=dyndns
    server=updates.dnsomatic.com
    host=all.dnsomatic.com
    Last edited by theMIROn; 24-02-2009 at 09:46.

  5. #5
    Quote Originally Posted by wpte View Post
    I already like the D release, so I can't wait till the full one, keep it up
    seems like dns-o-matic uses dyndns-like update api. you can try it right now (using 1.9.2.7-d exactly)
    create /usr/local/etc/ddns.conf according ez-ipupdate manuals, wðich is to be append to autogenerated /etc/ddns.conf
    any these params will override autogenerated ones, so you should specify server=updates.dnsomatic.com with typical ddns.org settings
    so, play with it, or i could patch ez-ipupdate to suit your dns-o-matic needs... some day...

  6. #6

    FW upgrade w/o reset to factory default

    I have a wl500gpv2 running 1.9.2.7-d-r893.trx. I'd like to upgrade to r1000 - do I have to reset the router to factory defaults before or after upgrading? Can I later upload saved settings file or do I have to enter them manually? Do you recommend against upgrading without resetting to factory defaults?

    wilcham

  7. #7
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by wilcham View Post
    I have a wl500gpv2 running 1.9.2.7-d-r893.trx. I'd like to upgrade to r1000 - do I have to reset the router to factory defaults before or after upgrading? Can I later upload saved settings file or do I have to enter them manually? Do you recommend against upgrading without resetting to factory defaults?

    wilcham
    you can just use the saved settings.
    in fact, you can just upload the firmware (no reset) and you're done
    just save the settings somewhere for backup

  8. #8
    I'm trying to run python2.5 on firmware 1.9.2.7-d-r1000 but I cant' get it to run.

    Code:
    [admin@WL500 root]$ ipkg install python25
    Installing python25 (2.5.4-2) to root...
    Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/python25
    _2.5.4-2_mipsel.ipk
    Installing readline (6.1-1) to root...
    Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/readline
    _6.1-1_mipsel.ipk
    Installing bzip2 (1.0.5-2) to root...
    Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/bzip2_1.
    0.5-2_mipsel.ipk
    Installing openssl (0.9.7m-5) to root...
    Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/openssl_
    0.9.7m-5_mipsel.ipk
    Installing libdb (4.2.52-3) to root...
    Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/libdb_4.
    2.52-3_mipsel.ipk
    Installing zlib (1.2.3-3) to root...
    Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/zlib_1.2
    .3-3_mipsel.ipk
    Installing sqlite (3.6.22-1) to root...
    Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/sqlite_3
    .6.22-1_mipsel.ipk
    Installing ncurses (5.7-1) to root...
    Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/ncurses_
    5.7-1_mipsel.ipk
    Installing ncursesw (5.7-1) to root...
    Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/ncursesw
    _5.7-1_mipsel.ipk
    Configuring bzip2
    update-alternatives: Linking //opt/bin/bzip2 to /opt/bin/bzip2-bzip2
    Configuring libdb
    Configuring ncurses
    update-alternatives: Linking //opt/bin/clear to /opt/bin/ncurses-clear
    Configuring ncursesw
    Configuring openssl
    Configuring python25
    Configuring readline
    Configuring sqlite
    Configuring zlib
    Successfully terminated.
    [admin@WL500 root]$ python2.5
    -sh: python2.5: not found
    Code:
    [admin@WL500 bin]$ ls -l /opt/bin
    lrwxrwxrwx    1 admin    root            5 Jan 22 18:34 bzcat -> bzip2
    lrwxrwxrwx    1 admin    root           20 Jan 22 18:38 bzip2 -> /opt/bin/bzi
    bzip2
    -rwxr-xr-x    1 admin    root        34208 Oct 25 00:39 bzip2-bzip2
    -rwxr-xr-x    1 admin    root        11376 Oct 25 00:39 bzip2recover
    lrwxrwxrwx    1 admin    root            3 Jan 22 18:34 captoinfo -> tic
    lrwxrwxrwx    1 admin    root           22 Jan 22 18:38 clear -> /opt/bin/ncu
    s-clear
    -rwxr-xr-x    1 admin    root           90 Jan  2 19:59 idle2.5
    -rwxr-xr-x    1 admin    root        53592 Nov  8 04:25 infocmp
    lrwxrwxrwx    1 admin    root            3 Jan 22 18:34 infotocap -> tic
    -rwxr-xr-x    1 admin    root       184532 Oct 23 16:13 ipkg
    -rwxr-xr-x    1 admin    root         4152 Nov  8 04:25 ncurses-clear
    -rwxr-xr-x    1 admin    root         4959 Nov  8 04:25 ncurses5-config
    -rwxr-xr-x    1 admin    root         4960 May 15  2009 ncursesw5-config
    -rwxr-xr-x    1 admin    root       399712 Nov  7 04:28 openssl
    -rwxr-xr-x    1 admin    root           75 Jan  2 19:59 pydoc2.5
    lrwxrwxrwx    1 admin    root           16 Jan 22 18:35 python-config -> pyth
    .5-config
    -rwxr-xr-x    1 admin    root         4000 Jan  2 19:59 python2.5
    -rwxr-xr-x    1 admin    root         1418 Jan  2 19:59 python2.5-config
    lrwxrwxrwx    1 admin    root            4 Jan 22 18:34 reset -> tset
    -rwxr-xr-x    1 admin    root        18045 Jan  2 19:59 smtpd2.5.py
    -rwxr-xr-x    1 admin    root        59660 Jan  8 16:25 sqlite3
    -rwxr-xr-x    1 admin    root        55376 Nov  8 04:25 tic
    -rwxr-xr-x    1 admin    root        10324 Nov  8 04:25 toe
    -rwxr-xr-x    1 admin    root        11788 Nov  8 04:25 tput
    -rwxr-xr-x    1 admin    root        17400 Nov  8 04:25 tset
    -rwxr-xr-x    1 admin    root         4248 Oct 23 16:13 update-alternatives
    Somebody knows whats wrong ?

  9. #9
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by REO View Post
    I'm trying to run python2.5 on firmware 1.9.2.7-d-r1000 but I cant' get it to run.

    Somebody knows whats wrong ?
    it's not linked I guess.
    just try:
    /opt/bin/python2.5


    the linking problems has nothing to do with the firmware, but with the ipkg package
    Last edited by wpte; 22-01-2010 at 20:12.

  10. #10
    Join Date
    Feb 2008
    Location
    Copenhagen, Denmark
    Posts
    41

    USB 2.0 support

    Will the USB speed increase if I install the firmware WL500W-1.9.2.7-d-r1222 on my Asus WL-500gp (version 1)?

    At the moment I am running Olegs 1.9.2.7-10

  11. #11
    Join Date
    Feb 2007
    Location
    Moscow, Russia
    Posts
    3,805
    unlikely, however, compatibility with some devices is improved

  12. #12
    Quote Originally Posted by Bohlendach View Post
    Will the USB speed increase if I install the firmware WL500W-1.9.2.7-d-r1222 on my Asus WL-500gp (version 1)?

    At the moment I am running Olegs 1.9.2.7-10
    You probably would brick your wl500gp if you install WL500W-1.9.2.7-d-r1222 on it.

    You have to install WL500gp-1.9.2.7-d-r1222.

    USB-speed is not limited by USB 1.1, but by CPU power.

  13. #13
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    I just tried r1327 for the RT-N16 and I get a lot of sqashfs related problems:
    Mar 12 21:39:28 kernel: SQUASHFS error: Unable to read fragment cache entry [2f6ae2]
    Mar 12 21:39:28 kernel: SQUASHFS error: Unable to read page, block 2f6ae2, size 6daf
    Mar 12 21:39:30 kernel: SQUASHFS error: Unable to read fragment cache entry [2f6ae2]
    Mar 12 21:39:30 kernel: SQUASHFS error: Unable to read page, block 2f6ae2, size 6daf
    Mar 12 21:39:31 kernel: SQUASHFS error: Unable to read fragment cache entry [2f6ae2]
    Mar 12 21:39:31 kernel: SQUASHFS error: Unable to read page, block 2f6ae2, size 6daf
    Mar 12 21:39:31 kernel: SQUASHFS error: Unable to read fragment cache entry [2f6ae2]
    Mar 12 21:39:31 kernel: SQUASHFS error: Unable to read page, block 2f6ae2, size 6daf
    also the images from the webgui seem to be missing, even though the folder is there, with the images

    r1322 seems to work correctly

  14. #14
    Quote Originally Posted by Bohlendach View Post
    Will the USB speed increase if I install the firmware WL500W-1.9.2.7-d-r1222 on my Asus WL-500gp (version 1)?

    At the moment I am running Olegs 1.9.2.7-10
    USB speed when transfering files is not improved.
    But when accessing storage via samba it is much more faster. Oleg needs always some seconds for refresh on directory change, but no wait with this firmware.

Similar Threads

  1. Probleme mit der Oleg firmware
    By errox in forum German Discussion - Deutsch (DE)
    Replies: 15
    Last Post: 14-06-2008, 22:26
  2. new firmware 1.9.2.7-8 by oleg
    By alien433 in forum WL-500gP Firmware Discussion
    Replies: 31
    Last Post: 24-01-2008, 20:31
  3. Oleg firmware not working.
    By wpte in forum WL-500gP Q&A
    Replies: 6
    Last Post: 07-01-2008, 12:48
  4. C Compiler voor de oleg firmware
    By wouzs in forum Dutch Discussion - Nederlands
    Replies: 1
    Last Post: 28-10-2007, 15:57

Tags for this Thread

Posting Permissions

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