Beiträge von eagle

    Might be the power supply.


    I had the very same problem, i first thought it was the image, but it's probably the "being down for a while" that brings back the speed.


    Replacing the capacitors on the power supply really fixed this problem.


    ....I do not believe that guilt is the power supply ... since placing a img a year ago, the problem disappears ... :face_with_rolling_eyes:

    This has nothing to do with LAN, there has been a problem with naming of IDE devices, check the DMA mode with hdparm. With the latest CVS images, the problem has been fixed.


    I use a cvs 20090308.... what do you mean by "latest CVS"?


    How can I test with hdparm?


    Thanks

    Ge0rG


    The new remote control (dm8000) it' different:


    (by GHOST)
    The NEW RC is configured via "/proc/stb/ir/rc/mask1"
    The OLD RC is configured via "/proc/stb/ir/rc/mask0"


    The codes in the mask1 are shifted 8 bits left... (*256).


    Default is 0xf00... this enables all 4 layers of the new RC.


    Only Layer1 is 0x100... Layer2 ist 0x200, Layer3 is 0x400, Layer4 ist 0x800.


    For disable all layers of the new rc (into 7025 or 800): "echo 0 > /proc/stb/ir/rc/mask1"


    Into your plugin:

    Code
    # config file for IR mask, default is DM7025 or later, fallback to DM500/600
    MASK = "/proc/stb/ir/rc/mask0"
    if not path.exists(MASK):
    	MASK = "/proc/stb/ir/rc/mask"


    becomed


    Code
    # config file for IR mask, default is DM7025 or later, fallback to DM500/600,  mask1 it's for DM8000
    MASK = "/proc/stb/ir/rc/mask1"
    if not path.exists(MASK):
    	MASK = "/proc/stb/ir/rc/mask"



    Or should include a menu of choice of the mask


    Thanks

    The lan interface has become too slow for many months (.. june 2008 ?)


    BEFORE transfer files to pc from hdd at 7000 KB/s
    AFTER (and NOW) transfer files at 3200 KB/s :exclamation_mark:


    I reinstalled for test an experimental-image from march 2008 and the transfer is back to 7000 KB/s so it is not a hardware problem but a software problem (drivers lan?? )


    Solutions?


    Many thanks

    It seems to be a hardware problem: when I setup my 7025 RC to layer 3 or 4, it is only recognized as layer 1 by the box (mask0 has bit 1 set). The plugin writes the correct bitmask to the register.


    While testing, I tried <long shift>0035 and now my RC is not sending any layer any more :loudly_crying_face:


    Ge0rG


    The dm8000 remote control respond to ALL layer... :loudly_crying_face: there is a new code for this remote?


    Thanks

    I confirm that the "internal network" window doesn't work very well.... because take the FIRST ACTIVE existing interface.. in this case the wireless is disabled and indicated 0.0.0.0 mac none.
    For me, the webint, should be indicate ONLY "ethernet network" (eth0) to avoid misunderstandings..


    Into dm7025 there isn't this problem because only one interface exisisting, but the dm8000 (see attachment) there is a "wireless network"


    Hi

    Quote ALL !


    Why not insert the "opentv-epg" into cvs? there is already a patch for BSkyB (Freesat-EPG patch) and one for sky it would be very simil (only different PIDS)


    Thanks

    Why don't you flash your box with the browser method => click? It's a lot easier and faster than the serial method...


    Yes ok, but I want to use DREAMUP because the images install via browser are unstable... (my 8000 hanging) ..there is something wrong in the flash... I cleaning the flash..


    Infact, is not normal that does not work dreamup...

    I tried to load a firmware (last clear CVS) on my dm8000 with dreamup v1.3.3.4 BUT after "reading checksum" the this windows appaers:
    "Got wrong response"


    ?? :loudly_crying_face: