Qbox Mini HD - Configure

cappilio

Registered
Messages
4
Hi everyone

im new to the sat community, and i hope to learn alot while im here,

firstly id like to apolagise im trying to find answers to some questions i have, i have searched but because i dont know exactly what i need. the search function hasn't been very functional.

il start from the beginning. i purchased a qbox mini hd bix 2 days ago. i had the intention to watch my perfectly legal card share on it. however i have run into some bother.

Firstly as soon as i recived my qbox i did the following.

1. installed the image roy bkp (WHICH HAD OSCAM PRE LOADED)
2. ftp'd into the box and navigated to the oscam folder

now at this point i replaced server.config with one that was created by a converter i hot yo convert nline to oscam



at this point i expected things to work, however i was clearly wrong? can anyone guide me into what else i have to do or edit, in order for me to get my cardshare working?

REGARDS
 

zeros

Registered
Messages
178
Nline must be located and converted at your oscam.server.
You must also run your OSCam from Softcam Panel or OSCam Simple Panel. You certainly did that.
After you run oscam you can view logs on /var/oscam/log

Should be fine but it seems that more information would be needed.
 

cappilio

Registered
Messages
4
Thanks zeroes,

Sorry if my explanation was vague. I believe the server.config should be correct as the tool I used takes the nline and converts it for you and gives you the option to save the new Oscan.server

However I was unaware I had to start this from the softpannel I'm assuming I can navigate to this on my remote.

Il try your advice later and il come back and tell you how I got on.

Thank god for the Internet

Regards
Cappilio
 

cappilio

Registered
Messages
4
my configs

thanks for the reply,

my configs currently in use are below;

Oscam.user
Code:
#
# user configuration using oscam as SERVER for remote client
# (if you use oscam as simple CLIENT connecting remote server, see oscam.server)
#

# simplest account

#[account]
#User  = john
#pwd   = PASSword
#group = 1

# ============================================================
# DON'T CHANGE THIS USER: it manage EMM forward to readers
# You can enable/disable EMM forward to cards setting "AU"
#  see docs/oscam.user
[account]
user  = dvbapi_qboxhd
group = 1
au    = 1
# ============================================================

# --- user examples ---

# user for group 1 with Betacrypt tunnel, no monitoring, only one connection possible, AU enabled

#[account]
#user       = user1
#pwd        = password1
#monlevel   = 0
#uniq       = 1
#group      = 1
#au         = reader1
#services   = services1
#betatunnel = 0300.FFFF:0100,0400.FFFF:0100
#ident 	   = 0100:000000
#caid       = 0100

# user for group 2 with monitor access, AU enabled

#[account]
#user       = user2
#pwd        = password2
#monlevel   = 1
#uniq       = 0
#group      = 2
#au         = reader2
#services   = services2
#ident 	   = 0200:000000
#caid       = 0200

# user for group 2 without monitor access, AU disabled, account disabled

#[account]
#user       = user3
#pwd        = password3
#disabled   = 1
#group      = 2
#services   = services2
#ident 	   = 0200:000000
#caid       = 0200

# user for group 3 without monitor access, only one connection possible, AU disabled, multiple idents

#[account]
#user       = user4
#pwd        = password4
#monlevel   = 0
#uniq       = 1
#group      = 3
#ident 	   = 0300:000000,FFFFFF;0400:FFFFFF
#caid       = 0300

Oscam.services
Code:
#
# definition of services 
#
# format:
# [name]
# caid=CAID[,CAID]...
# provid = provider ID[,provider ID]...
# srvid = service ID[,service ID]...

[services1]
caid=0100
provid=000001,ABCDEF
srvid=0001,0002,000A,000B

[services2]
caid=0200
srvid=0003,0004,000C,000D

Oscam.Server
Code:
[reader]
label=123456.com
enable=1
protocol=newcamd
key=1212121212121212121212121212
device=123456.com,6004
user=peter222-2222
password=2222222
group=1
inactivitytimeout=1
reconnecttimeout=30
lb_weight=100
cccversion=2.1.2
cccmaxhops=10
cccwantemu=1
ccckeepalive=1

Oscam.conf
Code:
#
# main configuration
#

[global]

#-------------
# general

nice	         = -1
waitforcards     = 0
preferlocalcards = 1


# if you DON'T WANT QboxHD leds use 
# disableqboxhdled = 1
disableqboxhdled = 0


#-------------
# logging

disablelog    = 0
maxlogsize    = 1000
logfile	      = /var/oscam/log/oscam.log

disableuserfile = 1
usrfile	      = /var/oscam/log/user.log

#-------------
# monitor

[monitor]
port          = 0
#port	      = 988
aulow	      = 120
monlevel      = 1

#-------------
# web interface

[webif]
httpport      = 8888
httpuser      = user
httppwd       = pass
httprefresh   = 10
httptpl       = /var/oscam/webif-template
httpcss       = /var/oscam/webif-template/site.css
httpjsicons   = 0
# access is allowed only from these IP
httpallowed   = 127.0.0.1,192.168.0.0-192.168.255.255,172.16.0.0-172.31.255.255,10.0.0.0-10.255.255.255
# access allowed from this dynamic client 
#httpdyndns   = myhostname.dyndns.com

#-------------
# DVB API

[dvbapi]
enabled	      = 1
boxtype       = qboxhd
user	      = dvbapi_qboxhd
au            = 1
# for "priority" and "ignore" edit conf/oscam.dvbapi



#-------------
# protocols 
# these are used for oscam used as a SERVER
# if oscam is used as a CLIENT connecting remote server see oscam.server file

# --- protocols examples ---

#[cccam]                                                                                               
#port          = 12000                                                                                 
#version       = 2.0.11                                                                                
#build         = 1234                                                                                  
#reshare       = 2

#[camd35]
#port          = 30000
#suppresscmd08 = 1

#[newcamd]
#key           = 000102030405060708090A0B0C0D
#port          = 10000@0100:FFFFFF;10001@0200:FFF000,FFFF00;10002@0300:FFFFFF

#[radegast]
#port          = 20000
#user          = user1
#allowed       = 192.168.0.0-192.168.255.255

#[cs378x]
#port          = 30000@0100:FFFFFF;30001@0200:FFF000,FFFF00;30002@0300:FFFFFF

#[gbox]
#password      = password1
#maxdist       = 4
#cardinfos     = card.infos
#ignorelist    = ignore.list
#onlineinfos   = online.infos
#locals        = 01000000,02000000,0300FFFF

#[serial]
#device        = user2@/dev/ttyS0?delay=1&timeout=300

as far as i am aware i only have to worry about the oscam.server file.
 

zeros

Registered
Messages
178
Yes, your oscam server should be like that:

[reader]
enable = 1
label = remote_newcamd
protocol = newcamd
device = server.dyndns.com,40000
account = mary,passWORD
key = 1212121212121212121212121212
group = 1
emmcache = 1,2,2
blockemm-g = 1

I put only the key from your example. Try to change your account!
device=your server, your port
account=your user,your passw
No needs for cccversion=2.1.2 as it is newcamd account as I understand. 123456.com can't be server address in Your example or it is just example :)
 
Last edited:

cappilio

Registered
Messages
4
Oscam server

Hi yes the server was just an example.

Last night I took a look at Oscam log and it is timing out when trying to connect to the server. However I know these account details work because I use them on my dreambox dm800. Il keep trying and try your advice, il let you know how I get on
 
Top