Page 2 of 2 FirstFirst 12
Results 16 to 25 of 25

Thread: Firmware v1.2.3.0

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    ASUS can put this under "stupid user error"

    OK - for people as dumb as me, follow these instructions:

    1.)Goto asus site, search for WL-HDD.
    2.)Goto downloads
    3.)Select BIOS
    4.)Download update
    5.)Open configuration page on router
    6.)Goto firmware section
    7.)Try and upload still zipped firmware.

    8) Goto 1 as many times as you like, it ain't going to upload.

    Or

    Do steps 1 to 6
    7.) Unzip firmware
    8.) Upload
    9.) Wait.

    D'oh.

  2. #2
    @jockyw2001

    What if i already have firmware 1.2.3.0? Can i just place your files on the HDD/part 1 and then run the script? Or will there be an 1.2.3.0 based custom firmware?


    @bartz

    I do have the same problem.

  3. #3
    Quote Originally Posted by Valkenier
    @jockyw2001

    What if i already have firmware 1.2.3.0? Can i just place your files on the HDD/part 1 and then run the script? Or will there be an 1.2.3.0 based custom firmware?
    Yes, should run fine

  4. #4

    Thumbs up Get it working even better?

    I have installed firmware 1.2.3.0, added your "Linux Distribution" and init.sh as the startup script. THANKS!!! Everyting is working. I can record flwlessly from my DBOX about 80% of the time, 90% if I turn off "record all audiopids".

    Any chance I can reach 100% ? :-),

    Ive modified the init-script a little, I dont need Wlan and USB:
    Thanks 1000 Times

    logos999

    #!/bin/sh


    ifconfig eth0 down
    ifconfig eth2 down
    ifconfig eth1 10.0.1.220 netmask 255.0.0.0

    cd /tmp/harddisk/part1/conf/bin

    # start Samba 3.0.9 daemon
    killall -9 nmbd
    killall -9 smbd
    ./nmbd -s /tmp/harddisk/part1/conf/usr/local/samba/lib/smb.conf -D
    ./smbd -s /tmp/harddisk/part1/conf/usr/local/samba/lib/smb.conf -D


    /tmp/harddisk/part1/conf/bin/telnetd -d -l /tmp/harddisk/part1/conf/bin/mysh

    mount -o bind /tmp/harddisk/part1/conf/etc/ /etc

    # start userspace NFSv3 daemon
    mkdir /tmp/harddisk/part1/conf/var/lib
    mkdir /tmp/harddisk/part1/conf/var/lib/nfs
    cp /tmp/harddisk/part1/conf/etc/exports /tmp/harddisk/part1/conf/var/lib/nfs/etab
    ./portmap
    ./mountd
    ./unfsd

    # start FTP daemon
    killall -9 stupid-ftpd
    #./vsftpd &

Page 2 of 2 FirstFirst 12

Posting Permissions

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