Method of Opening PowerVu Channels in Enigma2 Using Oscam

fcs001fcs

Registered
Messages
16
yes i think it finds the file, but I think the keys i am putting in for pow**vu cannot be right format, sadly I dont know what the right format is.

See Readme text at OSCAM EMU GitHub: https://github.com/oscam-emu/oscam-emu

Extract of a portion of it:
++++++++++++++++++++++++++++++++++++
PowerVU config
==============

Keys in SoftCam.Key:
P <srvid> <nb> <key>
example:
P 1234 01 11223344556677

For channels with same srvid the correct key will be detected automatically:
P 1234 01 11223344556677
P 1234 01 11223344556677
P 1234 01 11223344556677

AU keys:
P <srvid> <UA> <key>
example:
P 1234 11223344 11223344556677

On compatible Dreambox STBs:

1) Disable the Stream Relay (on by default):
Webif -> Config -> Stream Relay -> Mode
0 - disabled

or in oscam.conf:

[streamrelay]
stream_relay_enabled = 0

2) Select the correct DVB-Api extended CW API:
Webif -> Config -> DVB-Api -> API for extended CWs
1 - OE 2.2
2 - OE 2.0

or in oscam.conf:

[dvbapi]
extended_cw_api = 2
+++++++++++++++++++++++++++++++++++++++++++++++

Also try the adjusting the delayer, default is 600 ms.

I use 2 - OE 2.0 on my DM7020HD

If you do not have a Dreambox then you have to go the Stream Relay setup. No other choice at the moment so see link above and read and understand the readme instructions.

You need to confirm that your OSCAM files are actually in the correct directories for you box and OSCAM is starting and running correctly. See the OSCAM forums for the WIKIs on that. Get OSCAM working without errors then setup the PowerVu EMU.

See the OSCAM WIKIs and setup the OSCam Webinterface (GUI) as it will allow you to easily make changes to your OSCAM setup and the config files.
 

iKeys

Senior Member
Messages
172
1) Disable the Stream Relay (on by default):
Webif -> Config -> Stream Relay -> Mode
0 - disabled

or in oscam.conf:

[streamrelay]
stream_relay_enabled = 0

2) Select the correct DVB-Api extended CW API:
Webif -> Config -> DVB-Api -> API for extended CWs
1 - OE 2.2
2 - OE 2.0

or in oscam.conf:

[dvbapi]
extended_cw_api = 2


Where do you get the the Webif.. The only place i see that is in the plugins. but, when i click on the webif, i don't see any of the above options?!!? Please explain...
 

fcs001fcs

Registered
Messages
16
Where do you get the the Webif.. The only place i see that is in the plugins. but, when i click on the webif, i don't see any of the above options?!!? Please explain...

The OSCAM WebIf is part of OSCAM; if it is compiled into OSCAM. Most OSCAM binaries you download will have the WebIf included.

You go to the IP of your STB with a browser (HTTP) at the port setup in the oscam.conf file. i.e. http://192.168.1.199:xxxxx/status.html

Mine is below - x,u & p need to be set by you and I assume an IP allowed range of a normal home router of 192.168.1.1

You will need to make sure your home network is setup to allow your PC to reach your STB via IP address and port.

+++++++++++++++++++++++++++++
oscam.conf
[webif]
httpport = xxxxx
httpuser = uuuuu
httppwd = ppppp
httprefresh = 5
httppollrefresh = 5
httpallowed = 127.0.0.1,192.168.1.0-192.168.1.255
aulow = 120
hideclient_to = 15

+++++++++++++++++++++++++++++

OSCAM WIKI: http://www.streamboard.tv/wiki/OSCam/en
 
Last edited:

iKeys

Senior Member
Messages
172
2015/11/21 19:14:27 363E9107 p (constcw) ERROR: Can't open /etc/tuxbox/config/SoftCam.Key (errno=2 No such file or directory)
2015/11/21 19:14:27 2D1F9C31 p (constcw) ERROR: Can't open /etc/tuxbox/config/constant.cw (errno=2 No such file or directory)
2015/11/21 19:14:27 3D5F802F p (constcw) ERROR: Can't open /etc/tuxbox/config/oscam.keys (errno=2 No such file or directory)
2015/11/21 19:14:27 21994328 p (constcw) ERROR: Can't open /etc/tuxbox/config/oscam.constant.cw (errno=2 No such file or directory)
2015/11/21 19:14:27 3B64EEA3 p (cccam) CCcam configuration error!
2015/11/21 19:38:13 1FC3DE0B p (net) can't resolve server, error: No address associated with hostname

Are the files that or listed in error necessary.. I have the SoftCam.key in the /usr/key and it seems to load okay from there... Also, what is the CCcam configuration error mean?? I am also getting a net error?
 
Last edited:

fcs001fcs

Registered
Messages
16
2015/11/21 19:14:27 363E9107 p (constcw) ERROR: Can't open /etc/tuxbox/config/SoftCam.Key (errno=2 No such file or directory)
2015/11/21 19:14:27 2D1F9C31 p (constcw) ERROR: Can't open /etc/tuxbox/config/constant.cw (errno=2 No such file or directory)
2015/11/21 19:14:27 3D5F802F p (constcw) ERROR: Can't open /etc/tuxbox/config/oscam.keys (errno=2 No such file or directory)
2015/11/21 19:14:27 21994328 p (constcw) ERROR: Can't open /etc/tuxbox/config/oscam.constant.cw (errno=2 No such file or directory)
2015/11/21 19:14:27 3B64EEA3 p (cccam) CCcam configuration error!
2015/11/21 19:38:13 1FC3DE0B p (net) can't resolve server, error: No address associated with hostname

Are the files that or listed in error necessary.. I have the SoftCam.key in the /usr/key and it seems to load okay from there... Also, what is the CCcam configuration error mean?? I am also getting a net error?

Go to the OSCAM forums and read up on the configuration and how to set it up.

The errors indicate that OSCAM is looking for all its config files at "/etc/tuxbox/config/" but cannot find them. You have not placed the config files in the right directory for OSCAM to find them. Do not forget to set permissions to 755 for all files.

As I said before, fix your OSCAM setup first and then PowerVu setup.
 

iKeys

Senior Member
Messages
172
You didn't address the last two errors. the cccam and net errors..

2015/11/22 09:29:48 1CE24DBF p (cccam) CCcam configuration error!
2015/11/22 09:29:48 42A4B9DC p (-) -- Skipped 1 duplicated log lines --
2015/11/22 09:29:48 42A4B9DC p (net) can't resolve server, error: No address associated with hostname


These happen in the regular OSCAM. What are these errors, what do they mean, are they important, and if so, how do i resolve them?
 

fcs001fcs

Registered
Messages
16
You didn't address the last two errors. the cccam and net errors..

2015/11/22 09:29:48 1CE24DBF p (cccam) CCcam configuration error!
2015/11/22 09:29:48 42A4B9DC p (-) -- Skipped 1 duplicated log lines --
2015/11/22 09:29:48 42A4B9DC p (net) can't resolve server, error: No address associated with hostname


These happen in the regular OSCAM. What are these errors, what do they mean, are they important, and if so, how do i resolve them?

I do not know but it is all probably related to not having OSCAM config files setup correctly.

Maybe someone else will have a better answer.

This thread is for PowerVu and your problem seems to be the basic setup of OSCAM. I recommend you go to the threads (or other forum) related to OSCAM setup and once you have that figured out we can help you get PowerVu working in this thread.
 

iKeys

Senior Member
Messages
172
I do not know but it is all probably related to not having OSCAM config files setup correctly.

Maybe someone else will have a better answer.

This thread is for PowerVu and your problem seems to be the basic setup of OSCAM. I recommend you go to the threads (or other forum) related to OSCAM setup and once you have that figured out we can help you get PowerVu working in this thread.

This is the only errors i have left :

(constcw) ERROR: Can't open /etc/tuxbox/config/oscam.constant.cw (errno=2 No such file or directory)
2015/11/22 10:11:57 1CE24DBF p (cccam) CCcam configuration error!
2015/11/22 10:11:57 42A4B9DC p (net) can't resolve server, error: No address associated with hostname
 

glamide

Registered
Messages
15
hello pls i need help about some few channels not working on NSS 20°W- 4131 R 15404-PowerVU(C-Band) out of 12 channels, 5 channels are not working.
 

Ghouri

Senior Member
Messages
154
My backup for Dreambox DM800 HD Clone

For those who own a clone Dreambox DM800 HD PVR (Sim 2.01 SSL84D), I have posted my backup of Blackhole 2.1.7 Image here:
http://www.sat-universe.com/showthread.php?t=289874

PowerVu files are installed in this backup and working fine. You may have to add keys in SoftCam.key for some particular channel (if not already present there).
 

PowerVu+

Registered
Messages
42
For those who own a clone Dreambox DM800 HD PVR (Sim 2.01 SSL84D), I have posted my backup of Blackhole 2.1.7 Image here:
http://www.sat-universe.com/showthread.php?t=289874

PowerVu files are installed in this backup and working fine. You may have to add keys in SoftCam.key for some particular channel (if not already present there).

Many thanks for your help Ghouri

I have a Dreambox DM800HD PVR which is original/genuine and it's not a clone box.

Do you think I can use your image backup on my original DM800HD box as well?
 

Ghouri

Senior Member
Messages
154
Many thanks for your help Ghouri

I have a Dreambox DM800HD PVR which is original/genuine and it's not a clone box.

Do you think I can use your image backup on my original DM800HD box as well?
No, you cannot. But what you may do is to try oscam package in your current image.
Use following guidelines:

1. Download oscam package from following link:
https://drive.google.com/file/d/0BxND9JnDok97clk2RUVNQ1N3SkE/view?usp=sharing

2. Download and install "oscam ymod" or "oscam" from online server of your image.
3. Connect to your receiver through DCC and replace all oscam files in the receiver with files from my package and change attributes to 755.

The suggested file paths are (but file paths may vary depending upon your installed image):
oscam bin file: /usr/bin (Note: You have to rename oscam bin file as same name as "oscam ymod" or "oscam" bin file (check exactly yourself).
oscam config files: etc/tuxbox/config OR etc/tuxbox/config/oscam OR /usr/keys
SoftCam file: /usr/keys

4. Once done, then restart enigma2 and go to softcam panel and start "oscam", hopefully it will work.
 

humaxboy2

Registered
Messages
43
Can somebody running OpenAtv 5.1 on Solo2 and can decode powervu channels ? If yes, can somebody post files...thanks in advance !

BR Humaxboy
 
Top