PDA

View Full Version : having a bit of bother



jonone2
11-02-2018, 02:51 PM
cannot load oscamcfg into zero4k,are there more than one location? any help appreciated simple language needed (bit thick) thanks

Mickha
11-02-2018, 03:10 PM
Welcme to the forum jonone2.

There are guides, on the forum, and useful tools.
Are you experienced, with Enigma 2 receivers?

Can you please tell us what image, you have loaded, on your VU+ Zero.

This is a very useful tool, uploaded by hda5:
https://www.satpimps.co.uk/showthread.php?173148-SoftCam-Concierge-Team-Satpimps-CCcam-cfg-newcamd-list-os******erver

This will help you compile your oscam files.
Start up softcam_concierge.exe, select the Oscam.Server option, then copy, and paste, your lines, into the Line box, and click add line.
Once you've finished adding your lines click the save config option, and make a note of where the files are stored.

Have you downloaded a FTP program, like Filezilla, or are you using the VU+ Control Centre option?
https://www.satpimps.co.uk/showthread.php?168091-VuCC-Vu-Control-Centre-V0-8

Please post back with more detailed information, so that we can assess how much help you need.

jonone2
12-02-2018, 08:19 AM
Thanks Micha I have open atv image ,oscam active,cccam2oscam into oscam cfg fil then stuck. using dcc to connect to box.

Mickha
12-02-2018, 09:17 AM
Most files, on most images, go into the var folder, etc, tuxbox, config, but I think Open ATV might be different.
I seem to remember a similar thread, on the forum, where an Open ATV user posted some information, I'll try to find it.

jonone2
12-02-2018, 09:59 AM
Thanks Mickha.i had the same problem when i had Vix image installed,Has no other zero4k user had problems?

Mickha
12-02-2018, 10:32 AM
Have a look in the various 4K threads, I do remember someone experiencing problems, who had his lines working on his older VU+ Duo2 but couldn't get them all working on his VU+ 4K receiver:
https://www.satpimps.co.uk/showthread.php?177196-Looking-for-Black-Hole-Image-for-Ultimo-4K&p=972501&highlight=#post972501

Eventually he tried a new supplier and the channels worked.

rasp
12-02-2018, 03:41 PM
In openatv they go usr/keys

hda5
12-02-2018, 04:04 PM
If you follow the instructions that Mickha gave you in post #2, i.e. use Softcam Concierge NOT cccam2oscam.

Softcam Concierge will FTP the files to the correct folder for you. Select the Image from the dropdown box and click the upload to box button.

Pimpernel
12-02-2018, 04:53 PM
Yes, on OpenATV files go to usr/keys/oscam_atv_emu so I think Concierge will not find Oscam in etc/tuxbox.

jonone2
13-02-2018, 12:15 PM
Thanks tried that bu did not work.

jonone2
13-02-2018, 12:22 PM
When i usr/keys/ just blank,what is the oscam_atv_emu ? i do not understand thanks

Pimpernel
13-02-2018, 03:35 PM
I can only explain my experience using ATV on Mutant HD51. You first install Oscam softcam from ATV's plugins. This will then create a directory called usr/keys/oscam_atv_emu which contains about 7 files one of which is oscam.server. Restart oscam softcam on the receiver. You then need to ftp and replace oscam.server with your own. Hope this helps.

rasp
13-02-2018, 03:39 PM
You need ftp the oscam server and then start oscam not the other way round

Pimpernel
13-02-2018, 04:32 PM
I can only explain my experience using ATV on Mutant HD51. You first install Oscam softcam from ATV's plugins. This will then create a directory called usr/keys/oscam_atv_emu which contains about 7 files one of which is oscam.server. Restart oscam softcam on the receiver. You then need to ftp and replace oscam.server with your own. Hope this helps.

rasp
13-02-2018, 09:19 PM
Your best bet is to load a backup image for you box which will have everything configured all you have to do is load oscam server

jonone2
14-02-2018, 04:23 PM
Thanks to every one just managed toget everthing working>

Mickha
14-02-2018, 06:04 PM
Thanks for letting us know.
Have you got Kodi working yet?
I find myself watching more on Kodi, and downloading the content, than I do on satellite, except for live football, like tonights chamipons league game, Real Madrid Vs PSG.

brain
10-06-2018, 11:24 AM
Hi,
Most of the programmes for the box can be downloaded on line, but still being a Dreambox owner, it is worth noting that the iDreamX online prog for accessing DB's via it's internet address also works well for the VU+ boxes, and I do all the sort of things mentioned in this thread via it using my computer. All extra files .ipk etc can be added as can keys and other files. they can also be easily accessed if and when a chnage is needed. It's worth a thought. Every success with your box. Cheers - Brain

mrdude
10-06-2018, 06:05 PM
Let me be clear about where files go:

There is NO set place for oscam key files which are image dependent.

When oscam is compiled, you can set where the config files will be located - by default they are in /etc/tuxbox/config/
If oscam has been compiled to put these elsewhere - that's where oscam will look for them.
So try /etc/tuxbox/config/ first.

You can telnet into your stb and stop oscam - killall -9 oscam, and then issue the command to start it again - /usr/bin/oscam

If you get any issues the command prompt will tell you.

You can also manually start oscam and set the config directory by issuing this command:

/usr/bin/oscam -b -c /etc/tuxbox/config

(this command is the same as when your image uses a script to start oscam - so look at your camscript to see what it's been set to)


That's all - also make sure oscam file has chmod set to 755 (permission to execute).