Beiträge von weegull

    okej, my Dreambox got "real" IP but of course a firewall between it and Internet.


    //WeeGull


    Zitat

    Originally posted by floh
    I was referring to the ip-Adress-Netmask and Gateway.


    usually in a private Network the ip-Adress starts with 192.168.....

    Of course I changed cable to the dreambox and even tried to upload the image from 2 different computers. The only thing I so far has not been able to change is the dreambox.


    //WeeGull


    Zitat

    Originally posted by Reichi
    Did you ever take a look at your cable??

    Well, auto in settings on the Dreambox and auto on the switch which result in that I am not able to send new image via the webgui, I dont think that is strange.


    Just been trying with different switches to see if the problem is related to one switch or not. Only way to get a image uploaded is to set the switch in 10 FD and in the Dreambox it does not matter which setting I use it always use 10 FD.


    Zitat

    Originally posted by floh
    For me it looks like you have very strange network-Settings.

    Now I talked with 2 friends that also have 7025 and they do not have any problem with uploading new images via the webgui which I have.


    Will take my box to the store tomorrow and have it changed into a new.


    /Weegull

    So been changing lots of switches at home now and either it is my Dreambox 7025 that is broken or there are a bug in bootloader 44.


    No matter which switch I use the Dreambox runs at 10Mbit Full Duplex and it does not matter what setting I use in Dreambox it always anyhow use 10 Mbit Full Duplex.


    This is in the webflashmode only. If the box boots and Enigma2 starts it runs in 100 Mbit Full Duplex without problem.


    So bug in bootloader 44 or broken Dreambox 7025? Is there anyone who can just enter webflashmode and at that moment telnet to the Dreambox and check which speed the Dreambox use?


    Tested switches,
    Cisco 3524Xl
    Cisco 2924 XL
    HP Procurve
    Netgear DS108
    D-Link DI-624


    /WeeGull

    Looked even more close into this and discovered following.


    Woth bootloader 44 which my box has it never enters 100 Full Duplex mode it just goes to 10 Full Duplex and of course this will give errors when the switch operates in 100.


    Question now, is my box broken since bootloader does not use 100 even when I set it in the "bios" or is bootloader 44 broken???


    /WeeGull

    If I use Dreamup and flash the box it works as it should and I am able to flash the box but if I tries to use the webinterface it fails all the time.


    When the image is in place with Dreamup there are no problem with the network but during the webinterface flashing it does just not work.


    Output from my switch on the port conected to my 7025.


    Switch#sh interfaces fastEthernet 0/23
    FastEthernet0/23 is up, line protocol is up
    Hardware is Fast Ethernet, address is 0002.b97e.0a17 (bia 0002.b97e.0a17)
    MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
    reliability 255/255, txload 1/255, rxload 1/255
    Encapsulation ARPA, loopback not set
    Keepalive not set
    Auto-duplex (Full), Auto Speed (100), 100BaseTX/FX
    ARP type: ARPA, ARP Timeout 04:00:00
    Last input never, output 00:00:47, output hang never
    Last clearing of "show interface" counters 00:05:27
    Queueing strategy: fifo
    Output queue 0/40, 0 drops; input queue 0/75, 0 drops
    5 minute input rate 140000 bits/sec, 0 packets/sec
    5 minute output rate 0 bits/sec, 0 packets/sec
    836 packets input, 175706 bytes
    Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
    33 input errors, 33 CRC, 0 frame, 2065 overrun, 2065 ignored
    0 watchdog, 0 multicast
    0 input packets with dribble condition detected
    2346 packets output, 2826908 bytes, 0 underruns
    0 output errors, 0 collisions, 0 interface resets
    0 babbles, 0 late collision, 0 deferred
    0 lost carrier, 0 no carrier
    0 output buffer failures, 0 output buffers swapped out
    Switch#


    /WeeGull

    Is the networkproblems that where in 7020 still in the 7025? I try to flash via the webinterface but in my switch I only see CRC errors and even when I turn down the speed to 10 Half Duplex there are problems.


    The switch I use is a Cisco 2924 XL and it worked with my 7020 as it should but now with 7025 it is impossible to flash.


    My box broken or is the same old problem with 7020 still there?


    /WeeGull

    Enigma plugins has been updated and now OE fails to compile if you use date 17 Feb. I guess we have to wait the usual weeks for a OE to catch up with Enigma changes.


    /WeeGull


    EDIT:


    For us who can't wait here is the fix.


    In openembedded/packages/tuxbox/tuxbox-plugins/disable_nonworking.diff


    The original file
    @@ -1,7 +1,7 @@
    AUTOMAKE_OPTIONS = gnu


    SUBDIRS = \
    - include tuxmail tuxtxt tuxcom fx2 vncviewer enigma
    + include tuxmail tuxtxt tuxcom fx2 vncviewer


    pkgconfigdir = $(libdir)/pkgconfig
    pkgconfig_DATA = \




    Corrected file


    @@ -1,7 +1,7 @@
    AUTOMAKE_OPTIONS = gnu


    SUBDIRS = \
    - include tuxmail tuxtxt tuxcom tuxcal fx2 vncviewer enigma
    + include tuxmail tuxtxt tuxcom tuxcal fx2 vncviewer


    pkgconfigdir = $(libdir)/pkgconfig
    pkgconfig_DATA = \