Hi everyone,
I recently updated my Oscam 9842 to amore recent version (11107) and I just can't get it working. The screen remains black. Who could help me?
A little summary
- the receiver is a Vu+ Solo2 bought in August 2015
- the image is Openpli 4.0 (IGU version dated 07-August-2015)
- TS Panel 7.3 is installed
- The magenta Bis card is inserted in a Smit Secure ACS 4.0 module with rights on 5°W and on 13°E
- the TNTsat card is in the middle slot, i.e. sci0 : but black screen
- I tested the Fransat card without the Bis TV but it did not work. I had to give the card back to the person who lent it to me for the tests but I intend to get one in the near future
- Swiss channels are not working anymore
I have following files : in /etc/init.d, a file named softcm.oscm11107 size 1166
In /etc/tuxbox/config/oscm is oscm.conf
oscm.server
and oscm.dvbapi
Then in /usr/bin, a file oscm11107 size 613876
I got this log when trying to descramble M6 on 19°east :
in webif (192.168.178.49:8888), Readers, the 2 leds are green for TNTsat and SRG. I deactivated Fransat.
Who has a clue of what is going wrong?
You can answer in English, French, Dutch or German. Thanks in advance
wile_e
I recently updated my Oscam 9842 to amore recent version (11107) and I just can't get it working. The screen remains black. Who could help me?
A little summary
- the receiver is a Vu+ Solo2 bought in August 2015
- the image is Openpli 4.0 (IGU version dated 07-August-2015)
- TS Panel 7.3 is installed
- The magenta Bis card is inserted in a Smit Secure ACS 4.0 module with rights on 5°W and on 13°E
- the TNTsat card is in the middle slot, i.e. sci0 : but black screen
- I tested the Fransat card without the Bis TV but it did not work. I had to give the card back to the person who lent it to me for the tests but I intend to get one in the near future
- Swiss channels are not working anymore
I have following files : in /etc/init.d, a file named softcm.oscm11107 size 1166
Code:
#!/bin/sh
# Definir les paramétres ici
# start-exe = nom de l'éxécutable à démarrer
# softcm_param = l'ensemble des paramètres à passer à votre softcm
# softcm_info = pour donner le nom de votre softcm (cette information ne semble pas utilisée)
softcm_exe="/usr/bin/oscam11107"
softcm_param="-b -r 2 -c /etc/tuxbox/config/oscm"
softcm_info="oscm11107"
remove_tmp ()
{
[ -e /tmp/ecm.info ] && rm -rf /tmp/ecm.info
[ -e /tmp/.oscam ] && rm -rf /tmp/.oscm
[ -e /tmp/.console ] && rm -rf /tmp/.console
[ -e /tmp/camd.socket ] && rm -rf /tmp/camd.socket
}
case "$1" in
start)
start-stop-daemon -S -x $softcm_exe -- $softcm_param
;;
stop)
start-stop-daemon -K -R 2 -x $softcam_exe &
sleep 3
ps | grep $softcm_exe | grep -v grep > /dev/null
if [ $? -eq 0 ]
then
killall -9 $softcam_exe 2>/dev/null
fi
sleep 2
remove_tmp
;;
restart|reload)
$0 stop
sleep 4
$0 start
;;
version)
$softcm_exe -V | head -n 1 | awk '{print $2}'
;;
info)
echo $softcm_info
;;
values)
echo "Command line started:"
echo $softcm_exe $softcm_param
;;
*)
echo "Usage: $0 start|stop|restart|version|info|values"
exit 1
;;
esac
exit 0
Code:
[global]
logfile = /var/log/oscam.log
maxlogsize = 200
lb_save = 100
lb_min_ecmcount = 6
lb_max_ecmcount = 360
[dvbapi]
enabled = 1
au = 1
user = localuser
boxtype = vuplus
[webif]
httpport = 8888
httphelplang = fr
httpuser =
httppwd =
httprefresh = 30
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
[ident]
CAID = 0500
IDENT = 0500:030B00
groupe = 1
CAID = 0500
IDENT = 0500:041950,041960
group = 1
Code:
[reader]
label = TNTSATV5
enable = 0
protocol = internal
device = /dev/sci0
detect = cd
mhz = 450
cardmhz = 2700
ident = 0500:030B00
aeskeys = [SNIP]
group = 1
emmcache = 1,3,15,0
[reader]
label = srg
protocol = camd35
device = 127.0.0.1,12345
user = server
password = passwd
caid = 0500
ident = 0500:023800
group = 1
Code:
P:0500:030B00
P:0500:041950
I got this log when trying to descramble M6 on 19°east :
Code:
2015/11/09 14:43:30 491FC117 c (dvbapi) Demuxer 0 trying to descramble PID 9 CAID 0500 PROVID 043300 ECMPID 017F ANY CHID PMTPID 012C VPID 0136
2015/11/09 14:43:30 491FC117 c (ecm) anonymous (0500@043300/0433/2457/39:C9DF8B84F7AB8E3BD1AECFF0A93982D1): not found (1 ms) by Fransat
2015/11/09 14:43:31 491FC117 c (dvbapi) Demuxer 0 trying to descramble PID 10 CAID 0500 PROVID 032920 ECMPID 017D ANY CHID PMTPID 012C VPID 0136
2015/11/09 14:43:31 491FC117 c (ecm) anonymous (0500@032920/0B01/2457/12A:DFD7B553A875580EA0216EEFE1B58654): not found (1 ms) by Fransat
2015/11/09 14:43:32 491FC117 c (dvbapi) Demuxer 0 restarting decodingrequests after 0 ms with 6 enabled and 8 disabled ecmpids!
2015/11/09 14:43:32 491FC117 c (dvbapi) Demuxer 0 trying to descramble PID 8 CAID 0500 PROVID 030B00 ECMPID 0181 ANY CHID PMTPID 012C VPID 0136
2015/11/09 14:43:32 655B0D85 r (aes) AES Decrypt key 23 not found for 0500@030B00 (aka V 030B00 E17 ...)
2015/11/09 14:43:32 491FC117 c (ecm) anonymous (0500@030B00/1317/2457/156:CDD3BEB42DC85D20C0CB22A69E6E70B5): not found (1 ms) by Fransat
2015/11/09 14:43:33 491FC117 c (dvbapi) Demuxer 0 trying to descramble PID 5 CAID 0500 PROVID 032830 ECMPID 017C ANY CHID PMTPID 012C VPID 0136
2015/11/09 14:43:33 491FC117 c (ecm) anonymous (0500@032830/1317/2457/118:971D788E1969A148249D13BAB613A548): not found (1 ms) by Fransat
2015/11/09 14:43:34 491FC117 c (dvbapi) Demuxer 0 trying to descramble PID 6 CAID 0500 PROVID 032940 ECMPID 017E ANY CHID PMTPID 012C VPID 0136
2015/11/09 14:43:34 491FC117 c (dvbapi) Demuxer 0 trying to descramble PID 7 CAID 0500 PROVID 043330 ECMPID 0180 ANY CHID PMTPID 012C VPID 0136
2015/11/09 14:43:35 491FC117 c (ecm) anonymous (0500@043330/0433/2457/8E:97E2F84DAEF8105C4F98CB41E91A66B0): not found (1 ms) by Fransat
2015/11/09 14:43:35 491FC117 c (dvbapi) Demuxer 0 trying to descramble PID 9 CAID 0500 PROVID 043300 ECMPID 017F ANY CHID PMTPID 012C VPID 0136
2015/11/09 14:43:36 491FC117 c (ecm) anonymous (0500@043300/0433/2457/39:C9DF8B84F7AB8E3BD1AECFF0A93982D1): not found (1 ms) by Fransat
2015/11/09 14:43:36 491FC117 c (dvbapi) Demuxer 0 trying to descramble PID 10 CAID 0500 PROVID 032920 ECMPID 017D ANY CHID PMTPID 012C VPID 0136
2015/11/09 14:43:37 491FC117 c (ecm) anonymous (0500@032920/0B01/2457/12A:DFD7B553A875580EA0216EEFE1B58654): not found (1 ms) by Fransat
2015/11/09 14:43:37 491FC117 c (dvbapi) Demuxer 0 restarting decodingrequests after 0 ms with 6 enabled and 8 disabled ecmpids!
2015/11/09 14:43:37 491FC117 c (dvbapi) Demuxer 0 trying to descramble PID 8 CAID 0500 PROVID 030B00 ECMPID 0181 ANY CHID PMTPID 012C VPID 0136
2015/11/09 14:43:38 655B0D85 r (aes) AES Decrypt key 23 not found for 0500@030B00 (aka V 030B00 E17 ...)
Who has a clue of what is going wrong?
You can answer in English, French, Dutch or German. Thanks in advance
wile_e