Posts by joeuser


    Picture as labeled is reversed - leftmost when looking from behind the dish towards the satellites is Thor 0.8W and the other for Astra 4.8E.


    Yes, with that mount it would be very difficult to skew, so you will be limited to skewing the LNBs.


    If Thor is stronger, you can try tilting the dish up just a bit and the Thor signal should drop a little and Astra should gain.


    While a signal meter will get you close, it probably will not help much when trying to fine tune - too much work to keep switching it back and forth. If you have an Android phone or tablet, you can download the vu+player app and it has a signal meter you can use while adjusting the dish. It will take a lot of time (and patience) to fine tune to get the maximum signal from both...

    MastaG's latest release for many boxes...



    A couple of things to remember:


    1. Since the beam is reflected by the dish to the LNBs, the relative positions of the LNBs are reversed. If you haven't taken this into account, your second LNB could be pointing at 4W and not 4E. But you are probably ok since you stated that in your photo, you are using the left LNB for 0.8W, so the right LNB would be for 4.8E.


    2. Since both those satellites are to the west of your location and you have an elliptical dish, your dish should be slightly rotated (skewed) clockwise when looking from behind the dish toward the satellites. You can use dishpointer to find the skew for each sat and split the difference. This will make the left LNB (0.8W) be a little higher to account for the fact that 0.8W sat is a little lower on the horizon than 4.8E. (again relfection) I would start with the LNBs mounted straight with respect to the bracket and dish, then skew each one a little to adjust for best signal.


    Also I made a mistake earlier - I was thinking 4W, probably because I had just scanned that sat ;) But for 4.8E to 0.8W, there is actually 5.6 degrees of separation, so each sat will be off only around 0.2 degrees if you split the difference and that should give you pretty good signal for both.

    Please edit your post better to remove keys..


    If you manually add the key to the SoftCam.Key file, does it work? There may be a problem that testing the key does not test the possibility of the alternate sbox. On tablet now, will look at source code later.


    (Sent from my A/S10 using Forum Fiend OSP v1.3.3.)


    - - - Updated - - -


    I checked and it does check with both sboxes. It is still rejecting the found key. If the key is indeed valid, let me know and I will look closer at the code...

    You can press the green button to override the settings and try out each mode immediately. Also heed Codar's advice and check your TV's settings.


    Also you have to be aware that some channels send some pictures with strange settings that are hard to override...

    If you do live in the Nordic region, it probably is doable with that bracket. but each sat will be 1 degree off, so the signal will be degraded.


    Your screen shot show you are trying Thor, but a DVB-S (not S2) transponder with freq 11836 - which does not exist on either lyngsat or kingofsat and I also looked at a scan I did a long time ago and I also do not show a transponder for that sat at 11836. So, you are probably picking up a different sat...


    Also, you cannot just "play" with symbol rate and FEC - you need to lookup a strong transponder for your area and set those values to what it says on lyngsat or kingofsat. Although, setting the FEC to auto is usually not a problem - it will figure out the correct setting.


    As for the skew setting, the values listed assume your LNB is centered on the dish. So since your bracket is offset, those values will also be a little off. You will have to play a bit with the skew and see what gives you the best setting. (Don't forget to test both V and H transponders...)

    If you created a timer from an EPG listing, sometimes there are "special" characters in the EPG which the timer does not like. Happens quite often with non-English languages.


    The link gives instructions on how to clear the timers.xml file, which will solve the problem, but you will lose all timers you have set. If this is not a problem, just follow the instructions in the link MastaG gave you.


    If you want to try to save the file, you can try to edit timers.xml and look for invalid characters in each "name" and especially in the "description" sections. If unsure, you can remove everything in the "description" section and replace with something like

    Code
    description="."


    But be aware that you may need to edit the file (or at least save the file) when enigma2 is not running because when enigma2 is restarted, it will first write a new timers.xml file before ending... So, it is best to run "init 4" from a telnet session, then edit the file, then run "init 3" to restart enigma2.

    You probably need to post more info about what you actually tried, not just "followed tutorials" - which tutorials? What steps? How exactly is it not working?

    Probably best to use my latest patch which allows the update of multiple channels with one UA key.


    But, be aware that the key file format has changed!!!!!!


    There are posts about the new patch and format and someone has also posted latest builds with my patch in oscam-emu section (with readme including the new file format info.)


    (I would post links, but I am on a tablet now...)


    (Sent from my A/S10 using Forum Fiend OSP v1.3.3.)

    For more clients, you have to change the static definition and recompile:

    Code
    module-emulator-stream.h:#define EMU_STREAM_SERVER_MAX_CONNECTIONS 8


    If you have two tuners, for a second TP, you need another instance of mumudvb (using a different port than 4242) pointing to another instance of OSEmu (using a different port than 17999).
    Or, it may be better to use TVHeadend:http://linuxsat-support.com/showthread.php?t=98100
    Then you only need one instance of TVHeadend and one instance of oscam-emu/osemu running. The setup is a little more difficult, but after it is easy to use and TVHeadend has a very nice web interface. It also uses less CPU (especially when no channels are being streamed...)


    You are telling osemu to use a file "key.txt" for keys, but it cannot find/open it in the current directory.
    It then looks in the default directory (/var/keys) and does not find it there either.

    Sorry, I do not boot to spark much and so I have not tested the latest version myself. But, as I understand it, the the provider id is just the key number. For example, the first key will be 00000 (00 key of first channel) then second key will be 00001 (01 key of first channel) etc.