Register
Page 6 of 12 FirstFirst 1234567891011 ... LastLast
Results 76 to 90 of 174
  1. #76
    Junior Member
    Join Date
    Nov 2008
    Posts
    25
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default Wrong Section

    Hi julio501

    Your in the Wrong section, this section is for Dreambox problems

    Regards

    Wizard

  2. #77
    Junior Member
    Join Date
    Jun 2009
    Posts
    31
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    hi all ;

    plz help me ...

    actually ... when i mack it my cvs and before last step

    #10 Execute command: make checkout

    i found this lines

    Code:
    find: `/home/raed/rr/root/cdkflash/root/lib/autofs/': No such file or directory
    I: Using ld.so.1 as dynamic linker.
    I: library reduction pass 1
    713 symbols, 699 unresolved
    No library provides non-weak  _ZN8eZapMain8instanceE
    No library provides non-weak  _ZN8eZapMain16startNGrabRecordEv
    No library provides non-weak  _ZN8eZapMain15stopNGrabRecordEv
    I: library reduction pass 2
    907 symbols, 68 unresolved
    No library provides non-weak  _ZN8eZapMain8instanceE
    No library provides non-weak  _ZN8eZapMain16startNGrabRecordEv
    No library provides non-weak  _ZN8eZapMain15stopNGrabRecordEv
    I: library reduction pass 3
    912 symbols, 5 unresolved
    No library provides non-weak  _ZN8eZapMain8instanceE
    No library provides non-weak  _ZN8eZapMain16startNGrabRecordEv
    No library provides non-weak  _ZN8eZapMain15stopNGrabRecordEv
    I: library reduction pass 4
    912 symbols, 5 unresolved
    cd /home/raed/rr/root/cdkflash/root/lib && ln -sf libgcc_s_nof.so.1 libgcc_s.so.1
    make[1]: Leaving directory `/home/raed/rr/cdk'
    raed@ubuntu:~/rr/cdk$
    then i Execute command:make dreamboximage_root

    and finally i got the image >>>and it was worked fine on my box

    but when i want to put line for Restart Enigma and in the Execute command: rm .enigma i got error same as below

    Code:
    rm: cannot remove `.enigma': No such file or directory
    and i get image size only 1.8 mb .....

    what i do ??

    please help me

    .......................

    and there is some things you most to know >>> i was formated me pc but before it >>> i copies the files packages from cdk/Archive in other drive .

    then when i want to build new cvs image i was macked this steps ...

    1 mkdir xyz
    2 cd xyz
    3 export CVS_RSH=ssh
    4 cvs -d anoncvs@cvs.tuxbox.org:/cvs/tuxbox -z3 co -P -rdreambox .
    5 cd cdk
    6 chmod 755 prepare
    7 i correct prepare file
    8 ./prepare dmxyz
    9 and in this step make checkout ...i was copies the files packages and posted to path cdk/Archive
    10 make checkout
    11 make dreamboximage_root

    Is this maked error for compile ??

    best regards

  3. #78
    Junior Member
    Join Date
    Jun 2009
    Posts
    31
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    where are u me friend (Devilfish) ?

    i try to build new cvs again ....

    but in this setup >>> make checkout>>> i get this error

    Code:
    for security reasons all user ssh-keys older than 04.2008 got deleted
    cvs: WARNING: Read-only repository access mode selected via `cvs -R'.
    Using this option to access a repository which some users write to may
    cause intermittent sandbox corruption.
    cvs update: Updating .
    cvs update: Updating libavs
    cvs update: Updating liblcddisplay
    cvs update: Updating liblircdclient
    cvs update: Updating libtuxbox
    cvs update: Updating libtuxtxt
    raed@ubuntu:~/RAED/cdk$

    plz. help me ....

  4. #79
    DK Veteran
    Join Date
    Apr 2008
    Posts
    415
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    10
    Thanked in
    8 Posts

    Default

    i have installed vmware on vista am using pre configured enviroment. it does not let me copy and paste for some reason.
    i typed it in but make directory command says already exists. do i delete the main tuxbox-cvs in ubuntu or do like fairbird and change dir name eg mkdir xyz thanks
    Last edited by delboy13; 3rd July, 2009 at 01:30 PM.

  5. #80
    DK Veteran
    Join Date
    Apr 2008
    Posts
    415
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    10
    Thanked in
    8 Posts

    Default

    i still can not copy and paste but i have got as far as the epg fix. can someone explain how i extract the contents to your 'tuxbox-cvs' directory i don't kmow where to look in winrar

  6. #81
    V.I.P. Member
    Join Date
    Apr 2008
    Posts
    327
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    6
    Thanked in
    3 Posts

    Default To Make A MaxVar Image

    this for newbies developers & who wanna to make a maxvar images

    to make a maxvar image you have to modify kernel ( exactly i mean dreambox.c file ) to
    change proportions between cramfs & squashfs parts inside the image
    you will find in the attachment the maxvar patch to do that for you
    how to apply patch

    put maxvar.diff after decopress in your cvs folder ( ex; tuxbox-cvs )
    open terminal & launch the following commands:

    Code:
    cd tuxbox-cvs
    Code:
    patch -p0 < maxvar.diff
    then
    Code:
    rm .linuxkernel
    &
    Code:
    make .linuxkernel
    now you have cdk with kernel customized for making a maxvar images

    then launch the usual commands as follow:

    Code:
    cd cdk

    rm .enigma

    make .enigma

    make rebuild-flash
    Stop; here at this step & make the following steps:

    go to this path \root\cdkflash\root in your cvs folder then;
    remove any addons or games you don't need from \lib\tuxbox\plugins
    & languages you don't need from \share\locale
    & delete the unwanted skins from \share\tuxbox\enigma

    Note: dont delete the default skin

    finally launch

    Code:
    make flash-compress
    congratulations , you have now a maxvar image
    Attached Files Attached Files

  7. #82
    Newbie
    Join Date
    May 2009
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    dear:
    when I key in make dreamboximage_root and process until such an error happened : /bin/grep: /lib/libfreetype.la: No such file or directory
    /bin/sed: can't read /lib/libfreetype.la: No such file or directory
    libtool: link: `/lib/libfreetype.la' is not a valid libtool archive

    how could I solve this problem ? I have searched on this site for a lot thread , but could not found any clue.

  8. #83
    Newbie
    Join Date
    Jul 2009
    Posts
    6
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Quote Originally Posted by sharkyxia View Post
    dear:
    when I key in make dreamboximage_root and process until such an error happened : /bin/grep: /lib/libfreetype.la: No such file or directory
    /bin/sed: can't read /lib/libfreetype.la: No such file or directory
    libtool: link: `/lib/libfreetype.la' is not a valid libtool archive

    how could I solve this problem ? I have searched on this site for a lot thread , but could not found any clue.
    A greeting to all and forgive my English.
    I too have the same problem.
    I even cleaned the car and reinst fedora, thinking of the library corrupt. The error still remains.

    Thanks for your help.

  9. #84
    Newbie
    Join Date
    Apr 2008
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Hello all! It's my first post here. I had the same problem too! I had tried everything without success.Then i realised that library (libfreetype.la) was missing from the \lib folder to which a user doesn't have access (only root has). These 2 files are located in /xyz/root/cdkroot/lib (replace xyz with the directory where your cvs files are located). So i copied libfreetype.la, libfreetype.so.6 (i executed in terminal "sudo cp libfreetype.la /lib and "sudo cp libfreetype.so.6 /lib") to that folder and then i executed "make dreamboximage_root" again, and the problem was gone (As i noticed there were only 2 warnings that these 2 files were moved). I compiled the image but haven't tested yet. So i hope it works

  10. #85
    Newbie
    Join Date
    Jul 2009
    Posts
    6
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Quote Originally Posted by sdream View Post
    Hello all! It's my first post here. I had the same problem too! I had tried everything without success.Then i realised that library (libfreetype.la) was missing from the \lib folder to which a user doesn't have access (only root has). These 2 files are located in /xyz/root/cdkroot/lib (replace xyz with the directory where your cvs files are located). So i copied libfreetype.la, libfreetype.so.6 (i executed in terminal "sudo cp libfreetype.la /lib and "sudo cp libfreetype.so.6 /lib") to that folder and then i executed "make dreamboximage_root" again, and the problem was gone (As i noticed there were only 2 warnings that these 2 files were moved). I compiled the image but haven't tested yet. So i hope it works
    the files you mentioned are in the path, was one of the checks made before you post. I can not figure out what to depend.

  11. #86
    Newbie
    Join Date
    Jul 2009
    Posts
    6
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    I just did as you suggested, only to be sicuroi have tried everything and confirm that it works ..... now let's see if he comes to the end and then if the cvs

    Thanks for now and see you soon.

  12. #87
    Junior Member
    Join Date
    Mar 2008
    Posts
    27
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    your using old code.
    don't even know if the tree is updated anymore.

    I use this method now.

    Code:
    start terminal
    mkdir tuxbox-cvs
    cd tuxbox-cvs
    export CVS_RSH=ssh
     cvs -d anoncvs@cvs.tuxbox.org:/cvs/tuxbox -z3 co -P .
    cd cdk
    ./autogen.sh
    ./configure --with-boxtype=dreambox --with-boxmodel=dm500 --with-webif=expert --prefix=/home/ubuntu/tuxbox-cvs/root --with-cvsdir=/home/ubuntu/tuxbox-cvs --with-cpu=405 --with-epg=private --with-mhw-epg=yes --with-flashtool=expert --with-reiserfs=no --with-ext-flashtool=yes --enable-kernel26 --with-defaultlocale=english --enable-dreambox-serial-console  --enable-freesatepg --disable-pictureviewer
    then for neutrino
    Code:
    make flash-neutrino-squashfs
    or for enigma
    Code:
    make flash-enigma-squashfs
    the ./configure line has many more options they are just what I use.

  13. #88
    Newbie
    Join Date
    May 2009
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    hello ! the repository error has been fixed, and I tested and passed ,generated a image ,but not test at now

  14. #89
    Newbie
    Join Date
    Sep 2009
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Hi all, I am a newbie to this forum and I have learnt alot so far. I have a dreambox dm500c which does not carry a card at the moment. My image is gemini and evocamd_2.14.

    If I need to use a card do I need to reload a new image or can the card be used with any image and if so how do i go about activating my card slot to accept the card.

    Many Thanks for any replies

  15. #90
    Newbie
    Join Date
    Sep 2009
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    I am at stage: make dreamboximage_root
    the process was just fine but I now have this:

    ... ftp:/192.12.10.6/pub/openpkg/sources/DST/fribidi/fribidi-0.10.4.tar.bz2
    .... failed: Connection timed out.


 

 
Page 6 of 12 FirstFirst 1234567891011 ... 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.