Oscam appears to not be AU card

DishDick

Regular Member
My Satellite Setup
.
My Location
Gran Canaria
Hi,

I wanted to test to see if my DM500S running Oscam would AU Sky card. I put in a FTV card on the 12th Aug and it was due to expire on 14th. Card went off on the evening of 14th. I have left the card in, but it still hasn´t updated. Card has updated previously ok in Sky box. Still can´t be sure if its the card, the box (card reader) the software, or the configuration. Anything I should check in Config files to make sure AU is correctly set?

Thanks
 
I would need to see your configs, also when you check via webinfo does it show AU on ?
Are you using DVB -API ? with this you can see the words active when EMMs are coming in.
You only need one to update the card.
If you still have problems use CCcam 2.1.3 and it will update the expired card, I used CCcam a few weeks ago for a card that expired back in May.
 
Only have the main (server box) connected at moment. I want that box to update its card using Oscam, not rely on boxes in bedroom that run CCcam.

Files are

Oscam.conf
[global]
nice = -1
WaitForCards = 1
preferlocalcards = 1
saveinithistory = 1
# logging
logfile = /var/log/oscam.log
usrfile = /var/log/oscamuser.log
cwlogdir = /opt/oscam/cw
# monitor
[monitor]
port = 988
nocrypt = 127.0.0.1
aulow = 120
monlevel = 1
# web interface
[webif]
httpport = 16002
httpuser = admin
httppwd = password
httprefresh = 5
httpallowed = 127.0.0.1,xxx.xxx.xxx.1-xxx.xxx.xxx.255 (numbers changed to x for post)
# protocols
[cccam]
port = 12000
reshare = 1
ignorereshare = 0
forward_origin_card = 0
version = 2.1.3
updateinterval = 240
minimizecards = 0
keepconnected = 1
stealth = 0
reshare_mode = 1
[newcamd]
key = 0102030405060708091011121314
port = 10000@0963:000000;10001@0963:000000
[dvbapi]enabled = 1
user = root


Oscam.server


[reader]
label = lower card
enable = 1
protocol = internal
device = /dev/sci0
caid = 0963
detect = cd
cardmhz = 357
ident = 0963:000000
group = 8
lb_weight = 101
blockemm-unknown = 1
blockemm-g = 1

Oscam.user

[account]
user = box1
pwd = pass1
disabled = 0
uniq = 1
group = 8
au = lower card
caid = 0963:000000

[account]
user = box2
pwd = pass2
group = 8
uniq = 1
caid = 0963
ident = 0963:000000
 
You are blocking global emms, you need to let some through for updates.
 
Hi Sonic,

I am very new to all this and not very knowledgeable. But the blocked emm s are on the server config, so doesn´t that stop updates from the bedroom boxes reaching the card as opossed to updates reaching the card in the main box directly? Someone told me I need to put "au = 1 " under DVBAPI in Oscam.conf. So will try that for next few days.
 
Hello,

Changed many things including trying another box, but after downloading the latest Oscam stable version (v1.1) and using these config files the s** card updated in a stand alone Dreambox running Oscam.

Oscam.conf

[global]
nice = -1
WaitForCards = 1
preferlocalcards = 1
saveinithistory = 1

# logging
logfile = /var/log/oscam.log
usrfile = /var/log/oscamuser.log
cwlogdir = /opt/oscam/cw

# monitor
[monitor]
port = 988
nocrypt = 127.0.0.1
aulow = 120
monlevel = 1

# web interface
[webif]
httpport = 16002
httpuser = admin
httppwd = password
httprefresh = 5
httpallowed = 127.0.0.1,1xx.xxx.xxx.1-1xx.xxx.xxx.255 (use your own range)

# protocols
[cccam]
port = 12000
reshare = 1
ignorereshare = 0
forward_origin_card = 0
version = 2.1.3
updateinterval = 240
minimizecards = 0
keepconnected = 1
stealth = 0
reshare_mode = 1

[newcamd]
key = 0102030405060708091011121314
port = 10000@0963:000000;10001@0963:000000

[dvbapi]
enabled = 1
au = 1
boxtype = dreambox
user = local
request_mode = 0


Oscam.server

[reader]
label = lowercard
enable = 1
protocol = internal
device = /dev/sci0
caid = 0963
detect = cd
cardmhz = 357
ident = 0963:000000
group = 8
lb_weight = 101
blockemm-u = 0
blockemm-s = 0
blockemm-unknown = 1
blockemm-g = 1
emmcache = 1,3,2
ecmcache = 1

Oscam.user

[account]
user = local
description = DVBAPI
disabled = 0
uniq = 1
group = 8
au = lowercard
caid = 0963:000000

[account]
user = box1
pwd = pass1
disabled = 0
uniq = 1
group = 8
caid = 0963
ident = 0963:000000

Repeat with different user and passwords for all boxes

I also created a new folder (in same directory)

oscam.dvbapi


P:0963:000000 1

Hope this helps someone.
 
Back
Top