Page 18 of 19 FirstFirst ... 816171819 LastLast
Results 256 to 270 of 273

Thread: New 1.0.4.6 based custom firmware

  1. #256
    shouldn't it be 'if [ ..' rather than 'fi [ ..' ? Or maybe you figured that out already? When I locked myself out of telnet access by accident, I got back in by putting the minimal rc.local from kfurge's help page in the web folder of the wl700 by means of ftp and rebooting

  2. #257

    can't telnet tired to change the rc.local file...

    Quote Originally Posted by AverySimonsen View Post
    shouldn't it be 'if [ ..' rather than 'fi [ ..' ? Or maybe you figured that out already? When I locked myself out of telnet access by accident, I got back in by putting the minimal rc.local from kfurge's help page in the web folder of the wl700 by means of ftp and rebooting
    yeah but what should i do? reload the firmware?? because i tired reloading the rc.local file in shares/MYVOLUME/MYSHARE1/web... But telnet still is not working.
    ******Hey i tired to add my own function in the rc.local file
    fi [-x /opt/etc/init.d/S8appWeb]; then
    /opt/etc/init.d/S8appWeb
    if
    if
    ____
    And now i can't telnet into the router....
    i get
    ""telnet> open
    (to) 192.168.1.1
    Trying 192.168.1.1...
    telnet: Unable to connect to remote host: Connection refused
    """ Thank you!!!
    Edit/Delete Message
    ********** THANK you guys for any help!!! thanks for the reply.

  3. #258

    Try this..

    Hi,

    One of the easy ways to solve this is to check if you have access to the webinterface. If so, try uploading a textfile which will be named 'start.cgi' (or something more creative... with the following contents (Don't include the stuff starting with asterisks and pound (#*****)):

    #******begin file
    #!/bin/ash
    ################flag
    echo "Content-type: text/html"
    echo ""
    echo ""
    echo ""
    PATH=$PATH:`pwd`:`pwd`/functions:`pwd`/../../../bin

    /apps/bin/utelnetd -d
    #*******end file

    Upload the file to your webroot (/shares/MYVOLUME1/MYSHARE1/web), for example by using the webinterface (browse shares).
    Enable your photoalbum and use the default album..
    This will give you access to the photoalbum... (assuming you have used port 8081) you'll type in something like this:

    http://192.168.1.1:8081/start.cgi

  4. #259

    hey

    hey Thank you guys all for your help!!! i got enhanced-ctorrent 3.2 running with gui so i don't have to type in command anymore, and i got to fix my rc.local THANK YOU VERY MUCH, ROUTER IS WORKING GREAT AGING WITH TELNET AND SSH working great!! thank you thank you thank you guys!

  5. #260
    After HDD crash im trying to reinstall kfurge firmware, but it seems some packages are gone ...

    Code:
    # wget http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/uclibc_0.9.28-1_mipsel.ipk
    wget: server returned error 404: HTTP/1.1 404 Not Found
    
    # wget http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/ipkg_0.99-163-4_mipsel.ipk
    wget: server returned error 404: HTTP/1.1 404 Not Found
    Please help...
    Last edited by Zucht; 03-11-2007 at 20:01.

  6. #261
    Join Date
    Jan 2007
    Location
    Netherlands
    Posts
    190
    Quote Originally Posted by Zucht View Post
    After HDD crash im trying to reinstall kfurge firmware, but it seems some packages are gone ...

    Code:
    # wget http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/uclibc_0.9.28-1_mipsel.ipk
    wget: server returned error 404: HTTP/1.1 404 Not Found
    
    # wget http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/ipkg_0.99-163-4_mipsel.ipk
    wget: server returned error 404: HTTP/1.1 404 Not Found
    Please help...
    use ipkg-opt & uclibc-opt instead

    Grtzzz

    Openwrt or Custom Firmware on asus? - http://wl700ge.hezik.nl/ - Http://wl700g.homelinux.net

    My ASUS collection: WL500gp(80GB usb-hdd - Running OpenWrt Kamikaze 7.09) | WL700gE(250GB - Running OpenWrt Kamikaze 8.09rc1)

  7. #262
    Quote Originally Posted by back2basic View Post
    use ipkg-opt & uclibc-opt instead

    Grtzzz
    It seems that the latest busybox isnt compatible.

    it uses the command update-alternatives

    Code:
    # ipkg install -force-overwrite busybox
    Installing busybox (1.7.2-3) to /opt/...
    Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/busybox_1.7.2-3_mipsel.ipk
    Installing busybox-links (1.7.2-3) to /opt/...
    Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/busybox-links_1.7.2-3_mipsel.ipk
    Configuring busybox
    Configuring busybox-links
    syntax error
    syntax error
    syntax error
    ...
    syntax error
    syntax error
    postinst script returned status 255
    ERROR: busybox-links.postinst returned 255
    Successfully terminated.
    #

  8. #263
    0: i assume nano is there, otherwise use: ipkg install nano or ipkg-opt install nano

    1: cd /opt/lib/ipkg/info

    2: nano busybox-links.postinst

    3: comment all the lines, coz "/opt/bin/update-alternatives" doesnt work

    4: ipkg upgrade or ipkg-opt upgrade

    5: doe this for all other software with errors

    Sollie
    Last edited by sollie; 04-11-2007 at 13:59.

  9. #264
    Join Date
    Jun 2007
    Location
    Sweden
    Posts
    33

    Why comment the lines...

    Hi Sollie, why comment the lines about upgrade_alternatives, isnt there a way to get it to work? Without it the commands in Busybox is not usable by themselves. For example vi must be used like this "busybox vi filename".

    Have a post about this yesterday: http://wl500g.info/showthread.php?t=11384

  10. #265

    Unhappy

    I dont know

  11. #266
    Ok, found it :

    0: ipkg-opt install busybox-links

    1: change first line:
    nano /opt/bin/update-alternatives #!/bin/sh ---> #!/opt/bin/bash

    2: ln -s /opt/bin/busybox sort /opt/bin/sort

    3: ln -s /opt/bin/busybox dirname /opt/bin/dirname

    4: /opt/lib/ipkg/info/busybox-links.postinst

    Sollie.

  12. #267
    thanks mate!!

  13. #268
    Please Help....

    I'm desperate to get KFurge's custom firmware installed to take advantage of the updated torrent/drive spin down capabilities.

    For some reason I can't telnet and successfully login into the router. I get a login prompt, login with an admin user created in the GUI, but the screen keep coming back with a connection closed response.

    Here are the steps I've taken:
    - Reverted firmware to 1.0.4.6
    - Copied rc.local script into /shares/MYVOLUME1/MYSHARE1/web
    - Rebooted router
    - Open windows dos shell
    - Telnet to router (login prompted)
    - Enter username/password (admin account created in GUI)
    Telnet session is immediately closed and I'm bumped back to dos prompt.

    Anyone have suggestions to successfully telnet to the router?

  14. #269
    @yeller: username: root

    grat182

  15. #270
    Quote Originally Posted by gratitude182 View Post
    @yeller: username: root

    grat182
    You the man... thanks....

Page 18 of 19 FirstFirst ... 816171819 LastLast

Similar Threads

  1. ksoftirqd_CPU0 eating CPU in firmware 1.0.4.6?
    By Hobi in forum WL-700g Firmware Discussion
    Replies: 10
    Last Post: 12-05-2007, 16:04
  2. Custom firmware image: v1.9.4.6 with telnetd re-enabled
    By db90h in forum WL-530g Firmware Releases
    Replies: 2
    Last Post: 29-01-2007, 13:32
  3. custom firmware based on 1.9.5.0 beta?
    By Teddy in forum WL-500g Custom Development
    Replies: 5
    Last Post: 14-05-2006, 20:08
  4. Custom firmware
    By menno in forum Dutch Discussion - Nederlands
    Replies: 0
    Last Post: 02-04-2006, 14:32
  5. Custom Firmware v1.1.2.7
    By JOCKYW2001 in forum WL-HDD Firmware Releases
    Replies: 59
    Last Post: 11-12-2004, 12:26

Posting Permissions

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