Superb quality and spec AB-Com PULSe 4K SE. Crazy offer! Only £99! FREE UK DELIVERY! 4K UHD, Enigma 2, Multiboot 4 images & more!...
Superb quality and spec AB-Com PULSe 4K Rev II Twin Satellite tuner only £149! FREE UK DELIVERY! 4K UHD, Enigma 2, SATA HDD facility, Multiboot 4 images & more!...

[VU+ Zero4K] Tivusat Oscam configuration

ciottolo

New member
Joined
Mar 24, 2021
Messages
10
Reaction score
0
Points
0
Hi, I have Tivusat card (HD gold) with its CAM which I have been using directly in my TV. I recently bought a VU+ Zero 4K and I have tried the card (in both slots with and without CAM) but it does not work. I am new to the world of Enigma2 receivers and various images. I have the OpenViX 5.4 image and I have downloaded the Oscam (oscam-latest) directly from the plugins section. From what I have read around, I need to have some configuration files (oscam.conf, oscam.dvbapi, oscam.server, oscam.user) in the /etc/tuxbox/config/ folder. But I have absolutely no idea of what parameters or content those files should have in order for the Tivusat to work. Can someone help? Thank you very much in advance.
 
Hi, I have Tivusat card (HD gold) with its CAM which I have been using directly in my TV. I recently bought a VU+ Zero 4K and I have tried the card (in both slots with and without CAM) but it does not work. I am new to the world of Enigma2 receivers and various images. I have the OpenViX 5.4 image and I have downloaded the Oscam (oscam-latest) directly from the plugins section. From what I have read around, I need to have some configuration files (oscam.conf, oscam.dvbapi, oscam.server, oscam.user) in the /etc/tuxbox/config/ folder. But I have absolutely no idea of what parameters or content those files should have in order for the Tivusat to work. Can someone help? Thank you very much in advance.
Try here

https://www.world-of-satellite.com/showthread.php?63333-Tivusat-Oscam

Sent from my Nokia 6.1 using Tapatalk
 
Thank you cargen. I had had a look at that thread but I had not noticed any available files (all links seemed dead or the files deleted). Now I realized that BefuddledBrian had still some files available. I copied them as they are into the /etc/tuxbox/config/ but still no luck (with or without CAM. Actually when I insert the cam I get an error: Authentication error, your tv set or decoded is not compatible with the CAM tivusat CI+).
Should I rather reply to that thread instead of continuing in this one?
 
Thank you cargen. I had had a look at that thread but I had not noticed any available files (all links seemed dead or the files deleted). Now I realized that BefuddledBrian had still some files available. I copied them as they are into the /etc/tuxbox/config/ but still no luck (with or without CAM. Actually when I insert the cam I get an error: Authentication error, your tv set or decoded is not compatible with the CAM tivusat CI+).
Should I rather reply to that thread instead of continuing in this one?
I think you should use oscam without cam.
Have you checked if oscam is running.
With a browser go to http://boxip:8888/status.html.


Sent from my Nokia 6.1 using Tapatalk
 
I think you should use oscam without cam.
Have you checked if oscam is running.
With a browser go to http://boxip:8888/status.html.


Sent from my Nokia 6.1 using Tapatalk


Hi, yes I have been trying without CAM now. The oscam should be running, since I have restarted it from the receiver menu. When I check the status via web, the first time it, the page loaded, then I keep on getting Access denied.
 
Last edited:
Hi, yes I have been trying without CAM now. The oscam should be running, since I have restarted it from the receiver menu. When I check the status via web, the first time it, the page loaded, then I keep on getting Access denied.
Try to change the oscam.conf file with the following setting under webif

httpallowed = 0.0.0.0-255.255.255.255,127.0.0.1

Sent from my Nokia 6.1 using Tapatalk
 
Hoping the card you have is not the black one, otherwise, as far as I know, is still not possible to use it without its own smartcam reader, add this section at the top of your oscam.server, because it's the same one I use.

[reader]
label = tivusat
protocol = internal
device = /dev/sci0
caid = 183E, 183D
rsakey = A92DA72FEEACF2947B003ED652153B189E4043B0138C368BDF6B9ED77DDAD6C0761A2198AEB3FC97A19C9D01CA769B3FFFE4F6E70FA4E0696A8980E18D8C58E11D817121346E3E66457FDD84CFA72589B25B538EFC304361B54845F39E9EFA52D805E5FD86B595B366C35716ABC91FA3DC159C9F4D8164B5
detect = cd
nagra_read = 2
localcards = 183E, 183D
mhz = 540
cardmhz = 2700
ident = 183D:000000,005411; 183E:000000,005411
group = 1
emmcache = 1,3,2,0
lb_weight = 1000
lb_force_fallback = 1
blockemm-unknown = 1
blockemm-g = 1
auprovid = 005411

Actually, also oscam.dvbapi should be appropriately set, but, try just this for now.
 
Last edited:
Hi, last night was a very long one! I managed to find some conf files somewhere else and on their basis I made some changes to those that I had found in this thread https://www.world-of-satellite.com/showthread.php?63333-Tivusat-Oscam

First I did this:
httpallowed = 0.0.0.0-255.255.255.255

and the webif started to work. Thank you cargen for suggesting something similar.

Then in the server file I added:

nagra_read = 2
auprovid = 005411

And changed this:
emmcache = 1,1,2,0

Thank you also alexwilmac for posting your settings.

I also added a dvbapi file (found somewhere else) to the config folder. I did not even need to reboot, it started working after a couple of minutes! I don't know exactly what fixed the issues. In the process of trying with and without CAM I realized that at some point I also had inserted the card with the IC upward whereas it should be with the IC downward.

Anyway it seems to work now (without CAM). Thank you all of you for your help!
 
Hi, last night was a very long one! I managed to find some conf files somewhere else and on their basis I made some changes to those that I had found in this thread https://www.world-of-satellite.com/showthread.php?63333-Tivusat-Oscam

First I did this:
httpallowed = 0.0.0.0-255.255.255.255

and the webif started to work. Thank you cargen for suggesting something similar.

Then in the server file I added:

nagra_read = 2
auprovid = 005411

And changed this:
emmcache = 1,1,2,0

Thank you also alexwilmac for posting your settings.

I also added a dvbapi file (found somewhere else) to the config folder. I did not even need to reboot, it started working after a couple of minutes! I don't know exactly what fixed the issues. In the process of trying with and without CAM I realized that at some point I also had inserted the card with the IC upward whereas it should be with the IC downward.

Anyway it seems to work now (without CAM). Thank you all of you for your help!
Happy you fixed i.

Can you confirm if you are using the gold or the black card?

Sent from my Nokia 6.1 using Tapatalk
 
Happy you fixed i.

Can you confirm if you are using the gold or the black card?

Sent from my Nokia 6.1 using Tapatalk


I have the gold (HD) card. Indeed I would like to buy the black 4K card, though I am not sure if it's worth just to watch a couple of 4K channels considering the very much likely trouble to go to make it work with my setup. Actually the main reason why I bought the VU+ is because I would like to buy a BIS TV viewing card (with Viaccess Secure Neotion module) and on my TV there is only one CAM slot, so I don't want to switch CAM all the time.
 
Black seems not readable by Oscam, at the moment. And, above all, there's no serious reason to have it: the only useful 4K channel (among those needing Tivusat) is Rai4K.
 
Black seems not readable by Oscam, at the moment. And, above all, there's no serious reason to have it: the only useful 4K channel (among those needing Tivusat) is Rai4K.

Indeed, the black card seems not working with Oscam, I was aware of it. I was just curious to test if it's by any means possible to make my VU+ Zero 4K recognize the CAM that comes with it. Actually in the first place, even with my current gold (HD) card, I had tried with it's CAM but I never got rid of this error: "Authentication error: your TV set or decoder is not compatible with CAM tivusat CI+". So by looking for a solution to that, I entered the world of Oscam...

As for the reason to get the 4K black card (+CAM), well it's a matter of taste (and how people want to waste their money :). For that matter, you don't even need the black card to watch Rai 4K, since it works perfectly with the gold (HD card). The other channels being Museum 4K, MyZen 4K, TravelXP 4K.
 
Is exactly what I said: that you don't need black, as the only useful 4K channel we have is RAI 4K and it does not need the black. Unless you consider useful Museum and the others.. ;)
 
CI+ cams are designed to work in licensed receivers only. Anyway a CAM is designed to restrict the card rather than enhance it - most CAMs only allow to view/record one channel at a time.
 
CI+ cams are designed to work in licensed receivers only. Anyway a CAM is designed to restrict the card rather than enhance it - most CAMs only allow to view/record one channel at a time.

I was planning to buy a CAM+Black , but I knew this and it bothered me. Does anyone know if any of the CAM that comes with the Black works in a VuDuo2 and/or allows multiple decoding?

I know I have no use for the Black now but this is more for furure uses.

G
 
No CAMs I know of makes possible to have multiple decrypting, even from the same transponder.This is a limit of normal CAM.
I've also heard of professional CAMs, used by hotels, for instance, who should not have this limit, but I've never found anywhere and, by the way, I'm not interested in them as Oscam works perfectly (I managed to have a dozen of multiple recordings...).
And, as you see, black is useless. I know the future is the future, but there is no sensible reason to be in such a hurry to get a black when is possible it won't be needed for some years...
The future is far, the present is what matters, in my opinion.
 
No CAMs I know of makes possible to have multiple decrypting, even from the same transponder.This is a limit of normal CAM.
I've also heard of professional CAMs, used by hotels, for instance, who should not have this limit, but I've never found anywhere and, by the way, I'm not interested in them as Oscam works perfectly (I managed to have a dozen of multiple recordings...)..
Thanks for the info. But another problem is that I couldn't make Oscam work with Tivusat(I am using scam at the moment). I tried all the config here and in other places but nothing works. Oscam sees the card but gives all sort of decoding errors. If you have a set of working config can you share that?

And, as you see, black is useless. I know the future is the future, but there is no sensible reason to be in such a hurry to get a black when is possible it won't be needed for some years...
The future is far, the present is what matters, in my opinion.
Yes, I am rethinking my idea, I'll try to find a GoldHD one as I have an old card that cannot decode MEZZO (one of my favorite channel).

G
 
Strange: I already posted my oscam.server section for Tivusat in this same thread (post#9). Only... I noticed just now there's the line where you specify your card slot
device = /dev/sci0

Maybe your slot is not sci0 but sc1? It shouldn't be, but, you never know.
 

OpenViX Feeds Status

Back
Top