Beiträge von Devilfish

    Thanks PCD but that package isn't in my /Sources folder.


    I'm guessing that package is missing from the CVS.


    Can anyone else check a DM600 CVS please? Then I would know if it's a problem with my setup or with the CVS.


    Thanks :smiling_face:

    Hi folks,


    I'm trying to download a fresh cvs for a Dm600. I'm getting this error...



    I've tried googling for the package "enigma-cvs-20070615" but no results. I've checked my build/tmp/work/enigma-cvs-20070615-r3/ folder and it's empty.


    Does anyone know where I can get this package please?


    Thanks
    -Devilfish

    Hi dreamers,


    I was wondering if it's possibe to add a USB connection/controller to a DM500 receiver?


    I've seen it done on a Dbox2 so it must be possible on the 500.


    I know the 7000 series has this feature but looking for it on the 500.


    Thanks
    Devilfish

    When using dreamup, make sure the dreambox is powered OFF.


    Connect Null modem cable to dreambox and PC. A standard serial rs232 cable will not work, must be null modem.


    Load dreamup on PC and click 'Connect'.


    Plug in dreambox.


    Bootloader will be uploaded to dreambox.


    Click 'flash' and select the image you want to flash.


    Select 'Yes' to flash erase.


    If the image you are using is a backup image, i.e. contains services and bouquets, then select 'no' to flash erase.


    Wait 10 mins approx. and it will say done.


    Close down dreamup.


    Power off dreambox and wait 30seconds.


    Power on dreambox.

    Hi folks,


    I was wondering if the tuners in the 600 and 7025 are interchangeable?


    I know the board on the 600 is smaller to accommodate the smaller box so the 7025 tuner wouldn't fit in a 600. But would a 600 tuner fit in a 7025?


    Thanks.


    :smiling_face:

    Hi,


    What is the best monotone version to use for dm600-pvr images?


    I'm using Ubuntu 7.10 Gutsy and monotone-0.31. I'm getting the following error...


    Code
    vocab.hh:126: error: using typedef-name ‘boost::filesystem::path’ after ‘class’
    /usr/include/boost/filesystem/path.hpp:43: error: ‘boost::filesystem::path’ has a previous declaration here
    make[3]: *** [mtn-paths.o] Error 1
    make[3]: Leaving directory `/home/devilfish/monotone-0.31'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/devilfish/monotone-0.31'
    make[1]: *** [all] Error 2
    make[1]: Leaving directory `/home/devilfish/monotone-0.31'
    make: *** [debian/stamp-makefile-build] Error 2
    devilfish@devilfish:~/monotone-0.31$


    I've tried 0.31, 0.32, 0.33, 0.34 and 0.35, all with various error but usually the above error.


    Do I need to migrate using 'mtn -d oe.mtn db migrate'???


    Thanks
    Devilfsih


    EDIT:


    I got it working. I got 0.35 to install ok.


    Then I got this error...


    home/username/tuxbox-bb/oe.mtn is laid out according to an old schema


    So I done a...


    Code
    mtn --db oe.mtn db migrate


    Then...


    Code
    mtn --db oe.mtn db regenerate_caches


    This took well over 6 hours to complete.


    Then done the...


    Code
    make -f Makefile-opendreambox image


    ...and everything seems to be going ok.

    I have a DM7000 and use multiboot with a usb drive. I know you can also use the hdd to multiboot but the Dm500 doesn't have a usb slot or hdd. How can this be done please? Do you use a mount to a PC for multiboot?


    Thanks

    I have virtual machine with ubuntu installed and I can do it this way but I was thinking about for people who are new to the dreambox or don't have much experience.


    pcd...multiboot is an option that I hadn't thought of...thanks. But this can't be done if you have a DM500.


    Thank you both for your answers.

    Hi Folks,


    Is there a program that will allow you to open an .img file on a windows PC?


    There is a program called NewTuxFlash that allows you to open a dbox2 .img file and you can extract files from it (but not add) but it doesn't work with dreambox images.


    I've tried a few 'unzip' programs but none seem to work.


    Any help is greatly appreciated.


    Thanks
    Devilfish

    Thought I'd add this here, might be useful.


    If you want to scroll left and right through different bouquets without having to press 0 or GO UP, do the following...


    copy /share/tuxbox/enigma/resources/rcdm5xxx.xml
    to /var/tuxbox/config/enigma/resources/rcdm5xxx.xml


    then edit rcdm5xxx.xml and change...
    <actionmap name="serviceSelector">
    <action name="nextBouquet" key="bouqup" flags="mr" />
    <action name="prevBouquet" key="bouqdown" flags="mr" />


    to


    <actionmap name="serviceSelector">
    <action name="nextBouquet" key="next" flags="mr" />
    <action name="prevBouquet" key="prev" flags="mr" />
    <action name="pathUp" key="0" flags="m" />
    </actionmap>



    You can then use the arrow keys next to the "0" key to flick through different bouquets. :smiling_face:

    Box type: DM500C


    Hi all,


    I was wondering if there is software or a simple tool that will allow an image file to be opened on a PC?


    For example,


    Say I want to extract the cables.xml or satellite.xml file from an image but don't want to flash the image to my dreambox.


    Is this possible?


    Many thanks!