Neutrino on Dream

Wir haben aktuell ein Problem mit dem Board und arbeiten an der Lösung...
  • Jo, das wars :frowning_face:
    Meine resolv.conf hatte sich überschrieben, weil ich DHCP an der Arbeit habe. Nun funzt es.
    Habe aber jetzt Feierabend, teste morgen weiter :)

    Zuerst ignorieren sie dich, dann lachen sie über dich, dann bekämpfen sie dich und dann gewinnst du. <br>
    Mahatma Gandhi


  • Code
    File to patch: /driver/include/ost/frontend.h
    /driver/include/ost/frontend.h: No such file or directory
  • Zitat

    Original von DocDoc
    isn't it the dvb_frontend ??


    It should be, but in patch is:


    Diff
    Index: driver/include/ost/frontend.h
    ===================================================================
    RCS file: /cvs/tuxbox/driver/include/ost/Attic/frontend.h,v
    retrieving revision 1.8
    diff -u -p -r1.8 frontend.h
    --- a/driver/include/ost/frontend.h	24 Feb 2002 15:32:06 -0000	1.8
    +++ b/driver/include/ost/frontend.h	25 Apr 2007 22:42:29 -0000
  • i just tried it again, and it worked for me.
    Make sure that you do check out exactly as i have shown:


    [list=1]
    [*]first the complete dreambox branch

    Code
    cvs -d anoncvs@cvs.tuxbox.org:/cvs/tuxbox -z3 co -f -r dreambox -P .


    there is a a driver/include/ost/frontend.h there now:

    Code
    seife@strolchi:/local/seife/src/test> ls -l driver/include/ost/frontend.h
    -rw-r--r-- 1 seife suse 6323 24. Feb 2002  driver/include/ost/frontend.h


    [*]then update apps/ and driver/ to HEAD

    Code
    cvs -qz3 up -dPA apps/ driver/


    Now driver/include/frontend.h is deleted:


    [*]then roll back driver/include to the dreambox branch

    Code
    cvs -qz3 up -dP -r dreambox driver/include


    this brings back driver/include/ost/frontend.h:


    [/list=1]


    And after that, my patch applies cleanly. At least it does right now for me, so i guess something is wrong with your checkout.


    (and yes, the procedure needs to be improved, but i will do this after i got it going in the first place).

  • THX for the brief. I was just copy it there and everything is OK for now. :winking_face:

  • Zitat

    Original von fergy
    THX for the brief. I was just copy it there and everything is OK for now. :winking_face:


    Must go to work now. Will report after come back tonight.
    Bye

  • Weil ich faul bin, nur ein Link: http://tuxbox-forum.dreambox-f…topic.php?p=331852#331852


    Kurz: mit der dm500s kann ich mit neutrino TV schauen und Radio hören. "Endbenutzertauglich" ist es aber noch nicht (die init-skripten etc. müßten noch angepaßt werden).

  • Zitat

    Original von seife42
    Inzwischen funktioniert es schon recht gut, aber ich habe es noch nicht ins Flash gebrannt, sondern boote immer noch per nfsroot.
    Mehr Details im obengenannten Thread.


    I will test it tonight from flash. Will report here.

  • note that i am probably not preparing /var correctly, so you might need to do the following (and probably it might be a good idea to have a serial console handy, since without /var/ it might very well be that there is no login via telnet):


    - cd root/cdkflash/root/var
    - tar cvpf var.tar .


    then on the serial console, unmount /var, eraseall /dev/mtd/1, mount /var again, then somehow (via NFS mout?) get var.tar onto the box and untar it inside /var.
    Warning: i have not tested this, i am just guessing here :)


    Executive summary: you better know what you are doing if you want to try this :winking_face:


  • No prob. I will report You what's goin' on :)

  • Code
    --------------------------
    |Index: cdk/root/etc/hostname
    |===================================================================
    |RCS file: /cvs/tuxbox/cdk/root/etc/hostname,v
    |retrieving revision 1.1
    |diff -u -p -r1.1 hostname
    |--- a/cdk/root/etc/hostname    11 Dec 2001 12:59:23 -0000      1.1
    |+++ b/cdk/root/etc/hostname    5 May 2007 18:26:50 -0000
    --------------------------
    File to patch:


    Something missing?

  • Zitat

    Original von fergy

    Code
    --------------------------
    |Index: cdk/root/etc/hostname
    |===================================================================
    |RCS file: /cvs/tuxbox/cdk/root/etc/hostname,v
    |retrieving revision 1.1
    |diff -u -p -r1.1 hostname
    |--- a/cdk/root/etc/hostname    11 Dec:59:23 -0000      1.1
    |+++ b/cdk/root/etc/hostname    5 May:26:50 -0000
    --------------------------
    File to patch:


    Something missing?


    Zitat

    Revision 1.1.6.1
    Sun Jul 24 10:45:12 2005 UTC (21 months, 2 weeks ago) by ghostrider
    Branch: dreambox
    Changes since 1.1: +0 -0 lines
    FILE REMOVED


    try to get rid of dreamfiles

  • This is doubled:


    Code
    ln -sf sound/dsp /dev/dsp
    ln -sf fb/0 /dev/fb0
    ln -s /dev/input/mice /dev/psaux 
    ln -s /dev/input/mice /dev/mouse


    It is in rcS because We was pull dreambox branch from cvs.

  • Okay, and here is /init.d/start