Results 1 to 10 of 10

Thread: Oscam > #5297 with blue card.

  1. #1
    Senior Member Dave001's Avatar
    Join Date
    Jan 2008
    Age
    52
    Posts
    816
    Thanks
    33
    Thanked 308 Times in 159 Posts
    Rep Power
    274
    Reputation
    2411

    Default Oscam > #5297 with blue card.

    Hey,

    Any one running Oscam higher then build #5297 with a blue card?

    I'm running a Debian PC server, not sure if it's an Oscam or hardware issue.

    Thanks,
    Dave



Look Here ->
  • #2
    Member
    Join Date
    Oct 2008
    Location
    Perth WA
    Age
    49
    Posts
    366
    Thanks
    41
    Thanked 66 Times in 55 Posts
    Rep Power
    208
    Reputation
    370

    Default

    whats the error you are getting?

  • #3
    Senior Member Dave001's Avatar
    Join Date
    Jan 2008
    Age
    52
    Posts
    816
    Thanks
    33
    Thanked 308 Times in 159 Posts
    Rep Power
    274
    Reputation
    2411

    Default

    Any version higher then #5297, clients using the NDS card can't connect to the server. Card initialises and comes up as Card OK.

    Irdeto clients work fine still, just no NDS.

  • #4
    Senior Member Dave001's Avatar
    Join Date
    Jan 2008
    Age
    52
    Posts
    816
    Thanks
    33
    Thanked 308 Times in 159 Posts
    Rep Power
    274
    Reputation
    2411

    Default

    Just went back through the logs, and it seems that newcamd isn't initialising the port/card, this part is missing from the later version logs.

    2011/07/12 20:50:47 B761B6C0 s newcamd: initialized (fd=8, port=12340, crypted)
    2011/07/12 20:50:47 B761B6C0 s CAID: 090B
    2011/07/12 20:50:47 B761B6C0 s provid #0: 000000

    The card is found so it looks more like an Oscam change, then a Oscam/hardware incompatibility.



    Thanks,
    Dave

  • #5
    Junior Member nexus's Avatar
    Join Date
    Jan 2008
    Posts
    66
    Thanks
    11
    Thanked 29 Times in 20 Posts
    Rep Power
    203
    Reputation
    149

    Default

    I checked out revision 5620 and compiled for mips today after seeing your post. Serving my bluey to mgcamd running on the same box.

    No problems so far. Maybe it's been fixed.


  • The Following User Says Thank You to nexus For This Useful Post:

    Dave001 (14-07-11)

  • #6
    Senior Member Dave001's Avatar
    Join Date
    Jan 2008
    Age
    52
    Posts
    816
    Thanks
    33
    Thanked 308 Times in 159 Posts
    Rep Power
    274
    Reputation
    2411

    Default

    Hey Nexus,

    I just compiled 5620, and still have the same problem.

    So far I've tried 2 different PC's (Pentium 4 and Socket A), but both where loaded with Debian 6, might have to go back to Debian 5 and see if that cures it.

    Thanks for the reply mate,
    Dave

  • #7
    Junior Member
    Join Date
    Jan 2008
    Posts
    155
    Thanks
    2
    Thanked 8 Times in 7 Posts
    Rep Power
    205
    Reputation
    60

    Default

    hey mate i logged an issue with the forum to do with newer versions of oscam on a pc... i think its the config files - get a new set or ones based on the build from the web interface... and give it a go...

    basically my issue is no connnection to the oscam server ..packets getting lost... i havnt had a chance to test out my issue with oscam generated config files.

    hope it helps

  • The Following User Says Thank You to xfiles_2007 For This Useful Post:

    Dave001 (14-07-11)

  • #8
    Senior Member Vic's Avatar
    Join Date
    Jan 2008
    Posts
    914
    Thanks
    68
    Thanked 267 Times in 154 Posts
    Rep Power
    255
    Reputation
    1304

    Default

    5367 works fine here on Vu+Duo
    Last edited by Vic; 14-07-11 at 08:53 AM.
    DM800 DM800se Vu+Duo ET9000

  • The Following User Says Thank You to Vic For This Useful Post:

    Dave001 (14-07-11)

  • #9
    Senior Member Dave001's Avatar
    Join Date
    Jan 2008
    Age
    52
    Posts
    816
    Thanks
    33
    Thanked 308 Times in 159 Posts
    Rep Power
    274
    Reputation
    2411

    Default

    OK, found the problem.

    Looks like they have made a change to the newcamd section of oscam.conf from #5298 on.

    I've always used:
    [newcamd]
    key = 0102030405060708091011121314
    port = 12340@090B:000000
    port = 12341@0626:112233

    Had to change it to:
    key = 0102030405060708091011121314
    port = 12340@090B:000000;12341@0626:112233


    Thanks for the help every one.

    Dave

  • The Following 4 Users Say Thank You to Dave001 For This Useful Post:

    nexus (15-07-11),OSIRUS (16-07-11),porkop (15-07-11),thatslife (15-07-11)

  • #10
    Junior Member nexus's Avatar
    Join Date
    Jan 2008
    Posts
    66
    Thanks
    11
    Thanked 29 Times in 20 Posts
    Rep Power
    203
    Reputation
    149

    Default

    Quote Originally Posted by Dave001 View Post
    OK, found the problem.

    Looks like they have made a change to the newcamd section of oscam.conf from #5298 on.

    I've always used:
    [newcamd]
    key = 0102030405060708091011121314
    port = 12340@090B:000000
    port = 12341@0626:112233

    Had to change it to:
    key = 0102030405060708091011121314
    port = 12340@090B:000000;12341@0626:112233


    Thanks for the help every one.

    Dave
    As far back as revision 1 the syntax allows for multiple port numbers to be defined on the one port = line but multiple port = lines were also allowed.

    Due to changes made in revision 5298, multiple port = lines are still allowed but only the info in the last port = line is retained.

    I don't think that was the programmers intent since he doesn't mention it in the changeset message, only refactor parameter parsing to make it more threadsafe.

    Also if that was the intent then a warning about multiple port = lines should have been included when parsing.

    Worth mentioning in one of the tickets that have been opened on the matter.

  • Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •