Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


shreilly

15 posts

Geek
Inactive user


#105796 10-Jul-2012 22:51
Send private message

I was wondering if someone could help, before I go completely crazy, I think I am suffering from information overload. I am pretty sure I am missing a step just not sure what the step is.
I am trying to get OSCAM/ACAMD/DVBLogic to serve up all TV Channels through WMC7.
I can view freeview channels OK, have the complete channel list and EPG is working fine. When I try to view and encrypted channel I just get a black screen
I have an OmniKey 3210 which seems to read the card OK and am running OSCAM, this picks up the card, list entitlements and I can access the webpage on port 16000.
So I am pretty sure OSCAM and ominkey are fine, I think the issue is OSCAM and acamd talking (or not to each other). Using ACAMD monitor I get the following message on starting to watch TV
no smartcard interface defined!
And then when I try to change to an encyrpted channel I get the following
PMT: ACamd_PMT.txt, search, not found PMT=03FB (AND SID=03E9)


Any help is much appreciated

Attached are what I think are the relevant config files

oscam.user[account]
user                          = USER1
pwd                           = USER1
disabled                      = 0
group                         = 1
uniq                          = 0
sleep                         = 0
monlevel                      = 2
au                            = 1
caid                          = 096A
ident                         = 096A:000000
keepalive                     = 1

oscam.conf
[global]
logfile                       = /dev/tty
clienttimeout                 = 10000
nice                          = -1
maxlogsize                    = 2048
preferlocalcards              = 1
saveinithistory               = 1
readerrestartseconds          = 4

[newcamd]
port                          = 15000@096A:000000
key                           = 0102030405060708091011121314
allowed                       = 127.0.0.1,10.0.0.10-10.255.255.255
keepalive                     = 1
mgclient                      = 0

[cccam]
port                          = 12000

[webif]
httpport                      = 16000
httprefresh                   = 5
httpallowed                   = 127.0.0.1,10.0.0.10-10.255.255.255
httphideidleclients           = 0
httpreadonly                  = 0
httpsavefullcfg               = 0

acamd.ini
[ACamd]
ReadCAT=1
PatWait=2000
CatWait=2000
PmtWait=2000
TsWait=2000
KeyDelay=100
MDAPIWait=10
ResetProviderID=0
EcmRetryError=4
ComX=0
ComX_6mhz=0
Pri=0
PmtNoNameSearch=0

cardclient.conf
#
# Comment lines can start with # or ;
#
# every client line starts with the client name, followed by some arguments:
# 'config'   (optional) is number between 1-999 to combine with filtering
# 'hostname' is the name of the server
# 'port'     is the port on the server
# 'emm'      is a flag to allow EMM transfers to the server
#            (0=disabled 1=enabled)
# 'caid'     (optional) caid on which this client should work
# 'mask'     (optional) mask for caid e.g. caid=1700 mask=FF00 would allow
#            anything between 1700 & 17FF.
#            Default is no filter 0000 & 0000. If only caid is given mask is FFFF.
#            You may give multiple caid/mask values comma separated
#            (e.g. 1702,1722,0d0c/ff00).
# 'USER1' is the login USER1
# 'USER1' is the login USER1
#
# newcamd client
# 'cfgkey' is the config key (28bytes)
#
# newcamd client
# 'providerid(s)' add provider id's for filtering 0000006A,0000006D
#
# newcamd2 client whith Chameleon support
# 'providerid(s)' add provider id's for filtering 0000006A,0000006D
#
# cccamn client
# 'softcam' (0=disabled 1=enabled) default 1=enabled
# 'maxhops' (0-999) default 5 hops
#
# radegast client
# No EMM support
#
# gbox client
# UDP localhost only, default ports, No EMM support
#
# gboxn client
# servername, serverport, emm, [caid/mask], serverUSER1, pcname, pcport, pcUSER1, free text
#
# camd35 client
# UDP protocol
#
#radegast:10.1.1.4:10001:0/0000/0000
#camd35:10.1.1.4:24110:1/0000/0000:USER1:USER1
#newcamd:127.0.0.1:15001:1/096A/ff00:USER1:USER1:0102030405060708091011121314
#newcamd:10.1.1.4:34000:1/0000/0000:USER1:USER1:0102030405060708091011121314
#newcamd:10.1.1.4:34001:1/0100/ffff:USER1:USER1:0102030405060708091011121314:0000006A
#newcamd2:10.1.1.4:34000:1/0000/0000:USER1:USER1:0102030405060708091011121314
#newcamd2:99:10.1.1.4:34000:1/0000/0000:USER1:USER1:0102030405060708091011121314: new newcamd2 engine and attach to config 99
#cccamn:10.1.1.4:12000:0/0000/0000:USER1:USER1
#cccamn:10.1.1.4:12000:0/0000/0000:USER1:USER1:0:Disable soft
#cccamn:10.1.1.4:12000:0/0000/0000:USER1:USER1:0:2:Disable soft and max 3 hops









Create new topic
Mattv
242 posts

Master Geek


  #654066 11-Jul-2012 16:31
Send private message

I can't run this setup anymore unfortunately and it has been a while since i did, but in the absence of other replies, I do see that your cardclient.conf does not have any valid line. Ie they all start with # so are all ignored as comments only. Try setting that from the walkthroughs for a start.



CYaBro
4589 posts

Uber Geek

ID Verified
Trusted

  #654068 11-Jul-2012 16:39
Send private message

Yea try clear out your cardclient.conf file and leave just this:

newcamd:127.0.0.1:15000:1/096A/ff00:USER1:USER1:0102030405060708091011121314

No # at the start of the line otherwise it will ignore it!




Opinions are my own and not the views of my employer.


shreilly

15 posts

Geek
Inactive user


  #654236 11-Jul-2012 22:40
Send private message

Many thanks for the replies, edited my carclient.conf file just to read

newcamd:localhost:15000:1/096A/FFFF:viewer1:password1:0102030405060708091011121314

Seemed to work in the end, although I did find a reboot every time after changing the conf file is needed to ensure the changes are picked up.

Now I have proved the threory, the fun can begin Smile

Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.