Upgrading oscam version to ncam/icam query

If you want to download open atv 7.2
You can use this script
wget -q -O - i.tv-lounge.eu/install_v3.txt | bash
It will install everything then I will send you
Oscam configuration and reader to try
 
Slot 4 new image Vix and Ipk Ncam/Icam installed .

Oscam server has my readers but Ncam server has loads of other things in there and added into the bottom thinking thats not right ?

Not clearing as must be missing something else to adjust or amend?
 
Slot 4 new image Vix and Ipk Ncam/Icam installed .

Oscam server has my readers but Ncam server has loads of other things in there and added into the bottom thinking thats not right ?

Not clearing as must be missing something else to adjust or amend?
Have you got the sky icam bouquets installed? Not the ones you get from scanning or downloading from feeds.

Have you edited the ncam.conf chooseing either radegast or dvbapi ?



Use either radegast or dvbapi, not both at the same time. Disable/remove the option you aren`t using from ncam.conf or oscam.conf

No other edits are required in these configs, just add your reader to oscam.server



For OE-Alliance and OpenPLi based images the settings below will need applied within the E2 image menu.

Dreambox DreamOS 2.5/2.6 images don`t require any of these changes.



If using radegast change:

Code
Include ECM in HTTP streams - YES
Descramble HTTP streams - NO
Descramble received HTTP streams - NO
Load unlinked userbouquets - YES


If using dvbapi change:

Code
Include ECM in HTTP streams - NO
Descramble HTTP streams - YES
Descramble received HTTP streams - NO
Load unlinked userbouquets - YES

These settings can be found by accessing the OpenWebif plugin (boxes ip address) in a browser > Extras > Settings > Customize
 
These settings can be found by accessing the OpenWebif plugin (boxes ip address) in a browser > Extras > Settings > Customize
Have you got the sky icam bouquets installed? Not the ones you get from scanning or downloading from feeds. NO

Have you edited the ncam.conf chooseing either radegast or dvbapi ? NO

Is there a difference on radegast or dvbapi on multiple sats?
 
Have you got the sky icam bouquets installed? Not the ones you get from scanning or downloading from feeds. NO

Have you edited the ncam.conf chooseing either radegast or dvbapi ? NO

Is there a difference on radegast or dvbapi on multiple sats?
The difference is in other settings within the oscam file, if using radegast you have certain settings and if using dvbapi you have different settings, you can use one or the other but not both
 
Have to start again as going backwards .

The settings file is a vlc looking icon and put it on HDD but not seen and not extracted ?
 
Have to start again as going backwards .

The settings file is a vlc looking icon and put it on HDD but not seen and not extracted ?
The files in question and mentioned above are oscam files, why are you putting them on a HDD?
You need to login to your box via FileZilla or putty and access the oscam files and make the changes required as detailed above
 
First thing to do is ftp into the box and go to etc-tuxbox-config

find ncam.conf ,open it with notepad and delete

[radegast]
port = 9090
allowed = 172.16.0.0-172.31.255.255,192.168.0.0-192.168.255.255,127.0.0.1
user = icam

then save,double check its deleted after
 
Yes i deleted and no files inside

Then added the above and saved and exit out

The bouquets i was stuck on to load to where and extracted??
 
Yes i deleted and no files inside

Then added the above and saved and exit out

The bouquets i was stuck on to load to where and extracted??
you want the information inside the ncam.conf file you just wanted to delete the

[radegast]
port = 9090
allowed = 172.16.0.0-172.31.255.255,192.168.0.0-192.168.255.255,127.0.0.1
user = icam

not everything
 
[radegast]
port = 9090
allowed = 172.16.0.0-172.31.255.255,192.168.0.0-192.168.255.255,127.0.0.1
user = icam

Thats what i have in there
 
[global]
logfile = /tmp/ncam.log
clienttimeout = 12000
fallbacktimeout = 3000
bindwait = 60
netprio = 1
nice = -1
waitforcards = 0
maxlogsize = 1024
waitforcards = 0
waitforcards_extra_delay = 200
preferlocalcards = 1
readerrestartseconds = 1
dropdups = 1
lb_nbest_readers = 4 #[ To request import ecm from (Number) of readers ]
lb_nfb_readers = 4
ecmfmt = P: c:0p:s:d:i #ECM_L:l #CW=w HOP:j
disablecrccws = 1
cccam_cfg_enabled = 1
cccam_cfg_save = 1
#cccam_cfg_path = /etc
cccam_cfg_repetitions_forced = 1
cccam_cfg_reconnect_delay = 90
cccam_cfg_reconnect_attempts = 10
cccam_cfg_inactivity = 0

[cache]
max_time = 15

[cs378x]
port = 13001@
suppresscmd08 = 1

[newcamd]
port = 12121@
key = 0102030405060708091011121314
mgclient = 1

[cccam]
port = 12000
nodeid = 24D5EF28108C14E0
version = 2.3.0
reshare = 0

[streamrelay]
stream_ecm_delay = 5
stream_relay_ctab = 098D
stream_relay_enabled = 1
stream_emm_enabled = 5

[dvbapi]
enabled = 1
au = 1
pmt_mode = 0 #[ Use 6 the Best value for (opensource) images only ]
delayer = 60
request_mode = 1
ecminfo_type = 4
user = dvbapiau
read_sdt = 1
write_sdt_prov = 1
extended_cw_api = 2 #[ (1) = OE2.2/2.5-ARM AND (2) = OE2.0-MPISEL ]
boxtype = dreambox #[ For enigma2 use (dreambox) And For spark or neutrino use (duckbox) ]

[webif]
httpport = 8181
httpuser = root
#httptpl = /etc/tuxbox/config/tpl/
httppiconpath = /media/ba/picon
httprefresh = 30
httpshowpicons = 1
httpshowmeminfo = 1
httpshowuserinfo = 1
httpshowcacheexinfo = 1
httpshowecminfo = 1
httpshowloadinfo = 1
httpallowed = 172.16.0.0-172.31.255.255,192.168.0.0-192.168.255.255,127.0.0.1
http_status_log = 1
httputf8 = 0
 
Back
Top