Guide: How to Create a DM500+ or DM600-PVR Image - Page 2
Register
Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 40
  1. #16
    Administrator
    Devilfish's Avatar
    Join Date
    Feb 2008
    Location
    /cdk
    Posts
    7,844
    Thanks Thanks Given 
    71
    Thanks Thanks Received 
    2,547
    Thanked in
    203 Posts

    Default

    Well done jansenjw! I'm glad you finally got it.

    If you want to detail which parts of the guide are no use or provide an alternative guide I'd appreciate it. Don't want info that's wrong.
    Get Digital Kaos on your Apple or Android device with Tapatalk

  2. #17
    Newbie
    Join Date
    Apr 2008
    Posts
    12
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    hi Devilfish

    First of all I offer you congratulations on the excellent work ...

    I have noticed that this link that puts them to me as a repository is off,
    PHP Code:
    Add this line to APT sources (/etc/apt/sources.list):
    Codedeb http://www.openembedded.org/dl/ packages/ 
    there is a problem or we can add another link

    thanks in advance

  3. #18
    Administrator
    Devilfish's Avatar
    Join Date
    Feb 2008
    Location
    /cdk
    Posts
    7,844
    Thanks Thanks Given 
    71
    Thanks Thanks Received 
    2,547
    Thanked in
    203 Posts

    Default

    Yes I know virus.

    Maybe jansenjw will let us know where he got it from.
    Get Digital Kaos on your Apple or Android device with Tapatalk

  4. #19
    Newbie
    Join Date
    Apr 2008
    Posts
    12
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    ok, is that he was interested, but I will have to leave for when you're on

    thanks

  5. #20
    Junior Member
    Join Date
    May 2008
    Location
    Netherlands
    Posts
    21
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post

    Default

    hi

    I tricked the installer:
    1. For treke.net, just created an entry in my hosts file to let it point to 127.0.0.1. The installer then immediately stops trying and gets the packages from CVS which is MUCH faster.
    2. For missing packages from sourceforge: I just Googled on the exact filename, downloaded it from the internet and placed in the .../tuxbox-bb/sources folder and restarted the make -f Makefile.openembedded image command. The script then recognizes the package exists and starts installing it.

    Its not pretty, but it worked for me (not really workable for a tutorial)

  6. #21
    Member
    Join Date
    May 2008
    Posts
    67
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    So jansenjw, did your image work once you tried it? Are you looking to develop something or were you just having a play?
    I'm interested to know as you seem to be a god on the compiling side. :-)

  7. #22
    Junior Member
    Join Date
    May 2008
    Location
    Netherlands
    Posts
    21
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post

    Default

    Yes it works!

    I am currently trying to develop a CAM just because I want to understand how this works. I am able to read the DVB stream, select the proper channels on the demux and identify the encrypted ECM messages. Now I am building a client for the newcamd cardserver so I can read the control words from my CanalDigitaal card (seca2) and try apply the CWs to descramble the video screen. If this works this would be a basic (legal) frame for building CAMs. I will then publish the source code so everyone can help building it out to something decent :-). I am a fan of public domain software and I hate encryption :-D
    Last edited by jansenjw; 27th July, 2008 at 11:32 PM.

  8. #23
    Newbie
    Join Date
    Apr 2008
    Posts
    12
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    I toei trying to compile the image of 600 and think that everything installed, but gave me this error, someone can give me a hand ...

    erro:
    xxx@xxx-desktop:~$ mkdir tuxbox-bb
    xxx@xxx-desktop:~$ cd tuxbox-bb
    xxx@xxx-desktop:~/tuxbox-bb$ make -f Makefile-opendreambox image
    mkdir -p cache
    mkdir -p sources
    mkdir -p build
    mkdir -p build/conf
    NEWS:

    As of 2007-04-03, we switched to monoton 0.31. Be sure to also use this
    version!

    As of 2006-08-27, we started with the opendreambox-1.4 distribution version.
    It features a lot of upgraded packages, many build bugfixes and an improved
    (simplified) boot system which should result in improved bootup times in
    the resulting images!

    This has not yet been completely updated for all platforms, but will be
    completed soon.

    Be sure to switch to opendreambox-1.4 in your Makefile!

    Older news:

    As of 2006-07-24, we no longer update the old pre-monotone 0.26 database.
    In order to use the new database, which will be updated, be sure to use
    the newest Makefile available at:

    http://schwerkraft.elitedvb.net/plug...t=opendreambox

    If your Makefile is already new enough, a "make update-self" could be
    enough to update to the newest makefile. Otherwise, just download it
    again.


    receiving file list ... done
    oe.mtn

    sent 115 bytes received 187335181 bytes 159231.02 bytes/sec
    total size is 238395392 speedup is 1.27
    Trying to pull the newest revision of the meta database. you can
    disable this by setting DISABLE_UPDATE=1 in the Makefile-opendreambox
    /usr/bin/mtn pull --db=oe.mtn monotone.openembedded.org org.openembedded.dreambox
    mtn: misuse: database /home/justo/tuxbox-bb/oe.mtn is laid out according to an old schema
    mtn: misuse: try 'mtn db migrate' to upgrade
    mtn: misuse: (this is irreversible; you may want to make a backup copy first)
    make: *** [oe.mtn] Error 1
    xxx@xxx-desktop:~/tuxbox-bb$

  9. #24
    Administrator
    Devilfish's Avatar
    Join Date
    Feb 2008
    Location
    /cdk
    Posts
    7,844
    Thanks Thanks Given 
    71
    Thanks Thanks Received 
    2,547
    Thanked in
    203 Posts

    Default

    The version of oe.mtm does not match your version of monotone.

    You can download the proper version of oe.mtm from here...

    http://wiki.openembedded.net/snapshots/

    Or you can simply type...

    Code:
    mtn db migrate
    ...and it will update the oe.mtn to yor version of monotone. But it will take hours and hours and hours...
    Get Digital Kaos on your Apple or Android device with Tapatalk

  10. #25
    Newbie
    Join Date
    Apr 2008
    Posts
    12
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    We have managed to begin to compile, but now when it begins to get me the file already toei error and the turns to see if the fix and can not ... of some help to make?

    Code:
    NOTE: fetch http://www.oesources.org/source/current/file-4.23.tar.gz
    --20:40:01--  http://www.oesources.org/source/current/file-4.23.tar.gz
               => `/home/xxx/tuxbox-bb/sources/file-4.23.tar.gz'
    Resolving www.oesources.org... 64.136.190.225
    Connecting to www.oesources.org|64.136.190.225|:80... failed: Connection timed out.
    Retrying.
    
    --20:43:11--  http://www.oesources.org/source/current/file-4.23.tar.gz
      (try: 2) => `/home/xxx/tuxbox-bb/sources/file-4.23.tar.gz'
    Connecting to www.oesources.org|64.136.190.225|:80... failed: Connection timed out.
    Retrying.
    
    --20:46:22--  http://www.oesources.org/source/current/file-4.23.tar.gz
      (try: 3) => `/home/xxx/tuxbox-bb/sources/file-4.23.tar.gz'
    Connecting to www.oesources.org|64.136.190.225|:80... failed: Connection timed out.
    Retrying.
    
    --20:49:34--  http://www.oesources.org/source/current/file-4.23.tar.gz
      (try: 4) => `/home/xxx/tuxbox-bb/sources/file-4.23.tar.gz'
    Connecting to www.oesources.org|64.136.190.225|:80... failed: Connection timed out.
    Retrying.
    
    --20:52:47--  http://www.oesources.org/source/current/file-4.23.tar.gz
      (try: 5) => `/home/xxx/tuxbox-bb/sources/file-4.23.tar.gz'
    Connecting to www.oesources.org|64.136.190.225|:80... failed: Connection timed out.
    Giving up.
    
    NOTE: fetch http://dreamboxupdate.com/sources-mirror/file-4.23.tar.gz
    --20:55:56--  http://dreamboxupdate.com/sources-mirror/file-4.23.tar.gz
               => `/home/xxx/tuxbox-bb/sources/file-4.23.tar.gz'
    Resolving dreamboxupdate.com... 82.149.226.174
    Connecting to dreamboxupdate.com|82.149.226.174|:80... connected.
    HTTP request sent, awaiting response... 404 Not Found
    20:55:56 ERROR 404: Not Found.
    
    NOTE: Task failed: Fetch failed: ftp://ftp.astron.com/pub/file/file-4.23.tar.gz
    NOTE: package file-native-4.23-r1: task do_fetch: failed
    ERROR: TaskFailed event exception, aborting
    NOTE: package file-native-4.23: failed
    ERROR: Build of dreambox-image failed
    make: *** [image] Error 1
    xxx@xxx-desktop:~/tuxbox-bb$
    Thanks in advance

  11. #26
    Administrator
    Devilfish's Avatar
    Join Date
    Feb 2008
    Location
    /cdk
    Posts
    7,844
    Thanks Thanks Given 
    71
    Thanks Thanks Received 
    2,547
    Thanked in
    203 Posts

    Default

    The file file-4.23.tar.gz is not at the location where it should be or the link is broken.

    Try googling for the file, manually download it and put it in the sources folder. Reissue the same command and it will continue with the next file.
    Get Digital Kaos on your Apple or Android device with Tapatalk

  12. #27
    Newbie
    Join Date
    Apr 2008
    Posts
    12
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    yes I have ever taken up that option before posting, copied the file with the same name in the folder and methyl sources but I do not know because that does not recognize, have tried to put the error after the command "make-f-Makefile opendreambox image"

    but begins again by the file is missing and t? keep hitting the same error ..

  13. #28
    Administrator
    Devilfish's Avatar
    Join Date
    Feb 2008
    Location
    /cdk
    Posts
    7,844
    Thanks Thanks Given 
    71
    Thanks Thanks Received 
    2,547
    Thanked in
    203 Posts

    Default

    Sorry I'm not sure what else to suggest.

    Maybe one of the other guys will see this and offer some assistance.
    Get Digital Kaos on your Apple or Android device with Tapatalk

  14. #29
    Newbie
    Join Date
    Oct 2008
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default CVS??

    i am curious about command
    cvs -d anoncvs@cvs.tuxbox.org:/cvs/tuxbox -z3 co -P -rdreambox .

    is this cvs version of tuxbox used anywhere?

    if not is there a way to update the org.openembedded.dreambox branch for tuxbox and enigma for the latest cvs?

  15. #30
    V.I.P. Member cgscott's Avatar
    Join Date
    Jul 2008
    Location
    cmd
    Posts
    3,513
    Thanks Thanks Given 
    13
    Thanks Thanks Received 
    31
    Thanked in
    27 Posts

    Default

    Quote Originally Posted by virus View Post
    We have managed to begin to compile, but now when it begins to get me the file already toei error and the turns to see if the fix and can not ... of some help to make?

    Code:
    NOTE: fetch http://www.oesources.org/source/current/file-4.23.tar.gz
    --20:40:01--  http://www.oesources.org/source/current/file-4.23.tar.gz
               => `/home/xxx/tuxbox-bb/sources/file-4.23.tar.gz'
    Resolving www.oesources.org... 64.136.190.225
    Connecting to www.oesources.org|64.136.190.225|:80... failed: Connection timed out.
    Retrying.
    
    --20:43:11--  http://www.oesources.org/source/current/file-4.23.tar.gz
      (try: 2) => `/home/xxx/tuxbox-bb/sources/file-4.23.tar.gz'
    Connecting to www.oesources.org|64.136.190.225|:80... failed: Connection timed out.
    Retrying.
    
    --20:46:22--  http://www.oesources.org/source/current/file-4.23.tar.gz
      (try: 3) => `/home/xxx/tuxbox-bb/sources/file-4.23.tar.gz'
    Connecting to www.oesources.org|64.136.190.225|:80... failed: Connection timed out.
    Retrying.
    
    --20:49:34--  http://www.oesources.org/source/current/file-4.23.tar.gz
      (try: 4) => `/home/xxx/tuxbox-bb/sources/file-4.23.tar.gz'
    Connecting to www.oesources.org|64.136.190.225|:80... failed: Connection timed out.
    Retrying.
    
    --20:52:47--  http://www.oesources.org/source/current/file-4.23.tar.gz
      (try: 5) => `/home/xxx/tuxbox-bb/sources/file-4.23.tar.gz'
    Connecting to www.oesources.org|64.136.190.225|:80... failed: Connection timed out.
    Giving up.
    
    NOTE: fetch http://dreamboxupdate.com/sources-mirror/file-4.23.tar.gz
    --20:55:56--  http://dreamboxupdate.com/sources-mirror/file-4.23.tar.gz
               => `/home/xxx/tuxbox-bb/sources/file-4.23.tar.gz'
    Resolving dreamboxupdate.com... 82.149.226.174
    Connecting to dreamboxupdate.com|82.149.226.174|:80... connected.
    HTTP request sent, awaiting response... 404 Not Found
    20:55:56 ERROR 404: Not Found.
    
    NOTE: Task failed: Fetch failed: ftp://ftp.astron.com/pub/file/file-4.23.tar.gz
    NOTE: package file-native-4.23-r1: task do_fetch: failed
    ERROR: TaskFailed event exception, aborting
    NOTE: package file-native-4.23: failed
    ERROR: Build of dreambox-image failed
    make: *** [image] Error 1
    xxx@xxx-desktop:~/tuxbox-bb$
    Thanks in advance
    404 is a web error if your trying to download from the web its likely that the file is missing.

    try downloading the file to your desktop then installing it.

 

 
Page 2 of 3 FirstFirst 123 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.