PDA

View Full Version : MultiCas Info



HighHD
20-01-2010, 01:15 PM
Hi m8's ,

This is tip which will allow You to see MultiCas Info while You are watching TV.

Edit file openxcas.conf in /PLUGINS/OpenXCAS/MultiCAS

and below this two lines :

INFO = /path/to/file
REFRESH = sec


like :

INFO = /tmp/ccc_server
REFRESH = 5


Save file, restart MultiCas, go to TV and press > > on your remote control and You will see new window.

tsakman
20-01-2010, 02:43 PM
So Openxcas looks like this?

[module]
name = MultiCAS
daemon = emu_module
version = 1.62
INFO = /tmp/ccc_server
REFRESH = 5

which file from pic below must put in info line to see?
http://img46.imageshack.us/img46/7960/multicas.jpg

MickeySa
20-01-2010, 02:48 PM
I think files which are in tmp , and which content You want to show, files are in /tmp beginning with ccc_

tsakman
20-01-2010, 02:52 PM
So what is the full line to put in info?

sattommy
20-01-2010, 03:32 PM
depends what you want to see.

if you would like to see ecm info put:

[module]
name = MultiCAS
daemon = emu_module
version = 1.62
INFO = /tmp/ccc_ecm.info
REFRESH = 2

If you want card list put:

[module]
name = MultiCAS
daemon = emu_module
version = 1.62
INFO = /tmp/ccc_card_list.info
REFRESH = 2

If you want server list put:

[module]
name = MultiCAS
daemon = emu_module
version = 1.62
INFO = /tmp/ccc_serverstatus.info
REFRESH = 2


You put a value after refresh. This will make the screen refresh this amount of seconds.

tx0
20-01-2010, 03:35 PM
I've set it to

INFO = /tmp/ccc_ecm.info
REFRESH = 5

tx0
20-01-2010, 03:36 PM
btw is there any way to remove 'connecting to server' messages?
sometimes they are useless.

valerica
20-01-2010, 04:10 PM
Details about card in internal slot use this :

[module]
name = MultiCAS
daemon = emu_module
version = 1.62
INFO = /tmp/card_slot.info
REFRESH = 3


Cheers ,
Val .

MickeySa
20-01-2010, 06:55 PM
Also You can use small caps like info, or refresh ;)

stavross
20-01-2010, 09:54 PM
Hi guys

Tryed everything to get info on screen but all I get is a black small window appear but no info????
Pointed in to the right directory but nada any help much apreciated
(also on latest Multicas and Multicas info installed and latest firmware)

Stavross:nopity: :troll: :respect-014:

rolyv
20-01-2010, 11:32 PM
Works very well

Thanks

crazy2
21-01-2010, 03:22 PM
mgcamd info ok
openxcas.conf

[module]
name = mgcamd
daemon = mgcamd
version = 1.35a
# argument = -a 3
INFO = /tmp/ecm.info
REFRESH = 2

stevie1961
21-01-2010, 06:58 PM
Works brilliant, Thanks for the info.

Wonder if there are any other tricks ?

seedys50
27-04-2010, 09:10 PM
Can anyone help out here.
Like Stavross im only getting the black box appear but no info inside?
The contents of openxcas.conf is showing

[module]
name = MultiCAS
daemon = emu_module
version = 1.62D-A10
info = /tmp/ccc_ecm.info
refresh = 5

Anyone? Im getting glitches and trying to see what the ecm times are without having to manually open the file on the PC each few seconds.

freshmaker
27-04-2010, 09:22 PM
Can anyone help out here.
Like Stavross im only getting the black box appear but no info inside?
The contents of openxcas.conf is showing

[module]
name = MultiCAS
daemon = emu_module
version = 1.62D-A10
info = /tmp/ccc_ecm.info
refresh = 5

Anyone? Im getting glitches and trying to see what the ecm times are without having to manually open the file on the PC each few seconds.

i have like this and work ok

INFO = /tmp/ccc_ecm.info
REFRESH = 2

hfmls
27-04-2010, 10:39 PM
[module]
name = MultiCAS
daemon = emu_module
version = 1.62D-A10
INFO = /tmp/ccc_ecm.info
REFRESH = 5


I have like this and no luck :(

freshmaker
28-04-2010, 12:42 AM
[module]
name = MultiCAS
daemon = emu_module
version = 1.62D-A10
INFO = /tmp/ccc_ecm.info
REFRESH = 5


I have like this and no luck :(

trye thiss work fine in my reciver

[module]
name = MultiCAS
daemon = emu_module
version = 1.62D-A10
INFO = /tmp/ccc_ecm.info
REFRESH = 2

Smudger
28-04-2010, 08:03 AM
[module]
name = MultiCAS
daemon = emu_module
version = 1.62D-A10
INFO = /tmp/ccc_ecm.info
REFRESH = 5


I have like this and no luck :(

I had this problem when I used more then one emu ie newcs and cccam. I had to setup each file with it's relevant info file.
Running Multicas on it's own
INFO = /tmp/ccc_ecm.info
REFRESH = 5
works fine.

Smudger
29-04-2010, 05:11 PM
If you still have problems getting this to work check the format of you openxcas.conf file. I've just had problems after update to MultiCAS1.62D-B01.
Run
dos2unix openxcas.conf
from in the Multicas folder via telnet to fix.

tsakman
29-04-2010, 05:19 PM
Smudger can u tell me how and where to put the command to fix openxcas?Thank u

I mean the steps to do it

Smudger
29-04-2010, 05:32 PM
Telnet to receiver use maz or putty.
type
cd /PLUGINS/OpenXCAS/MultiCAS
then type
dos2unix openxcas.conf
this corrects the file and removes the ^M 's from the line ends.
thats it.

tsakman
29-04-2010, 05:47 PM
Thank u very much.It works!

Robertus78
29-04-2010, 05:51 PM
Thanks, it never worked by me , until know ! Never heard about dos2unix, but it works !!!

Smudger
29-04-2010, 05:55 PM
It just converts the file to correct format it's part of the busybox package.

stavross
29-04-2010, 07:34 PM
Mine works now thank all for this usefull post

Stavross:respect-046::party::respect-067:

seedys50
29-04-2010, 08:32 PM
Still dont know what the hell is going on. Now cant get putty to open a telnet window.
The box keeps closing on attempting to connect.
I can use filezilla and it connects fine every time to 192.xxx.0.3 but putty shuts a second after attempting to open????
Anyone help
Or could someone attach a file in the correct style.

Smudger
29-04-2010, 09:35 PM
check you azbox network settings for telnet

seedys50
29-04-2010, 09:40 PM
smudger - many thanks m8 - the telnet option was disabled.
Updated to the new multicas then ran the dos2unix and BINGO - info is now displayed onscreen.

tsakman
06-05-2010, 04:51 PM
Telnet to receiver use maz or putty.
type
cd /PLUGINS/OpenXCAS/MultiCAS
then type
dos2unix openxcas.conf
this corrects the file and removes the ^M 's from the line ends.
thats it.

With latest multicas is this work?Because when i download multicas B3 didn't work,try to do all these and still doesnt work

buyukbang
06-05-2010, 04:56 PM
It's working. I tried.


With latest multicas is this work?Because when i download multicas B3 didn't work,try to do all these and still doesnt work

tsakman
06-05-2010, 05:14 PM
Strange.I did it again i reboot my receiver and it works

the illuminati
21-05-2010, 04:05 PM
it works like a charm thanks