Oscam ymod & vu+ Blackpole E02. v1.0 ??

just4fun2

Senior Member
Messages
361
Hello, something strange happend with the Ymod34 for New enigmaE02
Blackpole img; when i start oscam it work OK but only on EMU mode it won´t read my server?? any ide or wich Ymod work with this img :rolleyes:
thanks
 

just4fun2

Senior Member
Messages
361
I don´t have card, only TNtsat working with oscam key but oscam seems to stay on EMU mode, can´t read my server line (CS)
regards
 

pandra

Senior Member
Messages
111
Hello !

You have again a problem with your oscam config files path and Ymod don't find them.

Ymod don't need a reader to work in emu mode (it's the reason why the emulation work) but need reader for your card or server.
Use (like I said to you before in your another tread) the -c option in the runline of oscam_ymod and specify the path where are your config files.

If you always use the -c option, you'll never have any problems like this

Apology for my very good english ;)
 
Last edited:

just4fun2

Senior Member
Messages
361
Hello !

You have again a problem with your oscam config files path and Ymod don't find them.

Ymod don't need a reader to work in emu mode (it's the reason why the emulation work) but need reader for your card or server.
Use (like I said to you before in your another tread) the -c option in the runline of oscam_ymod and specify the path where are your config files.

If you always use the -c option, you'll never have any problems like this

Apology for my very good english ;)

Ok i will try, so maybe is the pb as last time:confused:
thanks
 

just4fun2

Senior Member
Messages
361
Hi, i tryed right now..not working:eek:
this is my modified line, is this correct?
start)
echo "[SCRIPT] $1: $CAMNAME"
remove_tmp
/usr/bin/oscamYmod18-t34 -c etc/tuxbox/config -b &
;;
stop)
echo "[SCRIPT] $1: $CAMNAME"
killall -9 oscamYmod18-t34 2>/dev/null
sleep 1
remove_tmp
;;
*)
$0 stop
exit 0
;;
 

pandra

Senior Member
Messages
111
Hello,

Your have two errors in your runline, this is correct :

/usr/bin/oscamYmod18-t34 -c /etc/tuxbox/config -b

You must put a '/' , the path is /etc/... not etc/..
With the option -b you launch oscam in backround and with & too. Use only -b, it's better
 

just4fun2

Senior Member
Messages
361
Hi, yesterday i tryed also with "/" but same result, right now i tryed with
/usr/bin/oscamYmod18-t34 -c /etc/tuxbox/config -b
but not working. It seems that oscam won´t read the server line:mecry:
Thank you anyway

EDITED:

i think that maybe the right libs are not inside the img:confused:
Oscam y mod 18 T34 DVBAPI for BH Image and also Nabilo E2(if you have right kind of libs onboard)
But i´ve tryed also the other Ymod BIN for E02 & it was the same pb.
 
Last edited:

pandra

Senior Member
Messages
111
Hy !

i think that maybe the right libs are not inside the img

If the libs wasen't in your image, oscam won't start and you say that emu work, so oscam work and libs are ok. Your problem is somewhere else, like bad path to your config files, config files not in unix format, or a syntax error somewhere.
For unix format you can change format files with telnet or ssh like this :
Code:
cd /etc/tuxbox/config
dos2unix oscam.conf
And also for the other's config files

If you can post a log when you switch to a channel give by your server I can help you more. And also the reader of this server (without adress and user/passwd of course)

You can see the log in the oscam interface.
 
Last edited:
Top