Freeview (BBC Satback of Terrestrial MX PSB1 & 3) Biss @ 27.5°W *Chat Only No Keys*

matt33

Donating Member
Messages
474
I have all the scripts bbc_pmt_starter,bbc_pmt_v6,enigma2_pre_start+dvbsnoop.OE2.0 ATV 4.2,5.0 no problem.OE2.2 is needed about another script enigma 2 pre-start:(
 

matt33

Donating Member
Messages
474
It works only when I connect to Telnet and when I give command bbc_pmt_v6.py -t long -d /dev/dvb/adapter0/demux3.
When I switch off Telnet,so it doesn't work.Problem will be maybe in starting scripte enigma2_pre_start and tried it also without this scripte and it worked in the same way.Probably same other script enigma2_pre_start is needed in this new enigme OE 2.2.I tried it in image Merlin4 and Experimental.I have placed all the files in usr/bin.
http://s30.postimg.org/6lxbqlqsx/long_mode.jpg
http://s15.postimg.org/rt6j7o19n/long_mode.jpg
 

matt33

Donating Member
Messages
474
I have the following
#!/bin/sh

scriptPath=/usr/bin

#do cleanup
cd $scriptPath
killall -9 bbc_pmt_starter.sh
for scriptName in `ls -1 bbc_pmt*py`
do
killall -9 $scriptName
done

export scriptPath
$scriptPath/bbc_pmt_starter.sh &
 

maxilive

Registered
Messages
146
It works only when I connect to Telnet and when I give command bbc_pmt_v6.py -t long -d /dev/dvb/adapter0/demux3.
When I switch off Telnet,so it doesn't work.Problem will be maybe in starting scripte enigma2_pre_start and tried it also without this scripte and it worked in the same way.Probably same other script enigma2_pre_start is needed in this new enigme OE 2.2.I tried it in image Merlin4 and Experimental.I have placed all the files in usr/bin.
http://s30.postimg.org/6lxbqlqsx/long_mode.jpg
http://s15.postimg.org/rt6j7o19n/long_mode.jpg



Edit "bbc_pmt_starter.sh" like you send the command "bbc_pmt_v6.py -t long -d /dev/dvb/adapter0/demux3"
 
Last edited:

antrabe

Registered
Messages
530
The new dreambox 7080 works and dreambox 8000 not if its tuner issue can we install that tuner in dm 8000?


Enviado desde mi iPhone utilizando Tapatalk
 

maxilive

Registered
Messages
146
via telnet

first edit the file "bbc_pmt_starter.sh" in /usr/bin like the command you send by telnet.
in the beginning had the same problem and was the file that was not edited as the command sent by telnet.
sorry for my english...
 
Last edited:

matt33

Donating Member
Messages
474
#!/bin/sh

scriptName="bbc_pmt_v6.py -t long -d /dev/dvb/adapter0/demux3"
logName=/dev/null
#logName=/tmp/bbc_pmt.log

while [ 1 ]
do
echo "=== starting $scriptName" **** $logName
$scriptPath/$scriptName **** $logName 2>&1
echo "=== $scriptName exited..." **** $logName
done
not work without telnet
 

candu

Senior Member
Messages
1,249
Look. ..
1792ca1410775606b3ae702cb711d425.jpg

Could you send me yours,please?
Thanks
 
Top