Posts by joeuser

    Powervu channels do not just "open" the same as other channels with oscam. You need to look at the instructions closely and use the "stream relay" to view the powervu channels. Probably best to first test with an external viewer (like VLC) on a PC to verify it is working before you try to create the IPTV favorites for enigma2...

    Also, with a dish that size, the easiest way to align it is with a cheap inline tone/needle meter. You should be able to find one for about £10.

    Sorry, I looked up your motor and it uses 35 degrees and not 30. So the offset for 51 = 7.4 -> which means a dish angle of 27.6. (35 - 7.4 = 27.6)


    Again, I would try to get a signal on something as close to due south as possible before trying other sats...

    Set the elevation at 29.0 for my area bridgend south wales


    I think that is for a fixed dish, for a motor it would be more like 23. On my motor bracket, on one side it is for elevation and the other side are markings for latitude.


    At the top of this page, under quick links is dishpointer. On there set your location and look at the bottom of the list for motor settings. Also probably best to first test with a satellite as close to due south as possible for your location - so maybe try 4W.


    Also, sometimes it is useful to zoom in and find a landmark on the map to point at for due south. And if you have a mobil or tablet, you can use an app to check the signal without having to climb up and down all the time...

    Configuring oscam as a client is not the problem. There is no oscam which works with PC dvb apps. Unless of course he wants to install linux...

    Looks like you have multiple keys for srvid 4 in your softcam.key file. If you have more than one, the second should be 10004 and the third 20004 etc.

    Have you tried Acamd? I have not used either in a long time, but I seem to recall that hadu was working better. I am not aware of an oscam mdplugin.

    I read about this awhile ago, but now I have actually seen it. Microsoft is using updates to push Windows 10 upgrade files to users computers. So far I have heard about this actually happening to five friends now. Although all are in the US, so not sure if it is happening anywhere else also. One friend asked me for help when he could not delete an email from his Thunderbird email client. Turns out his SSD was filled with the win10 upgrade files. Here is a copy of an article with steps to remove if anyone needs.


    BTW - you will know the files are downloaded to your pc when you see an icon in the taskbar for the win10 upgrade.

    I am not sure what you are asking about exactly, you say you "want to upgrade to sat" but then you mention "dvb-t2/t dvb-c dongles"?? For sat you would need dvb-s/s2 (s2 needed for many channels these days.) That said, most use standard drivers, so should work.

    I just flashed my receiver to start all over again,with the files you gave me will need your guide again to scale true this time.i need to set up my cline or will it be necessary for me to get a separate cam for my cline or the oscam-emu you will do


    - - - Updated - - -


    hi mbi,can you assist me to set up powervu on my vu duo2 using openvix image.am new to enigma and the stress is too much


    Oscam-emu still supports the regular functions of oscam... If you need help with a cline, look in the oscam section.
    For powervu, look here for instructions. How to Watch PowerVu Channels on Enigma2 with Oscam Emu If you have specific questions, you should post in that thread.

    You should connect to the oscam-emu webif from a browser (http://(your box ip):8888) and look at the logs to see if it gives you any hints. You can post here, but be careful to remove any keys/private details...


    Add this to oscam.server (you will need dvbapi enabled and an account setup for it)..


    Code
    [reader]
    label = SoftCam.Key
    protocol = constcw
    device = /etc/tuxbox/config/SoftCam.Key
    group = 1


    with oscam-emu it is not necessary to use the constcw reader. That is for plain oscam, oscam-emu uses:

    Code
    [reader]
    label = oscam_emu
    protocol = emu
    device = emulator


    If the reader does not exist, oscam-emu will automatically create it (and use it.) But, if you want to specify something other than the defaults, you should create the reader in oscam.server with the specific settings you need. (Of course only if the defaults are not working...)


    You can verify this by connecting to the webif and selecting readers. (Also there you can change the settings and it will save a new oscam.server file for you.)


    BTW - the default is to look in the oscam config directory for the file SoftCam.key.


    Note: if you already have a constcw reader setup under oscam, oscam-emu will still use it. Just be careful if you configure caid/idents for each reader...