Beiträge von Spaeleus

    I'm quite near
    Installed and configured everything and now wlan is seen
    One question: do i have to set wlan plugin options?
    When i try to do that, setting my SSID and a static IP, and apply the configuration, enigma crashes and loose all my settings

    I'm afraid you simply can't, as far as "enigma®" said that you can't configure it by GUI.
    Set SSID manually changing it into RT2870STA.dat and leave DHCP on :winking_face:

    hi . i read a article that there is a chip to show hdtv on dm7025/600. is it true? :smiling_face_with_sunglasses:

    I don't know, and I never heard nothing about it, but it would be appropriate, making statements of this kind, always cite the exact source that produces the original information... :face_with_rolling_eyes:

    The line with /media/cf was originally /media/hdd and the following line I had to add myself.
    If I ever take the CF away, then I would have to edit the fstab again. This is not good.

    This is not good, it's very very bad.
    But even worst is the DMM silence. It would be so simple to say "we are working on it" or "we don't know how to solve"
    Even "we don't care about it" woul be better than nothing :angry_face: ...

    Hi!
    I started to work on italian translation, but I realize that the available .po files (the original german in this thread and the downlodable spanish) are not up-to-date.
    Could I have an updated .pot file to work on? :winking_face:
    Thanks a lot for all!


    Bye
    spaeleus

    Sorry for my question, that vould be silly for many of you :face_with_rolling_eyes: ... but always trying to learn...
    Is there any way to run a plugin from command line (telnet)?
    Every time I tried, I always recived an error message, stopping on the first

    Python
    from xxx import yyy,zzz

    because of module xxx not found.
    And, assuming it's possible, could it be executed it in debug mode? And (naturally) if yes, how? :confused_face:
    Thanks for all from now!


    Bye
    spaeleus

    Yes, I know, thanks.
    I know that software as far as it was born (when it wans't yet a python plugin but only a PC utility....)
    It is great, and was the first effort to have sky it EPG again, but one thing is a third part developed plugin, manteined from teams other then DMM developers, and another thing is having it embedded into enigma2 stable branch.
    We could take as an example the unicable stuff: originally it was "only" an adenin's matter, now it's firmly part of e2 source.
    You must agree that it isn't the same thing...

    Hi everybody!


    Surfing the Reel forum, I found out that reel developers embedded into their source a new plugin called LoadEPG (initially coded by Lukkino for VDR), that is able to parse EPG in OpenTV format and integrate it into native EPG browser.
    That means for British and Italian users to have their provider's EPG ready to surf easy, merged toghether withy other format EPG.
    Is there any possibility to have this kind of opportunity also avaible for enigma2?
    For now we already have some plugin that allow to parse that kind of EPG, but without integration into native E2 EPG or not free-source.
    I know that It is a solution where every EPG needs the use of a dictionary to work, but it isn't a problem having it almost ready, and with the opportunity to update them when needed.
    The really hard thing is having the code for parsing OpenTV EPG into cvs source... :face_with_rolling_eyes:

    Again a little update to italian translation:


    Updated to GIT of 16/02/2009 - Now available in rel2.5 and rel2.6 (including softwaremanager)
    (zip in the first post, with .po & .mo files)
    :smiling_face_with_sunglasses:

    Hi!
    Into todays GIT-CVS on a dm 800 (29/12/2008 ) diseqctester crashes enigma2, and log file results empty:

    Code
    Traceback (most recent call last):
    File "/usr/lib/enigma2/python/Components/TuneTest.py", line 125, in updateStatus
    self.finishedChecking()
    File "/usr/lib/enigma2/python/Plugins/SystemPlugins/DiseqcTester/plugin.py", line 510, in finishedChecking
    file.write(self.getTextualResult())
    File "/usr/lib/enigma2/python/Plugins/SystemPlugins/DiseqcTester/plugin.py", line 105, in getTextualResult
    orbpos = index[2]
    TypeError: 'NoneType' object is unsubscriptable
    (PyObject_CallObject(<bound method DiseqcTester.updateStatus of <class 'Plugins.SystemPlugins.DiseqcTester.plugin.DiseqcTester'>>,()) failed)


    Thx!!


    Sorry... but I'm afraid there're no chances. Factory reset really means "factory reset".
    And, as expressly declared on the screen before confirming the operation,

    Zitat

    "When you do a factory reset, you will lost ALL your configuration data
    (including bouquets, services, satellite data...)
    ..."


    Sorry... :loudly_crying_face:

    Zitat

    Originally posted by ritzMo
    TextBox was added in commit f95be11f0517eac56013b0ccb14825be97fc1540.
    Or more obvious: your enigma2 is too old. You should go with 2008/12/17 - how exactly did you get the DiseqcTester. It was added to the repository at abour the same time :winking_face:


    Thanks! It was just what I supposed, but I couldn't compile till now to verify it... :winking_face:

    Hi!
    After installation of DiseqcTester Plugin on my db 800, calling Plugins from menu a warning appairs, speaking about a missing module, TextBox.
    In fact, plugin code wants to import Screens.TextBox

    Python
    from Screens.TextBox import TextBox


    But into Screens no TextBox.py.
    Image is based on enigma2 of 12/12/2008
    Any idea?
    Thx

    Zitat

    Originally posted by ritzMo
    bump srcdate... ddvd_get_last_blit_area was not present until 2008/12/09, so you need at least srcdate >= 20081210.
    why not just stick with an unchanged tree here? both currently have a srcdate of 20081211 in openembedded :winking_face:


    *EDIT* sorry, my mistake. was not pushed upstream yet. so just change the srcdate as I suggested manually :smiling_face:


    Zitat

    Originally posted by Seddi
    Yes, you have to set the srcdate inside libdreamdvd to 20081211, the bitbake file is not updated in oe yet. You need a newer libdreamdvd for the changes that has been comitted into e2 last night.


    Thank you very much to both of you!
    I changed scrdate as suggested, and the magic came true... :]

    I would have not ever done by myselves... :face_with_rolling_eyes: ... but I'm trying to learn... :winking_face: