Results 1 to 4 of 4

Thread: mlnet starting problem ( kfurge firmware )

  1. #1

    mlnet starting problem ( kfurge firmware )

    Hello,

    I followed guide to install kfurge and then mlnet to a WL700GE router. If I start /shares/MYVOLUME1/rc.local manually, mlnet starts, and I can access it via port 4080. However, it does not start automatically after boot.

    What could be wrong?

    Thank you very much in advance.

    Cheers,
    redrunner

    Contents of my rc.local file:

    pool=`nvram get apps_pool`
    share=`nvram get apps_share`
    internal_hdd=/dev/ide/host2/bus0/target0/lun0/disc

    if [ \! -f /tmp/rc.local.done ]; then

    # Indicate we've already done this
    touch /tmp/rc.local.done

    #
    # Mount /opt and connect in various system files
    #
    if [ -e /shares/${pool}/opt ]; then
    mount -o bind /shares/${pool}/opt /opt

    cat /proc/mounts > /opt/etc/fstab

    ln -s /opt/etc/shells /tmp/shells
    ln -s /opt/etc/fstab /tmp/fstab

    export PATH=/opt/bin:/opt/sbin:${PATH}
    export LD_LIBRARY_PATH=/opt/lib:${LD_LIBRARY_PATH}
    fi

    # Start utelnetd on local interface only!
    /apps/bin/utelnetd -i br0 &

    fi

    /opt/etc/init.d/S51dropbear

    # Sleep for a little bit to not interfere with normal system startup
    # before we kill a bunch of Asus processes.
    sleep 5

    # The killing of watchdog is necessary
    # to allow the disk to spin down (watchdog is a horribly written hack
    # anyway!)
    killall -q -9 watchdog

    # Do the necessary steps so the internal HDD will spin down
    mount -o remount,noatime,nodiratime /shares/${pool}
    hdparm -S 180 ${internal_hdd}
    smartctl -dT ${internal_hdd}

    echo "interrupt=no" > /proc/miscio/power_enable_config

    /opt/etc/init.d/mlnet

  2. #2
    Join Date
    Jan 2007
    Location
    The Netherlands
    Posts
    244

    upgrade time

    Quote Originally Posted by redrunner001 View Post
    Hello,

    I followed guide to install kfurge and then mlnet to a WL700GE router. If I start /shares/MYVOLUME1/rc.local manually, mlnet starts, and I can access it via port 4080. However, it does not start automatically after boot.

    What could be wrong?

    Thank you very much in advance.

    Cheers,
    redrunner

    Contents of my rc.local file:

    pool=`nvram get apps_pool`
    share=`nvram get apps_share`
    internal_hdd=/dev/ide/host2/bus0/target0/lun0/disc

    if [ \! -f /tmp/rc.local.done ]; then
    [cut]
    echo "interrupt=no" > /proc/miscio/power_enable_config

    /opt/etc/init.d/mlnet
    Seems to me that you are using the old kcfurge/asus firmware.
    You'd better upgrade, because it's much better, and maybe you don't even need mlnet anymore.

    Marc

  3. #3

    Better upgrade?

    Dear Marc,

    Where can I find the mentioned newest firmware?

    thanks a lot
    rr

  4. #4
    Join Date
    Jan 2007
    Location
    The Netherlands
    Posts
    244

    Cool under your nose

    Quote Originally Posted by redrunner001 View Post
    Dear Marc,

    Where can I find the mentioned newest firmware?

    thanks a lot
    rr
    Under your nose:
    http://wl500g.info/showthread.php?t=12615

    Marc

Similar Threads

  1. Problem with screen program under firmware 1.9.2.7-10
    By kennethlam33 in forum WL-500w Firmware Discussion
    Replies: 0
    Last Post: 22-05-2008, 17:23
  2. Problem to start kamikaze firmware
    By sasha_mn in forum WL-700g Firmware Discussion
    Replies: 0
    Last Post: 22-04-2008, 07:12
  3. asus wl-500g Deluxe firmware flash problem
    By kontra in forum WL-500g Q&A
    Replies: 0
    Last Post: 23-01-2008, 11:01
  4. Weird problem building original Asus 1.2.3.9 firmware
    By Bing in forum WL-HDD Custom Development
    Replies: 0
    Last Post: 31-12-2007, 14:19
  5. WL-500gP and Asus support experience
    By Blezi in forum WL-500gP Q&A
    Replies: 6
    Last Post: 03-12-2006, 12:59

Posting Permissions

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