Alien 8900 Noob Questions

Hibernian56

Registered
Messages
14
I just bought one of these and I must say its fantastic.

I have a couple of questions;

1: Where or how do I install the mcaskey.bin file?
2: How do I log into the box, it rejects my user name & password even though all is well.

It's a great site by the way, plenty of info here, but I couldn't find answers to these two questions.

Thanks.
 

Hibernian56

Registered
Messages
14
Ok, I figured out question 2, at least partially, no fancy web interface, but it's ok. I used an FTP program to connect (Forklift on the Mac) connection settings are;

1: 192.168.xxx.xxx - IP address of Alien 8900
2: password
3: user name

Thats it, worked on standard port 21. Easy peasy.

Any ideas on where to put the mcaskey.bin file?
 

maam64

Registered
Messages
24
Translate by Google:
The plugin MCAS (the EMU) does not use this file, use the file keydata.bin which is located in the path root/plugin/var/keys and edit from the menu of MCAS.

Original en Español:
El plugin MCas (La EMU) no usa este fichero, usa el fichero keydata.bin que se situa en la ruta root/plugin/var/keys y se edita desde el menu de MCas.
 

Hibernian56

Registered
Messages
14
I have the plugin plugin_mcas_full.s is this what you are talking about?

The key I am using is from mcaskey by dreamer1983 09.06.2012.rar

Its only one file with no instructions at all. I am lost, completely and utterly lost. Are there any guides (for idiots like me) I can read?

Thanks for your help by the way.
 

maam64

Registered
Messages
24
Original en español:
Tengo este deco y lo uso con el sistema Spark (No Enigma2), si quieres que te mande los plugins completos que me estan funcionando ahora mismo, pasame un email, ya que no me da opcion de subir ficheros, o no la veo.

translate by Google:
I have this deco and use with the Spark (not Enigma2), if you want to send me the complete plugins are working right now, pass me an email, because it gives me no option to upload files, or not see.
 

maam64

Registered
Messages
24
Original en Español:
Este es mi email: [email protected] si quieres comunicarte conmigo mandame un mensaje. No puedo ver tu mensaje privado.

Tranlate by Google:
This is my email: [email protected] if you want contact me send me a message. I can not see your private message.
 

Hibernian56

Registered
Messages
14
I managed to get the Oscam server running, and added users, but I can't connect to the server (using a very old guide I found on the net) BUT this guide was to set up local sharing using the internal slot, so I have no idea how to add the oscam.keys file as a reader.

Also, as mentioned the users I added can't connect. Here is the code of the relevant files;

oscam.conf

Code:
#
# main configuration
#

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

# logging

pidfile      = /var/run/oscam.pid
logfile      = /var/log/oscam/oscam.log
#logfile     = stdout
usrfile      = /var/log/oscam/oscamuser.log
cwlogdir     = /var/log/oscam/cw

# monitor

[monitor]
port           = 0
nocrypt        = 
aulow          = 30
hideclient_to  = 15
monlevel       = 3
appendchaninfo = 0

# web interface

[webif]
httpport            = 3001
httpuser            = alien
httppwd             = alien
httprefresh         = 10
httpallowed         = 192.168.2.1-192.168.2.255
httphideidleclients = 1
httpreadonly        = 0
httpsavefullcfg     = 0

# anti-cascading

[anticasc]
enabled       = 0
numusers      = 1
sampletime    = 2
samples       = 5
penalty       = 1
aclogfile     = /var/log/oscam/aclog.log
denysamples   = 9

# protocols

[newcamd]
port           = 34000@0963:000000
key            = 0102030405060708091011121314
allowed        = 
keepalive      = 1
mgclient       = 0

#[cccam]
#port          = 40000
#version       = 1.2.3
#build         = 1234
#reshare       = 2

[dvbapi]
enabled       = 1
user          = user1
pwd           = password1
group         = 1
demux         = /dev/dvb/adapter0/demux0
ca            = /dev/dvb/adapter0/ca0
socket        = /tmp/pmt.tmp

oscam.server

Code:
#
# reader configuration
#

# oscam.keys reader - THIS IS MY INPUT!!

[reader]
label      = filecw
protocol   = constcw
device     = /var/keys/CW-Files
caid       = 2600,0500,0100
ident      = 2600:000000;0500:041700;0100:000084,00006A,042500
group      = 1

# internal reader
[reader]
label            = slot1
enable           = 1
protocol         = internal
detect           = /dev/sci0
group            = 1
EMMCache         = 1.3.2
boxid            = xxxxxxxx
blockemm-u       = 0
blockemm-s       = 0
blockemm-g       = 1
blockemm-unknown = 1
caid             = 0963

oscam.user

Code:
#
# user configuration
#

# user for group 1 with Betacrypt tunnel, no monitoring, only one connection possible, AU enabled
[account]
user       = casa
pwd        = paska
group      = 1
uniq       = 1
monlevel   = 0
au         = 1
caid       = 0963
cccmaxhops = -1
cccreshare = -10

# i deleted the other users because the code was about 1km long!!
 

Hibernian56

Registered
Messages
14
Just to keep everyone updated.

Maam64 has managed to get me 99% up and running. I managed to delete my original plugin folder which caused havoc, but its all sorted now.

Oscam, MCAS & Mgcamd are running. Now I just need to wrap my head around how the keys work.

This is a great site by the way.
 
Last edited:
Top