Beiträge von lanron

    Please provide some information about the hard- and software used.


    Box type: dm7020
    GUI (enigma1/enigma2):
    Firmware version:


    your question
    how can i test modem of 7020, the manual shows there is WAN,but i can not find it, and i have reflash the nfi, still not find how to setup modem, any help?

    i bought them together, but the 8+16 has a problem, if i run it for 3 hours, the audio and video will not synchronization, does it matter with the sdram?

    hi, every one, when i compile image, i want to change the password ,from dreambox to mybox, i have changed chttpdconfig.h, but the password still is dreambox, what is the problem?



    void load()
    {
    CConfigFile *Config = new CConfigFile(',');
    if (Config->loadConfig(CHTTPD_CONFIGFILE))
    {
    AutoStart = Config->getBool("AutoStart");
    Port = Config->getInt32("Port");
    THREADS = Config->getBool("THREADS");
    Verbose = Config->getBool("VERBOSE");
    Log = Config->getBool("LOG");
    MustAuthenticate = Config->getBool("Authenticate");
    PrivateDocumentRoot = Config->getString("PrivateDocRoot");
    PublicDocumentRoot = Config->getString("PublicDocRoot");
    AuthUser = Config->getString("AuthUser");
    AuthPassword = "mybox";
    }
    else
    {
    AutoStart = false;
    Port = 8085;
    THREADS = true;
    Verbose = false;
    Log = false;
    MustAuthenticate = false;
    PrivateDocumentRoot = PRIVATEDOCUMENTROOT;
    PublicDocumentRoot = PUBLICDOCUMENTROOT;
    AuthUser = "root";
    AuthPassword = "mybox";
    save();
    }
    delete Config;

    Libraries have been installed in:
    /home/flyfalcon/dreambox/root/cdkroot/lib/tuxbox/plugins


    If you ever happen to want to link against installed libraries
    in a given directory, LIBDIR, you must either use libtool, and
    specify the full pathname of the library, or use the `-LLIBDIR'
    flag during linking and do at least one of the following:
    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
    during execution
    - add LIBDIR to the `LD_RUN_PATH' environment variable
    during linking
    - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
    - have your system administrator add LIBDIR to `/etc/ld.so.conf'


    See any operating system documentation about shared libraries for
    more information, such as the ld(1) and ld.so(8) manual pages.
    ----------------------------------------------------------------------
    install -m 0644 ./vnc.cfg /home/flyfalcon/dreambox/root/cdkroot/lib/tuxbox/plugins
    if test ! -e /home/flyfalcon/dreambox/root/cdkroot/var/tuxbox/config/vnc.conf; then cp ./vnc.con f /home/flyfalcon/dreambox/root/cdkroot/var/tuxbox/config;fi
    make[4]: Nothing to be done for `install-data-am'.
    make[4]: Leaving directory `/home/flyfalcon/dreambox/apps/tuxbox/plugins/vncviewer'
    make[3]: Leaving directory `/home/flyfalcon/dreambox/apps/tuxbox/plugins/vncviewer'
    make[2]: Leaving directory `/home/flyfalcon/dreambox/apps/tuxbox/plugins/vncviewer'
    Making install in enigma
    make[2]: Entering directory `/home/flyfalcon/dreambox/apps/tuxbox/plugins/enigma'
    Making install in demo
    make[3]: Entering directory `/home/flyfalcon/dreambox/apps/tuxbox/plugins/enigma/demo'
    make[4]: Entering directory `/home/flyfalcon/dreambox/apps/tuxbox/plugins/enigma/demo'
    install -d /home/flyfalcon/dreambox/root/cdkroot/lib/tuxbox/plugins
    install .libs/enigma_demo.so /home/flyfalcon/dreambox/root/cdkroot/lib/tuxbox/plugins
    install: cannot stat `.libs/enigma_demo.so': No such file or directory
    make[4]: *** [install-exec-local] Error 1
    make[4]: Leaving directory `/home/flyfalcon/dreambox/apps/tuxbox/plugins/enigma/demo'
    make[3]: *** [install-am] Error 2
    make[3]: Leaving directory `/home/flyfalcon/dreambox/apps/tuxbox/plugins/enigma/demo'
    make[2]: *** [install-recursive] Error 1
    make[2]: Leaving directory `/home/flyfalcon/dreambox/apps/tuxbox/plugins/enigma'
    make[1]: *** [install-recursive] Error 1
    make[1]: Leaving directory `/home/flyfalcon/dreambox/apps/tuxbox/plugins'
    make: *** [.plugins] Error 2
    pc09:/home/flyfalcon/dreambox/cdk#



    any kind friend can give me advice,my system is debian

    i thount it did't matter before,but now,i think it can make you not compile successfully


    [root@pc09 cdk]# ./prepare dm500
    Generating configuration files for tuxbox-cdk, please wait....
    aclocal
    /usr/share/aclocal/g-wrap.m4:7: warning: underquoted definition of AC_GWRAP_CHECK_GUILE
    run info '(automake)Extending aclocal'
    or see http://sources.redhat.com/auto…ke.html#Extending-aclocal
    /usr/share/aclocal/g-wrap.m4:23: warning: underquoted definition of AM_PATH_GWRAP
    /usr/share/aclocal/aqhbci.m4:5: warning: underquoted definition of AC_AQHBCI
    /usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
    configure.ac:13: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
    autoconf/general.m4:1657: AC_CANONICAL_TARGET is expanded from...
    configure.ac:13: the top level
    libtoolize --automake
    autoconf
    configure.ac:13: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
    autoconf/general.m4:1657: AC_CANONICAL_TARGET is expanded from...
    configure.ac:13: the top level
    automake --add-missing
    configure.ac:13: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET


    and i have see the aclocal code
    there is some information


    while ($_ = $fh->getline)
    {
    # Ignore `##' lines.
    next if /^##/;


    $contents .= $_;


    while (/$ac_defun_rx/go)
    {
    if (! defined $1)
    {
    print STDERR "$file:$.: warning: underquoted definition of $2\n";
    print STDERR " run info '(automake)Extending aclocal'\n"
    . " or see http://sources.redhat.com/automake/"
    . "automake.html#Extending-aclocal\n"
    unless $underquoted_manual_once;
    $underquoted_manual_once = 1;
    }


    but i don't know why,any kind friend can give me good explain,tks

    connect to address 82.149.243.100 port 544: Connection refused
    Trying krb4 rsh...
    connect to address 82.149.243.100 port 544: Connection refused
    trying normal rsh (/usr/bin/rsh)
    cvs.tuxbox.org: Connection refused
    cvs [checkout aborted]: end of file from server (consult above messages if any)


    it happens first time, yesterday it was ok,but today it can not connect,why?