I have no idea if it will work as i cannot see that satellite nor do i have a subscription to it.
Follow all this at your risk.
Let us know how you get on, if you choose to try it.
First thing i would try is to get rid of ubuntu desktop version and install ubuntu server distro.
I use 12.04 and find it runs ok
Quote
but there are newer versions out.
I'd forget about cccam in your server and try oscam only install as it seems to read your card anyway (My opinion for what its worth but on unchartered waters here anyway)
You can follow this excellent tutorial to install ubuntu server edition but only go as far as STEP 3.
http://linuxsat-support.com/showthread.php?t=16479
Then continue with this excellent tutorial to finish your installation:
http://linuxsat-support.com/showthread.php?t=16755
These are the configs i would try for starters. (Based on your original configs but just enough to get going I think)
Oscam config
Quote
[global]
logfile = /var/log/oscam.log
nice = -1
waitforcards = 1
preferlocalcards = 1
[cccam]
port = 12000 (or whatever you want, 12000 is normally default and easy to guess)
nodeid = 47084E27109C13A4
version = 2.1.3
reshare = 1
[webif]
httpport = 8888
httpuser = admin
httppwd = admin
httprefresh = 15
httpallowed = 192.168.0.0-192.168.254.254
Display More
Oscam Server:
Quote
[reader]
label = astro
protocol = smartreader
device = 0002:002
caid = 09AC
boxid = XXXXXXX (may be optional as oscam may be able to work it out. Not too sure on your card though. I'd try without this line first.)
detect = cd
mhz = 357
cardmhz = 357
ident = 09AC:000000
group = 1
emmcache = 1,3,2
blockemm-unknown = 1
blockemm-g = 1
saveemm-u = 1
saveemm-s = 1
Display More
Oscam User
Quote
[account]
user = home
pwd = test
au = astro
group = 1,2
cccmaxhops = 5
cccreshare = 0
Display More
Your internal c line will look like this (provided you use the above configs)
c: 192.168.x.x 12000 home test
The 192.168.x.x is what ever your server ip is.
You can find it out by logging on to your server and it should be displayed otherwise type in ifconfig after loggin in and it should display it. Alternatively you can look for it on your router.
The 12000 refers to the cccam port entry in your oscam config file. Make sure it matches the number that you have entered if you dont use 12000
The home and test refer to your oscam user file, home being user name and test being user password.
This line will need to be inserted into your receiver within your network (home), it will not work outside your home network at the moment but the point of the exercise is to see if the setup can clear your channels.