Page 2 of 6 FirstFirst 1234 ... LastLast
Results 16 to 30 of 84

Thread: HOWTO: MLDonkey as Download Manager for WL-700g [draft v.0.1]

  1. #16
    Quote Originally Posted by Fullback View Post
    # /opt/etc/init.d/mlnet
    /opt/etc/init.d/mlnet: cannot execute
    -Using Telnet

    [Bhavdip@(none) bin]$sudo /opt/etc/init.d/mlnet
    sudo: /opt/etc/init.d/mlnet: command not found
    [Bhavdip@(none) bin]$
    -Shell using "sudo"

    [Bhavdip@(none) bin]$/opt/etc/init.d/mlnet
    -bash: /opt/etc/init.d/mlnet: Permission denied
    -Shell without using sudo.

    I have followed the instructions and i do not understand what is causing MLDonkey not to start up. Thank you all for your help.
    Are you sure you have made the file executable? You can make it executable with:
    chmod +x /opt/etc/init.d/mlnet

    Does anyone know how to compile MLDonkey? Im am not experienced enough with UNIX to do this, they have fixed problems with torrents being slow in the newest version of MLDonkey (2.9).
    Last edited by Henrikh; 14-08-2007 at 13:26.

  2. #17

    Cant close mlnet

    If i vi mlnet and add the text from step 2.2 on
    http://wl700g.homelinux.net/drupal/?q=node/137
    this wont work:
    (to save file press <ESC> <CTRL>+<:> <X> <ENTER>)
    I doesnt save
    but if i do ZZ
    i get the error
    Write error: No such file or directory
    Im so close!
    Woffesl

  3. #18
    Join Date
    Aug 2007
    Location
    Austria
    Posts
    52
    Quote Originally Posted by Woffels View Post
    Cant find instructions on bzip on kfurge. I did find bzip2.1.0.4.pkg. Can i use tat one?
    when you would once RTFM and follow the instructions, you could save 1E34 recycled electrons to write these advices again and again and again ....

    instead you'd have a properly installed system where
    Code:
    ipkg install bzip2
    would work and know from which location it has to download the repository

    exactly this step is well explained within kfurge's instructions,
    and therefore i gave you the advice.


    excerpt from kfurge's docs

    Step #3, Installing optware packages

    1. Telnet to your router and login as root.
    2. Create and manually mount /shares/MYVOLUME1/opt on /opt (rc.local will do this automatically once /shares/MYVOLUME1/opt is created)
    * cd /shares/MYVOLUME1
    * mkdir -p opt/etc
    * mount -o bind /shares/MYVOLUME1/opt /opt
    3. Manually install uClibc, busybox, wget, and ipkg from the optware repository:
    * wget http://ipkg.nslu2-linux.org/feeds/op...8-1_mipsel.ipk
    * tar xvzf uclibc_0.9.28-1_mipsel.ipk; tar xvzf data.tar.gz
    * wget http://ipkg.nslu2-linux.org/feeds/op...3-3_mipsel.ipk
    * tar xvzf busybox-base_1.1.3-3_mipsel.ipk; tar xvzf data.tar.gz
    * wget http://ipkg.nslu2-linux.org/feeds/op...3-3_mipsel.ipk
    * tar xvzf busybox-links_1.1.3-3_mipsel.ipk; tar xvzf data.tar.gz
    * wget http://ipkg.nslu2-linux.org/feeds/op...2-3_mipsel.ipk
    * tar xvzf wget_1.10.2-3_mipsel.ipk; tar xvzf data.tar.gz
    * wget http://ipkg.nslu2-linux.org/feeds/op...3-4_mipsel.ipk
    * tar xvzf ipkg_0.99-163-4_mipsel.ipk; tar xvzf data.tar.gz
    * rm -f *.ipk data.tar.gz debian-binary control.tar.gz
    4. Add /opt/bin to the beginning your path (to override Asus binaries of the same name)
    * export PATH=/opt/bin:${PATH}
    * export LD_LIBRARY_PATH=/opt/lib:${LD_LIBRARY_PATH}
    5. Add the following line to /opt/etc/ipkg.conf with the newly installed busybox version of vi: "src optware http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable". Here's a copy of mine.
    6. Run "ipkg update"
    7. For completeness, re-run "ipkg install" for uclibc, busybox, ipkg, and wget to fully install them. You may have to use the -force-overwrite flag.
    8. You can now add packages as necessary and start them via rc.local

    did you edit the /opt/etc/ipkg.conf file ???

  4. #19

    Working on it

    First, ill tell you my concern. Bought this router for 240 euros. Sales guy told me to easaly download with it. Ive been busy with the wl for more then 2 weeks without satisfying result. I do have more than avarage knowlidge of computers and systems, but not a lot of linux experience. I just want my router to work properly. I dont speak your "computer language", so i dont understand everything, im sorry for that and dont want to get people anoying or upset. I just want some help in easy language. It is foolish that we buy a product that isnt working and that we have to climb under the hood to do modifications on a new product. What if my little sister has bought this thing or someone who doesnt even know the existance of a forum or workarounds. They might throw the thing out of the window!!!!
    Im also busy with writing asus, but not a lot of response.
    That was it.
    Now this!
    I did everything over again how it is written in the tutorial but i get stuck on

    6. Run "ipkg update"
    For completeness, re-run "ipkg install" for uclibc, busybox, ipkg, and
    wget to fully install them. You may have to use the -force-overwrite flag
    on
    http://wl700g.homelinux.net/drupal/?q=node/83

    What to do exactly?
    Woffels

  5. #20
    Join Date
    Aug 2007
    Location
    Austria
    Posts
    52
    Quote Originally Posted by Woffels View Post
    ... I do have more than avarage knowlidge of computers and systems ...
    this is nice to hear


    anyhow, then we have to track down your (mis)configuration step by step

    1. be shure, that your WL700 is connected to the internet, as it needs it to download the ipk packages.
    does the internet connection work at your PC which is connected to the WL700 ?

    now to your WL700 telnet session
    2. what are the messages when you run these commands
    Code:
    ls -Al /opt
    ls -Al /opt/bin
    cat /opt/etc/ipkg.conf
    echo $PATH
    echo $LD_LIBRARY_PATH
    3. what's the (error-?) message when you run
    Code:
    ipkg list_installed
    4. what's the (error-?) message when you run
    Code:
    ipkg update
    5. what's the (error-?) message when you run
    Code:
    ipkg install zlib bzip2 -force-overwrite
    Last edited by tiwag; 14-08-2007 at 16:20.

  6. #21

    no telnet

    I do the sequence over and see where i get stuck and awnser your questions.
    Last edited by Woffels; 14-08-2007 at 22:42.

  7. #22

    Heres what happens

    Here are the awnser to your questions

    # ls -Al /opt
    drwxr-xr-x 2 root root 2520 Aug 14 21:57 bin
    drwxr-xr-x 3 root root 72 Aug 14 21:53 doc
    drwxr-xr-x 2 root root 200 Aug 14 22:00 etc
    drwxr-xr-x 2 root root 72 Aug 14 21:53 include
    drwxr-xr-x 3 root root 1376 Aug 14 21:53 lib
    drwxr-xr-x 3 root root 72 Jan 19 2007 man
    drwxr-xr-x 2 root root 416 Aug 14 21:47 sbin
    drwxr-xr-x 3 root root 72 Sep 22 2006 share
    # ls -Al /opt/bin
    -rw-r--r-- 1 root root 301 Aug 14 21:57 ENTER
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 [ -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 [[ -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 ash -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 basename -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 bunzip2 -> busybox
    -rwxr-xr-x 1 root root 673100 Jan 18 2007 busybox
    lrwxrwxrwx 1 root root 5 Aug 14 21:53 bzcat -> bzip2
    -rwxr-xr-x 1 root root 101924 Jul 24 06:22 bzip2
    -rwxr-xr-x 1 root root 11360 Jul 24 06:22 bzip2recover
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 cat -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 chgrp -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 chmod -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 chown -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 chvt -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 clear -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 cmp -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 cp -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 cut -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 date -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 dd -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 deallocvt -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 dirname -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 dmesg -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 du -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 echo -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 egrep -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 env -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 expr -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 false -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 fgrep -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 find -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 free -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 grep -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 gunzip -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 gzip -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 head -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 hexdump -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 hostname -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 id -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 install -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 ip -> busybox
    -rwxr-xr-x 1 root root 5752 Sep 22 2006 ipkg
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 kill -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 killall -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 ln -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 logger -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 logname -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 ls -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 md5sum -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 mkdir -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 mkfifo -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 mknod -> busybox
    -rwxr-xr-x 1 root root 2908042 Aug 14 21:54 mlnet.lite
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 more -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 mount -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 mv -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 nc -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 netstat -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 openvt -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 pidof -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 ping -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 ping6 -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 ps -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 pwd -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 readlink -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 reset -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 rm -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 rmdir -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 sed -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 sh -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 sleep -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 sort -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 strings -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 sync -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 tail -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 tar -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 tee -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 test -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 time -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 top -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 touch -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 tr -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 true -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 tty -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 umount -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 uname -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 uncompress -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 uniq -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 unzip -> busybox
    -rwxr-xr-x 1 root root 4248 Sep 22 2006 update-alternatives
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 uptime -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 usleep -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 vi -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 wc -> busybox
    -rwxrwxr-x 1 root root 290504 Jan 19 2007 wget
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 which -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 whoami -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 xargs -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 yes -> busybox
    lrwxrwxrwx 1 root root 7 Aug 14 21:47 zcat -> busybox

    # cat /opt/etc/ipkg.conf
    src optware http://ipkg.nslu2-linux.org/feeds/op...g/cross/stable

    # echo $PATH
    /usr/sbin:/bin:/usr/bin:/sbin

    # echo $LD_LIBRARY_PATH
    nothing happens

    # ipkg list_installed
    ipkg: not found

    ipkg update
    ipkg: not found

    # ipkg install zlib bzip2 -force-overwrite
    ipkg: not found

    If i follow the how to, i get stuck by:
    7. For completeness, re-run "ipkg install" for uclibc, busybox, ipkg, and wget to fully install them. You may have to use the -force-overwrite flag.

    If i run i get this message
    # /opt/etc/mlnet
    #
    # /opt/bin/mlnet.lite: can't load library 'libz.so'

    I do have connection with the internet, i see the ipkg packages downloading.

    What exactly do i have to do on the place where i get stuck?
    Hope to hear from you soon
    Woffels
    Last edited by Woffels; 14-08-2007 at 23:57.

  8. #23
    Quote Originally Posted by Woffels View Post
    # echo $PATH
    /usr/sbin:/bin:/usr/bin:/sbin

    # echo $LD_LIBRARY_PATH
    nothing happens

    # ipkg list_installed
    ipkg: not found
    You must've forgotten step #4. It has to be repeated every time you telnet in until you get a working bash shell and add it to your .profile.

    - K.C.

  9. #24

    Step 7.

    First of all i want to know what step 7 in your description means.

    If i follow the how to, i get stuck by:
    7. For completeness, re-run "ipkg install" for uclibc, busybox, ipkg, and wget to fully install them. You may have to use the -force-overwrite flag.

    What to do here because what i do is repeat step 3 again.

  10. #25
    Quote Originally Posted by Woffels View Post
    What to do here because what i do is repeat step 3 again.
    The instructions should be followed exactly. Don't repeat step three. Actually run the command "ipkg install uclibc" then run the command "ipkg install busybox", etc.

    You must not log out between steps 4 and 7. If you do so, you'll have to repeat step #4 to set your PATH and LD_LIBRARY_PATH environment variables.

    - K.C.

  11. #26
    Join Date
    Aug 2007
    Location
    Austria
    Posts
    52
    Quote Originally Posted by kfurge View Post
    The instructions should be followed exactly. Don't repeat step three. Actually run the command "ipkg install uclibc" then run the command "ipkg install busybox", etc.
    ...
    Hi K.C.

    there is a problem because recent versions of Oleg's Packages file
    http://ipkg.nslu2-linux.org/feeds/op...table/Packages
    doesn't contain uclibc package anymore, so

    the command "ipkg install uclibc"
    will fail. This happens if you did a "ipkg update" before.

    but all the uclibc files uclibc_0.9.28-#_mipsel.ipk (# = 1 ... 5)
    are still hosted at the server.

    Maybe you've still an older Packages file with the correct package description of uclibc in it, if so please post the uclibc section here, so that we can modify our Packages file.

    OR

    did you use "ipkg install uclibc-opt",
    do you know the differences between "uclibc" and "uclibc-opt"
    can we use it for our WL700g without problems ?

    edit: the above question also applies to "ipkg" versus "ipkg-opt" packages .



    brgds

    --
    tiwag
    Last edited by tiwag; 16-08-2007 at 07:23.

  12. #27
    Join Date
    Aug 2007
    Location
    Austria
    Posts
    52
    Quote Originally Posted by Woffels View Post
    ... i get stuck by ...
    just run these commands before trying to use ipkg

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

  13. #28
    Join Date
    Aug 2007
    Location
    Austria
    Posts
    52
    Quote Originally Posted by tiwag View Post
    Hi K.C.

    there is a problem because recent versions of Oleg's Packages file
    http://ipkg.nslu2-linux.org/feeds/op...table/Packages
    doesn't contain uclibc package anymore, so

    the command "ipkg install uclibc" will fail...
    for all who are interested in the results of my experiment
    i've just now installed uclibc-opt, ipkg-opt, etc...
    see my list of installed packages

    Code:
    [root@WL700gE ~]$ ipkg list_installed
    bash - 3.2.17-1 - A bourne style shell
    busybox - 1.5.0-1 - A userland replacement for embedded systems.
    busybox-base - 1.5.0-1 - A userland replacement for embedded systems.
    busybox-links - 1.5.0-1 - A userland replacement for embedded systems.
    bzip2 - 1.0.4-1 - Very high-quality data compression program
    dropbear - 0.48.1-1 - Lightweight SSH client and server system
    groff - 1.19.2-1 - front-end for the groff document formatting system
    hdparm - 6.9-1 - Linux hard drive parameter utility
    ipkg-opt - 0.99.163-9 - The Itsy Package Manager
    less - 394-3 - Less file browser
    libuclibc++ - 0.2.2-4 - C++ standard library designed for use in embedded systems
    man - 1.5p-4 - unix manual page reader
    man-pages - 2.33-3 - unix manual pages
    nano - 2.0.6-1 - A pico like editor
    ncurses - 5.6-1 - NCurses libraries
    ncursesw - 5.6-1 - NCurses libraries with wide char support.
    readline - 5.2-2 - The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are
    screen - 4.0.3-2 - A screen manager that supports multiple logins on single terminal
    sudo - 1.6.9p3-1 - System utility to execute commands as the superuser
    termcap - 1.3.1-2 - Terminal emulation library
    uclibc-opt - 0.9.28-12 - micro C library for embedded Linux systems
    wget - 1.10.2-4 - A network utility to retrieve files from the Web
    zlib - 1.2.3-2 - zlib is a library implementing the 'deflate' compression system.
    Successfully terminated.
    and my WL700g is still running very very fine ...

    brgds

    --
    tiwag

  14. #29
    Hi!
    After starting mlnet.lite says "can't load library 'libncurses.so.5' "
    How can i install this?

    Thank you/

  15. #30
    Quote Originally Posted by tiwag View Post
    Hi K.C.

    there is a problem because recent versions of Oleg's Packages file
    http://ipkg.nslu2-linux.org/feeds/op...table/Packages
    doesn't contain uclibc package anymore, so
    Those instructions are getting old. I posted that page well over 8 months ago now. I can't say for sure, because I've not tested it, but you should be able to replace all references of uclibc with uclibc-opt.

    - K.C.

Page 2 of 6 FirstFirst 1234 ... LastLast

Similar Threads

  1. Photo Album & Download Manager
    By antoschka in forum WL-700g Firmware Discussion
    Replies: 2
    Last Post: 18-06-2007, 22:52
  2. HowTo install a lightweight blog server
    By Tamadite in forum WL-500g/WL-500gx Tutorials
    Replies: 0
    Last Post: 03-12-2006, 02:46
  3. Download Manager
    By Erwin in forum Dutch Discussion - Nederlands
    Replies: 1
    Last Post: 18-10-2006, 20:35

Posting Permissions

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