Page 42 of 48 FirstFirst ... 324041424344 ... LastLast
Results 616 to 630 of 714

Thread: New oleg firmware version

  1. #616
    Join Date
    Nov 2006
    Location
    Russia, Moscow
    Posts
    3,640
    Unfortunately, miniupnpd hasn't bind to specific interface option. Seems to be it really urgent on routers...

  2. #617
    Quote Originally Posted by lly View Post
    Unfortunately, miniupnpd hasn't bind to specific interface option. Seems to be it really urgent on routers...
    Huh, that's was I'm talking about recently

  3. #618
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by lly View Post
    Unfortunately, miniupnpd hasn't bind to specific interface option. Seems to be it really urgent on routers...
    Seems like an easy fix tho.
    This could explain why twonky didn't cause the messages after it knew the ip the broadcast on...
    It's too bad the developers didn't include this by default, on a port-forwarding application it would be a good security feature in my eyes.

  4. #619

    wan up script?

    Hi,

    Currently i'm using USB 3g modem in rt-n16 with the latest firmware.
    i need to send some AT commands before making the connection and similarly after making the connection. With the help of additional AT commands option i could send pre-connection AT commands successfully. But i couldn't able to send AT commands after successful connection. Is there any way its possible?
    I tried setting up post-firewall, but it was not successful.
    Any help or some hint much appreciated

  5. #620
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    I just flashed r3668 and the reboot problem is still present...

    unless... I have no harddrives attached, then it just reboots like a charm
    not sure what goes wrong, still, since the pre-shutdown script is called.

  6. #621
    Join Date
    Nov 2006
    Location
    Russia, Moscow
    Posts
    3,640
    Quote Originally Posted by wpte View Post
    I just flashed r3668 and the reboot problem is still present...
    Could you try to run pre-shutdown script in console with harddrive attached? Hope, it will show problematic place in script.

    Are problem exists in r3619, r3611?
    Last edited by lly; 14-12-2011 at 10:11.

  7. #622
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by lly View Post
    Could you try to run pre-shutdown script in console with harddrive attached? Hope, it will show problematic place in script.

    Are problem exists in r3619, r3611?
    I'll try that tonight...
    I just use the script wengi proposed in his how-to:
    #! /bin/sh

    /opt/etc/init.d/rc.unslung stop

    sleep 10s

    for i in `cat /proc/mounts | awk '/ext3/{print($1)}'` ; do
    mount -oremount,ro $i
    done

    swapoff -a

    sleep 1s
    I have used that for a long long time without any issues

    I have to note that the reboot without the harddrive attached did feel like it took longer than normal.

  8. #623
    Join Date
    Nov 2006
    Location
    Russia, Moscow
    Posts
    3,640
    Quote Originally Posted by wpte View Post
    I'll try that tonight...
    Problem reproduced, read-only remount stuck. Bug appeared in r3607, will try to fix it ASAP. Thank you for report.

    Updated: Fixed in r3670
    Last edited by lly; 15-12-2011 at 16:06.

  9. #624
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by lly View Post
    Problem reproduced, read-only remount stuck. Bug appeared in r3607, will try to fix it ASAP. Thank you for report.

    Updated: Fixed in r3670
    I can confirm it works, thanks

  10. #625
    Quote Originally Posted by smnrock View Post
    Hi,

    Currently i'm using USB 3g modem in rt-n16 with the latest firmware.
    i need to send some AT commands before making the connection and similarly after making the connection. With the help of additional AT commands option i could send pre-connection AT commands successfully. But i couldn't able to send AT commands after successful connection. Is there any way its possible?
    I tried setting up post-firewall, but it was not successful.
    Any help or some hint much appreciated
    I've succeeded with post-firewall script and now new problem is, post-firewall event doesn't fireup when the pppd(3G) connection disconnects and reconnects automatically. Any help here?

    Basically i want to execute an script, after successful wan connection, similar to wan-up in tomato and i'm not sure whether this is possible here or not?

  11. #626
    Quote Originally Posted by smnrock View Post
    I've succeeded with post-firewall script and now new problem is, post-firewall event doesn't fireup when the pppd(3G) connection disconnects and reconnects automatically. Any help here?

    Basically i want to execute an script, after successful wan connection, similar to wan-up in tomato and i'm not sure whether this is possible here or not?
    No one interested to help me or give some hints here?

  12. #627

    bcm_nat

    Do i need to do something special to activate fast-nat and get more dw/up speed wan-lan?

  13. #628
    Join Date
    Mar 2009
    Location
    Czech republic
    Posts
    8

    fstab missing

    Hello guys,

    I have a strange problem. After upgrading to rtn 3702 on my ASUS WL-500g Premium, mounting order of my partitions went FUBAR. I have three, SWAP, OPT and data partition, all was set in the FStab in previous version of the firmware. But after an update, the partitions get mounted automatically to some default mountpoints, and I am unable to locate the fstab in the /etc to specify the mount order. Remounting them manually of course solves the problem, but this is real pain in the ass to do after each reboot...

    Any help appreciated.
    Last edited by corwin_x; 11-02-2012 at 12:22.

  14. #629
    You may try to mount partition by its labels. Here is an example:
    Code:
    $ cat /etc/fstab
    LABEL=SWAP      none            swap sw 0 0
    LABEL=OPT       /opt            ext3 rw 1 1
    LABEL=STORE     /tmp/store      ext3 rw 1 1
    LABEL=DOWNLOADS /tmp/downloads  ext3 rw 1 1
    #LABEL=DOWNLOADS        /tmp/downloads  ext4 rw,barrier=0 1 1
    Firmware tries to mount first avaliable partition at /tmp/mnt/diskX_Y and symlink it to /tmp/harddisk automatically.
    Last edited by ryzhov_al; 11-02-2012 at 15:40. Reason: grammar

  15. #630
    Join Date
    Nov 2006
    Location
    Russia, Moscow
    Posts
    3,640
    corwin_x
    You have to read forums FAQ/tutorials more attentively. Flashfs content can be lost if upgrading from firmware with big difference in .trx size. You simply have to backup/restore it.

    Moreover, fstab for 2.4 kernels (1.9.2.7-d) incompatible with 2.6 one (1.9.2.7-rtn).

Page 42 of 48 FirstFirst ... 324041424344 ... LastLast

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
  •