Oscam and BISS

blackjim

Registered
Messages
34
Does anyone know whether we can use BISS keys on oscam for Vu Solo 4K?
Tried several softcam.key and oscam.keys formats but I cannot get it to work.
 

m35istan

Registered
Messages
696
Does anyone know whether we can use BISS keys on oscam for Vu Solo 4K?
Tried several softcam.key and oscam.keys formats but I cannot get it to work.

Hi,

If you use oscam emu i think open directly.

BISS config
===================

Syntax for keys in SoftCam.Key: (key number can be '00' or '01')
F <service id><ecm pid> <key number> <key>

Example:

service id: 2222
ecm pid: 1111
key: 0102030405060708

F 22221111 00 0102030405060708
F 22221111 01 0102030405060708

Thanks.
 

blackjim

Registered
Messages
34
Hi,

If you use oscam emu i think open directly.

BISS config
===================

Syntax for keys in SoftCam.Key: (key number can be '00' or '01')
F <service id><ecm pid> <key number> <key>

Example:

service id: 2222
ecm pid: 1111
key: 0102030405060708

F 22221111 00 0102030405060708
F 22221111 01 0102030405060708

Thanks.
That's the first thing I tried, but I couldn't open the feed.
Maybe my oscam reader settings are wrong?
What do you use in the settings for the reader?
 

m35istan

Registered
Messages
696
That's the first thing I tried, but I couldn't open the feed.
Maybe my oscam reader settings are wrong?
What do you use in the settings for the reader?

Hi,

Code:
[reader]
label                         = emulator
protocol                      = emu
device                        = emulator
caid                          = 090F,0500,1801,0604,2600,FFFF,0E00,4AE1,1010
detect                        = cd
ident                         = 090F:000000;0500:000000,023800,021110,007400,007800;1801:000000,007301,001101,002111;0604:000000;2600:000000;FFFF:000000;0E00:000000;4AE1:000011,000014,0000FE;1010:000000
group                         = 1
emmcache                      = 2,1,2,1
emu_auproviders               = 0604:010200;0E00:000000;4AE1:000011,000014,0000FE;1010:000000

Thanks.
 

goofy115

Registered
Messages
75
You do realise if you are using the keys in the softcam file that the Oscam emu reads the the softcam file from bottom to top? Therefore if you have a duplicate Sid (many use 00011FFF) in the softcam file it will read the one nearest the bottom first.
 

blackjim

Registered
Messages
34
You do realise if you are using the keys in the softcam file that the Oscam emu reads the the softcam file from bottom to top? Therefore if you have a duplicate Sid (many use 00011FFF) in the softcam file it will read the one nearest the bottom first.
I know, but my file always has only one pair of F lines, so that's not the issue I think.
 

blackjim

Registered
Messages
34
Hi,

Code:
[reader]
label                         = emulator
protocol                      = emu
device                        = emulator
caid                          = 090F,0500,1801,0604,2600,FFFF,0E00,4AE1,1010
detect                        = cd
ident                         = 090F:000000;0500:000000,023800,021110,007400,007800;1801:000000,007301,001101,002111;0604:000000;2600:000000;FFFF:000000;0E00:000000;4AE1:000011,000014,0000FE;1010:000000
group                         = 1
emmcache                      = 2,1,2,1
emu_auproviders               = 0604:010200;0E00:000000;4AE1:000011,000014,0000FE;1010:000000

Thanks.
I added that section in .server, but it doesn't come up in the "readers" section in the web interface. Is that normal?
 

alitinko

Registered
Messages
24
Hi,
I have no reader entry for emu in my oscam.server file.
Don't use any oscam.keys file either.
Just placed an up to date SoftCam.key file in etc/tuxbox/config directory and oscam is doing the rest.
Biss key structure in softcam is the same as what m35istan wrote.
 

blackjim

Registered
Messages
34
Hi,
I have no reader entry for emu in my oscam.server file.
Don't use any oscam.keys file either.
Just placed an up to date SoftCam.key file in etc/tuxbox/config directory and oscam is doing the rest.
Biss key structure in softcam is the same as what m35istan wrote.

I still cannot get it to work.
In the log, whenever I switch to the feed, I can see that line
Code:
no suitable readers found that can be used for decoding!
I don't know if that says anything.
Is there any way to check whether the key is loaded/used?


My SoftCam.Key file is in the "/var/etc/tuxbox/config/oscam/" folder, where the oscam.server is located as well.
 

goofy115

Registered
Messages
75
Try adding the following to Oscam.server:

[reader]
label = SoftCam.Key
protocol = constcw
device = /etc/tuxbox/config/SoftCam.Key
caid = 0D00,0D02,090F,0500,1801,0604,2600,FFFF,0E00,4AE1,1010
detect = cd
ident = 0D00:000000,000004,000010,000014,000020,0000C0,0000C4,0000C8 ,0000CC;0D02:000000,00008C,0000A0,0000A4,0000A8;090F:000000; 0500:000000,030B00,023800,021110,007400,007800;1801:000000,0 07301,001101;0604:000000;2600:000000;FFFF:000000;0E00:000000 ;4AE1:000000;1010:000000 ;
group = 2

Put your softcam file in etc/tuxbox/config .
 

alitinko

Registered
Messages
24
My SoftCam.Key file is in the "/var/etc/tuxbox/config/oscam/" folder, where the oscam.server is located as well.

I'm no pro either, but that path seemed wrong to me.
I think it should be just "/etc/tuxbox/config", and not "/etc/tuxbox/config/oscam" where all the oscam files need to be located.
I believe that's also the first directory where oscam looks to find a softcam.key file.
 

blackjim

Registered
Messages
34
I'm no pro either, but that path seemed wrong to me.
I think it should be just "/etc/tuxbox/config", and not "/etc/tuxbox/config/oscam" where all the oscam files need to be located.
I believe that's also the first directory where oscam looks to find a softcam.key file.
Somehow by default, all the oscam files are there.
And I can see it in the config as well
"ConfigDir: /etc/tuxbox/config/oscam/"
and "/etc" links to "/var/etc", so "/etc" is the same as "/var/etc".
 

blackjim

Registered
Messages
34
Try adding the following to Oscam.server:

[reader]
label = SoftCam.Key
protocol = constcw
device = /etc/tuxbox/config/SoftCam.Key
caid = 0D00,0D02,090F,0500,1801,0604,2600,FFFF,0E00,4AE1,1010
detect = cd
ident = 0D00:000000,000004,000010,000014,000020,0000C0,0000C4,0000C8 ,0000CC;0D02:000000,00008C,0000A0,0000A4,0000A8;090F:000000; 0500:000000,030B00,023800,021110,007400,007800;1801:000000,0 07301,001101;0604:000000;2600:000000;FFFF:000000;0E00:000000 ;4AE1:000000;1010:000000 ;
group = 2

Put your softcam file in etc/tuxbox/config .

If I use that, I can see the reader and I can also see that the file is read.
But again black screen.

When it starts, I can see that in the logs:
Code:
2016/08/13 17:41:49 71614086 h   (reader) SoftCam.Key [constcw] creating thread for device /etc/tuxbox/config/oscam/SoftCam.Key
2016/08/13 17:41:49 71614086 h     (stat) loadbalancer: could not open /tmp/.oscam/stat for reading (errno=2 No such file or directory)
2016/08/13 17:41:49 0AD90F48 p  (constcw) Local reader: SoftCam.Key (file: /etc/tuxbox/config/oscam/SoftCam.Key)
2016/08/13 17:41:49 0AD90F48 p   (reader) SoftCam.Key [constcw] proxy initialized, server /etc/tuxbox/config/oscam/SoftCam.Key:0

Does it mean that it reads the file with 0 keys?
Do I use the "F 0001FFFF 0123456789..." format or something else?
 

goofy115

Registered
Messages
75
Go to Oscam webif.Click on files,other files and from the drop down menu select softcam.key.You should see your biss keys here in the following format(example) :
F 00011FFF 00 XXXXXXXXXXXXXXXXXXXX
F 00011FFF 01 XXXXXXXXXXXXXXXXXXXX
If you can't see see them enter them here,save and restart Oscam.
 
Last edited:

blackjim

Registered
Messages
34
The solution I got was using the constant.cw format for the keys.
That worked.
Thanks m35istan for the help.
 

murgy

Registered
Messages
272
hi there struging with biss on solo 4k put bout 2/3 oscam on black hloe 3.0.2 get biss keys working on 4est via nacm.1.1 clears them on but want add them mannuly for etc used do via ccam duo2 but 4k find it hard any help please
 
Top