Springen naar inhoud


Foto

Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge


  • Please log in to reply
Er zijn 1943 reacties in dit onderwerp

Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #281 Robinson

  • Senior Member
  • 2616 berichten

+30
Good

Geplaatst op 26 januari 2014 - 22:58

Robinson, try bbc_pmt_v4.py from zipfile:

attachicon.gifbbc_pmt_v4.zip

 

Just one more thing I have noticed when using bbc_pmt, enigma2_pre_start and bbc_pmt_starter files in the LONG mode on my ET9000.

When I telnet "top" command while on a 27.5W channel, /usr/bin/enigma2 uses 49% CPU. When I'm on any other channel, it uses about 17% and when your script is not running at all, CPU consumption stays very low, about 1% CPU.

I guess it is normal with this script and nothing can be done about it?

Or maybe it would be possible to run this script automatically only when switching to a 27.5W channel. Does anyone know if it is possible?


Veranderd door Robinson, 26 januari 2014 - 23:03

ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #282 doublet

  • Senior Member
  • 90 berichten

+5
Neutral

Geplaatst op 27 januari 2014 - 10:54

Robinson,

only interaction of script with E2 is web interface (accessed trough wget). Script checks each half second, whether there was a zap and it should do some action. You can change timeout in

time.sleep(0.5)

to higher value, but then it can take longer to get the picture after zap.



Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #283 Robinson

  • Senior Member
  • 2616 berichten

+30
Good

Geplaatst op 27 januari 2014 - 23:33

Thanks doublet.

I can confirm that increasing this value to 4.5 significantly reduces CPU % and eliminates glitches when scrolling through menu, channel list or packet management list.

I guess an ideal situation would be if the script did not have to poll for possible channel change every fraction of a second but enigma2 would inform the script about tha fact that a channel is being changed.

Do you think that could be possible? Maybe Erik or pieterg know that?


Veranderd door Robinson, 27 januari 2014 - 23:35

ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #284 dhwz

  • Senior Member
  • 227 berichten

+20
Neutral

Geplaatst op 28 januari 2014 - 14:12

Sure by writing a plugin which runs inside of E2 not outside, then you can execute it just on zap.



Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #285 Robinson

  • Senior Member
  • 2616 berichten

+30
Good

Geplaatst op 28 januari 2014 - 14:25

OK, but it doesn't seem to be so easy or those who can do that are not too interested in BBC at 27.5W.


ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #286 pepino

  • Member
  • 9 berichten

0
Neutral

Geplaatst op 30 januari 2014 - 00:22

Allright guys. I have read all 15 pages and I'm really confused how to install all that you mentioned in this thread into my new VU+ Solo2 which I bought only yesterday. So please help me. 

 

Q: What exactly have to be installed on my Solo2 to get this BBC package working fully automatically every time I turn on the receiver?

 

Please describe it step by step. Where exactly should I put these three files from bbd_pmt_v4.zip? Which plugins /  software I need to install and how to install them? Here in my country there is no possibility to receive BBC channels at all. 28,2E you need >3m dish. So this is the only way to get it here. Your help is really appreciated. Thank you.



Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #287 Robinson

  • Senior Member
  • 2616 berichten

+30
Good

Geplaatst op 30 januari 2014 - 10:58

pepino, are you using OpenPLi 4.0?

If so, in short, you need the 3 files in /usr/bin to be 755 and pmt_starter has to be set to LONG mode. You also need lamedb with correct entries as indicated in one of the posts earlier (with c:12 entries).


ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #288 humaxboy

  • Senior Member
  • 57 berichten

+1
Neutral

Geplaatst op 30 januari 2014 - 11:06

@kota - i will answer you here

@pepino - see my instruction

 

1) dvbsnoop must be installed. It should be in the feed. Just use the following command: opkg install dvbsnoop.You can check whether it is running by linux ps command.

2) running oscam ymod t50 (mgcamd should also work)

3) use long operation:  (CAPMT with VPID and APID is sent to CAM) – use this one for Solo2

4) Of course for long mode, you have to have PIDs in lamedb. "f:4" and correct PIDs in lamedb are required for "long" mode. "c:12" is for HE-AAC pid caching .You can enter this data manually and then send it to Solo2.

4440:0cfdace7:1000:0001:25:0
BBC Two HD
p:BBC,c:0017d5,c:0317d5,c:050001,c:1217d6,f:4
4484:0cfdace7:1000:0001:25:0
BBC One HD
p:BBC,c:0019c9,c:0319c9,c:050001,c:1219ca,f:4
44c8:0cfdace7:1000:0001:25:0
ITV1 HD
p:ITV,c:001839,c:031839,c:050001,c:12183a,f:4
4500:0cfdace7:1000:0001:25:0
Channel 4 HD
p:Channel 4 Broadcasting,c:00189d,c:03189d,c:050001,c:12189e,f:4
4600:0cfdace7:1000:0001:25:0
BBC Three HD
p:BBC,c:001b59,c:011b5a,c:031b59,c:050001,C:2600,f:4,c:121b5a,f:04

 

Hope I didn't forget anything :D

 

Humaxboy



Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #289 kota

  • Senior Member
  • 89 berichten

+1
Neutral

Geplaatst op 30 januari 2014 - 14:10

root@vusolo2:~# /usr/bin/bbc_pmt_v4.py -t long -d /dev/dvb/adapter0/demux0     
capmtType: long, demux: /dev/dvb/adapter0/demux0                               
currentSid: 0x10bf                                                             
trying with demux /dev/dvb/adapter0/demux0                                     
pmtPid: 0x00c8                                                                 
Error(145): read (PID 0x00c8): Connection timed out                            
0x9f 0x80 0x32 0x23 0x03 0x10 0xbf 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac
0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x00 0xc8 0x02 0x0c 0x1d
0x00 0x00 0x03 0x0c 0x1e 0x00 0x00                                             

 

 Thanks for that, but this is what I'm getting. Can't even clear the SD channels using mgcamd and with these entries on my lamedb on the HD ones:

 

4484:0cfdace7:1000:0001:25:0
BBC One HD
p:BBC,c:0019c9,c:0319c9,c:050001,c:1219ca,f:4

4440:0cfdace7:1000:0001:25:0
BBC Two HD
p:BBC,c:0017d5,c:0317d5,c:050001,c:1217d6,f:4

4600:0cfdace7:1000:0001:25:0
BBC Three HD
p:BBC,c:001b59,c:011b5a,c:031b59,c:050001,c:2600,f:4,c:121b5a,f:04

4500:0cfdace7:1000:0001:25:0
Channel 4 HD
p:Channel 4 Broadcasting,c:00189d,c:03189d,c:050001,c:12189e,f:4


44c8:0cfdace7:1000:0001:25:0
ITV1 HD
p:ITV,c:001839,c:031839,c:050001,c:12183a,f:4

 

 

Cheers

 



Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #290 Robinson

  • Senior Member
  • 2616 berichten

+30
Good

Geplaatst op 30 januari 2014 - 14:38

kota, your telnet output seems to be OK.

Are you using oscam_ymod? Are you sure you have correct keys in oscam.keys file?

Can you clear any other BISS channels?

Can you provide a piece of Oscam log?

Or amybe you need a different demux? Not 0 but, let's say, 3 or some other number?


Veranderd door Robinson, 30 januari 2014 - 14:40

ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #291 kota

  • Senior Member
  • 89 berichten

+1
Neutral

Geplaatst op 30 januari 2014 - 16:24

root@vusolo2:~# /usr/bin/bbc_pmt_v4.py -t long -d /dev/dvb/adapter0/demux0    
capmtType: long, demux: /dev/dvb/adapter0/demux0                              
currentSid: 0x4484                                                            
trying with demux /dev/dvb/adapter0/demux0                                    
pmtPid: 0x19c8                                                                
Error(145): read (PID 0x19c8): Connection timed out                           
0x9f 0x80 0x32 0x23 0x03 0x44 0x84 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xa
0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x19 0xc8 0x02 0x19 0xc
0x00 0x00 0x03 0x19 0xca 0x00 0x00                                            
Traceback (most recent call last):                                            
  File "/usr/bin/bbc_pmt_v4.py", line 122, in <module>                        
    s.send(buffer(capmt))                                                     
socket.error: [Errno 134] Transport endpoint is not connected 

 Thanks m8 but I just don't know what I'm doing wrong. This is what I get when using oscamymod. Maybe it's not working properly since it does not clear any other biss channels like FOX Sports HD on Hispasat with the same keys mgcamd has no problems opening.

 

I have no idea how to show you my oscam log. Can you tell me how to do it ??

 

Cheers

 

EDIT: forgot to say demux3 doesn't work either


Veranderd door kota, 30 januari 2014 - 16:25


Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #292 Robinson

  • Senior Member
  • 2616 berichten

+30
Good

Geplaatst op 30 januari 2014 - 18:02

Traceback (most recent call last):                                            
  File "/usr/bin/bbc_pmt_v4.py", line 122, in <module>                        
    s.send(buffer(capmt))                                                     
socket.error: [Errno 134] Transport endpoint is not connected 

I don't understand this error.

I'm sure doublet will have some ideas if he sees your post.


ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #293 kota

  • Senior Member
  • 89 berichten

+1
Neutral

Geplaatst op 30 januari 2014 - 18:41

On another forum and to someone else having this issue he mention that the camd.socket was not in the default path (/tmp) and to look for it and modify the following line in script:  s.connect_ex(("/tmp/camd.socket"))

 

However I did find the camd.socket in my temp folder but it doesn't keep the changes after I edit it with the aforementioned line and stays empty as before.

 


 


Veranderd door kota, 30 januari 2014 - 18:45


Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #294 kota

  • Senior Member
  • 89 berichten

+1
Neutral

Geplaatst op 1 februari 2014 - 00:20


Stop press !!

Finally have sound on the HD channels on my solo2. The problem was my oscamymod wasn't properly installed. Once sorted ... BINGO !!

Thanks for everyone who helped especially to andres66 who was absolutely relentless with his interest on the matter, not forgetting of course Robinson, doublet and betacentauri for all their efforts sorting this out.

Cheers

Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #295 pepino

  • Member
  • 9 berichten

0
Neutral

Geplaatst op 1 februari 2014 - 03:55

Allright guys. I tried almost everything. oscam9449, CCcam 2.3.0, mgcamd 1.38c - all this isn't working with my VTi 6.0.5 vu+ Solo2.

Okay step by step. Dvbsnoop installed by opkg install dvbsnoop. only file from these 3 - I can run only bbd_pmt_v4.py python script. /etc/enigma2/lamedb edited as in post #288. Nothing works :(

Here the log from Telnet to receiver:

 

Architecture: mips
OS:           Linux
Kernel:       3.3.8-2.0
Kernel build: #1 SMP Fri Oct 4 09:33:59 CEST 2013
 
vusolo2 login: root
 
 
  www.vuplus-support.org
          home of
 
 /$$    /$$ /$$$$$$$$ /$$
| $$   | $$|__  $$__/|__/
| $$   | $$   | $$    /$$
|  $$ / $$/   | $$   | $$
 \  $$ $$/    | $$   | $$
  \  $$$/     | $$   | $$
   \  $/      | $$   | $$
    \_/       |__/   |__/
 
   Welcome on your Vu+ !
 
root@vusolo2:~# /usr/bin/python bbc_pmt_starter.sh -t long -d /dev/dvb/adapter0/demux0 &
root@vusolo2:~#   File "bbc_pmt_starter.sh", line 4
    logName=/dev/null
            ^
SyntaxError: invalid syntax
 
[1]+  Done(1)                    /usr/bin/python bbc_pmt_starter.sh -t long -d /dev/dvb/adapter0/demux0
root@vusolo2:~# /usr/bin/bbc_pmt_starter.sh
-sh: /usr/bin/bbc_pmt_starter.sh: Permission denied
root@vusolo2:~# chmod 755 /usr/bin/bbc_pmt_starter.sh
root@vusolo2:~# bbc_pmt_starter.sh
-sh: bbc_pmt_starter.sh: not found
root@vusolo2:~# /usr/bin/python bbc_pmt_v4.py -t long -d /dev/dvb/adapter0/demux0 &
root@vusolo2:~# capmtType: long, demux: /dev/dvb/adapter0/demux0
currentSid: 0x4484
trying with demux /dev/dvb/adapter0/demux0
Error(145): read (PID 0x0000): Connection timed out
currentSid: 0x4484
trying with demux /dev/dvb/adapter0/demux0
Error(145): read (PID 0x0000): Connection timed out
currentSid: 0x4484
trying with demux /dev/dvb/adapter0/demux0
pmtPid: 0x19c8
Error(145): read (PID 0x19c8): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x44 0x84 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x19 0xc8 0x02 0x19 0xc9 0x00 0x00 0x03 0x19 0xca 0x00 0x00
currentSid: 0x4600
trying with demux /dev/dvb/adapter0/demux0
pmtPid: 0x1b58
Error(145): read (PID 0x1b58): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x46 0x00 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x1b 0x58 0x02 0x1b 0x59 0x00 0x00 0x03 0x1b 0x5a 0x00 0x00
currentSid: 0x4440
trying with demux /dev/dvb/adapter0/demux0
pmtPid: 0x17d4
Error(145): read (PID 0x17d4): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x44 0x40 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x17 0xd4 0x02 0x17 0xd5 0x00 0x00 0x03 0x17 0xd6 0x00 0x00
currentSid: 0x4500
trying with demux /dev/dvb/adapter0/demux0
pmtPid: 0x189c
Error(145): read (PID 0x189c): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x45 0x00 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x18 0x9c 0x02 0x18 0x9d 0x00 0x00 0x03 0x18 0x9e 0x00 0x00
currentSid: 0x44c8
trying with demux /dev/dvb/adapter0/demux0
pmtPid: 0x1838
Error(145): read (PID 0x1838): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x44 0xc8 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x18 0x38 0x02 0x18 0x39 0x00 0x00 0x03 0x18 0x3a 0x00 0x00
currentSid: 0x4500
trying with demux /dev/dvb/adapter0/demux0
pmtPid: 0x189c
Error(145): read (PID 0x189c): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x45 0x00 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x18 0x9c 0x02 0x18 0x9d 0x00 0x00 0x03 0x18 0x9e 0x00 0x00
root@vusolo2:~# mgcamd138c -dv
Mgcamd 1.38c by mixvt, patched by LEO11 on Dez 04 2012
[mg] Net:1:7:0:5s Show ecm:1, emm:1 Up:1 Au:2 Dir:0 Osd:no:80:0 Cache:7 Log:3:192.168.0.100:21 Reread:2
[mg] Ecm cache time: 15
Box type: mips dreambox (dm7025, dm800)
root@vusolo2:~# Keys readed
currentSid: 0x44c8
trying with demux /dev/dvb/adapter0/demux0
pmtPid: 0x1838
Error(145): read (PID 0x1838): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x44 0xc8 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x18 0x38 0x02 0x18 0x39 0x00 0x00 0x03 0x18 0x3a 0x00 0x00
got 39 cmd 9F
Keys readed
[mg0] namespace CFDACE7 t-id 1000 on-id 1
[mg0] descramble on 1, source 0
[mg0] service 44C8 index 0 pmt pid 1838 (1), pids: video 0x1839, audio  0x183A
Fixed key 00 found, pid 1FFF sid 44C8 id 44C81FFF
Fixed key 01 found, pid 1FFF sid 44C8 id 44C81FFF
[mg0] Sat Feb  1 03:02:11 2014
system: BISS
caid: 0x2600
pid: 0x1fff
prov: 000000
cw0:0 AA AA BB 0F BB CC CC 53
cw1:0 AA AA BB 0F BB CC CC 53
[mg0] stopped
currentSid: 0x4500
trying with demux /dev/dvb/adapter0/demux0
[mg0] stoping camd..
[mg0] stopped
pmtPid: 0x189c
Error(145): read (PID 0x189c): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x45 0x00 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x18 0x9c 0x02 0x18 0x9d 0x00 0x00 0x03 0x18 0x9e 0x00 0x00
got 39 cmd 9F
Keys readed
[mg0] namespace CFDACE7 t-id 1000 on-id 1
[mg0] descramble on 1, source 0
[mg0] service 4500 index 0 pmt pid 189C (2), pids: video 0x189D, audio  0x189E
Fixed key 00 found, pid 1FFF sid 4500 id 45001FFF
Fixed key 01 found, pid 1FFF sid 4500 id 45001FFF
[mg0] Sat Feb  1 03:02:25 2014
system: BISS
caid: 0x2600
pid: 0x1fff
prov: 000000
cw0:0 AA AA BB 0F BB CC CC 53
cw1:0 AA AA BB 0F BB CC CC 53
[mg0] stopped
currentSid: 0x4440
trying with demux /dev/dvb/adapter0/demux0
[mg0] stoping camd..
[mg0] stopped
pmtPid: 0x17d4
Error(145): read (PID 0x17d4): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x44 0x40 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x17 0xd4 0x02 0x17 0xd5 0x00 0x00 0x03 0x17 0xd6 0x00 0x00
got 39 cmd 9F
Keys readed
[mg0] namespace CFDACE7 t-id 1000 on-id 1
[mg0] descramble on 1, source 0
[mg0] service 4440 index 0 pmt pid 17D4 (3), pids: video 0x17D5, audio  0x17D6
Fixed key 00 found, pid 1FFF sid 4440 id 44401FFF
Fixed key 01 found, pid 1FFF sid 4440 id 44401FFF
[mg0] Sat Feb  1 03:02:38 2014
system: BISS
caid: 0x2600
pid: 0x1fff
prov: 000000
cw0:0 80 0B 73 FE 55 B4 85 8E
cw1:0 80 0B 73 FE 55 B4 85 8E
[mg0] stopped
currentSid: 0x4600
trying with demux /dev/dvb/adapter0/demux0
[mg0] stoping camd..
[mg0] stopped
pmtPid: 0x1b58
Error(145): read (PID 0x1b58): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x46 0x00 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x1b 0x58 0x02 0x1b 0x59 0x00 0x00 0x03 0x1b 0x5a 0x00 0x00
got 39 cmd 9F
Keys readed
[mg0] namespace CFDACE7 t-id 1000 on-id 1
[mg0] descramble on 1, source 0
[mg0] service 4600 index 0 pmt pid 1B58 (4), pids: video 0x1B59, audio  0x1B5A
[mg0] No supported encryption system found
[mg0] stopped
currentSid: 0x4484
[mg0] stoping camd..
trying with demux /dev/dvb/adapter0/demux0
[mg0] stopped
currentSid: 0x4484
trying with demux /dev/dvb/adapter0/demux0
pmtPid: 0x19c8
Error(145): read (PID 0x19c8): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x44 0x84 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x19 0xc8 0x02 0x19 0xc9 0x00 0x00 0x03 0x19 0xca 0x00 0x00
got 39 cmd 9F
Keys readed
[mg0] namespace CFDACE7 t-id 1000 on-id 1
[mg0] descramble on 1, source 0
[mg0] service 4484 index 0 pmt pid 19C8 (5), pids: video 0x19C9, audio  0x19CA
Fixed key 00 found, pid 1FFF sid 4484 id 44841FFF
Fixed key 01 found, pid 1FFF sid 4484 id 44841FFF
[mg0] Sat Feb  1 03:03:10 2014
system: BISS
caid: 0x2600
pid: 0x1fff
prov: 000000
cw0:0 80 0B 73 FE 55 B4 85 8E
cw1:0 80 0B 73 FE 55 B4 85 8E
[mg0] stopped
got 8 cmd 9F
currentSid: 0x
[mg0] stoping camd..
[mg0] stopped
got 45 cmd 9F
Keys readed
[mg0] namespace CE40000 t-id 56C on-id 56C
[mg0] descramble on 1, source 0
[mg0] service 7 index 0 pmt pid 3EF (7), pids: video 0x07D7, audio  0x0BBF
[mg0] ECM: CaID: 0x2600  -> CaPID: 0x1FFF ProvID: 000000
Fixed key 00 found, pid 1FFF sid 7 id 71FFF
Fixed key 01 found, pid 1FFF sid 7 id 71FFF
[mg0] Sat Feb  1 03:03:53 2014
system: BISS
caid: 0x2600
pid: 0x1fff
prov: 000000
cw0:0 03 27 02 2C 10 62 51 C3
cw1:0 03 27 02 2C 10 62 51 C3
[mg0] stopped
 
root@vusolo2:~# mgcamd_1.35 -dv
tuxbox mgcamd v1.35a by mixvt (compiled Jan 26 2010 15:59:20)
[mg] Net:1:7:0:5s Show ecm:1, emm:1 Up:1 Au:2 Dir:0 Osd:no:80:0 Cache:7 Log:3:192.168.0.100:21 Reread:2
[mg] Ecm cache time: 15
Box type: mips dreambox (dm7025, dm800)
Keys readed
newcamd keep alive: 300, incoming port: 21000
[mgcam] emm thread started
network port 21000 open: bind error 125: Address already in use
currentSid: 0x44c8
trying with demux /dev/dvb/adapter0/demux0
Error(145): read (PID 0x0000): Connection timed out
currentSid: 0x44c8
trying with demux /dev/dvb/adapter0/demux0
Error(145): read (PID 0x0000): Connection timed out
currentSid: 0x44c8
trying with demux /dev/dvb/adapter0/demux0
pmtPid: 0x1838
Error(145): read (PID 0x1838): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x44 0xc8 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x18 0x38 0x02 0x18 0x39 0x00 0x00 0x03 0x18 0x3a 0x00 0x00
got 39 cmd 9F
Conax.Key error 2: No such file or directory
Keys readed
[mg0] namespace CFDACE7 t-id 1000 on-id 1
[mg0] descramble on 1, source 0
[mg0] service 44C8 index 0 pmt pid 1838 (1), pids: video 0x1839, audio  0x183A
Fixed key 00 found, pid 1FFF sid 44C8 id 44C81FFF
Fixed key 01 found, pid 1FFF sid 44C8 id 44C81FFF
[mg0] Sat Feb  1 03:06:38 2014
===== BISS ECM on CaID 0x2600, pid 0x1fff ======
prov: 000000
cw0:0 AA AA BB 0F BB CC CC 53
cw1:0 AA AA BB 0F BB CC CC 53
[mg0] stopped
currentSid: 0x4500
trying with demux /dev/dvb/adapter0/demux0
[mg0] stoping camd..
[mg0] stopped
pmtPid: 0x189c
Error(145): read (PID 0x189c): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x45 0x00 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x18 0x9c 0x02 0x18 0x9d 0x00 0x00 0x03 0x18 0x9e 0x00 0x00
got 39 cmd 9F
Conax.Key error 2: No such file or directory
Keys readed
[mg0] namespace CFDACE7 t-id 1000 on-id 1
[mg0] descramble on 1, source 0
[mg0] service 4500 index 0 pmt pid 189C (2), pids: video 0x189D, audio  0x189E
Fixed key 00 found, pid 1FFF sid 4500 id 45001FFF
Fixed key 01 found, pid 1FFF sid 4500 id 45001FFF
[mg0] Sat Feb  1 03:07:07 2014
===== BISS ECM on CaID 0x2600, pid 0x1fff ======
prov: 000000
cw0:0 AA AA BB 0F BB CC CC 53
cw1:0 AA AA BB 0F BB CC CC 53
[mg0] stopped
currentSid: 0x4440
trying with demux /dev/dvb/adapter0/demux0
[mg0] stoping camd..
[mg0] stopped
pmtPid: 0x17d4
Error(145): read (PID 0x17d4): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x44 0x40 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x17 0xd4 0x02 0x17 0xd5 0x00 0x00 0x03 0x17 0xd6 0x00 0x00
got 39 cmd 9F
Conax.Key error 2: No such file or directory
Keys readed
[mg0] namespace CFDACE7 t-id 1000 on-id 1
[mg0] descramble on 1, source 0
[mg0] service 4440 index 0 pmt pid 17D4 (3), pids: video 0x17D5, audio  0x17D6
Fixed key 00 found, pid 1FFF sid 4440 id 44401FFF
Fixed key 01 found, pid 1FFF sid 4440 id 44401FFF
[mg0] Sat Feb  1 03:07:20 2014
===== BISS ECM on CaID 0x2600, pid 0x1fff ======
prov: 000000
cw0:0 80 0B 73 FE 55 B4 85 8E
cw1:0 80 0B 73 FE 55 B4 85 8E
[mg0] stopped
currentSid: 0x4600
trying with demux /dev/dvb/adapter0/demux0
[mg0] stoping camd..
[mg0] stopped
pmtPid: 0x1b58
Error(145): read (PID 0x1b58): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x46 0x00 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x1b 0x58 0x02 0x1b 0x59 0x00 0x00 0x03 0x1b 0x5a 0x00 0x00
got 39 cmd 9F
Conax.Key error 2: No such file or directory
Keys readed
[mg0] namespace CFDACE7 t-id 1000 on-id 1
[mg0] descramble on 1, source 0
[mg0] service 4600 index 0 pmt pid 1B58 (4), pids: video 0x1B59, audio  0x1B5A
[mg0] No supported encryption system found
[mg0] stopped
currentSid: 0x4484
[mg0] stoping camd..
trying with demux /dev/dvb/adapter0/demux0
[mg0] stopped
pmtPid: 0x19c8
Error(145): read (PID 0x19c8): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x44 0x84 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x19 0xc8 0x02 0x19 0xc9 0x00 0x00 0x03 0x19 0xca 0x00 0x00
got 39 cmd 9F
Conax.Key error 2: No such file or directory
Keys readed
[mg0] namespace CFDACE7 t-id 1000 on-id 1
[mg0] descramble on 1, source 0
[mg0] service 4484 index 0 pmt pid 19C8 (5), pids: video 0x19C9, audio  0x19CA
Fixed key 00 found, pid 1FFF sid 4484 id 44841FFF
Fixed key 01 found, pid 1FFF sid 4484 id 44841FFF
[mg0] Sat Feb  1 03:07:40 2014
===== BISS ECM on CaID 0x2600, pid 0x1fff ======
prov: 000000
cw0:0 80 0B 73 FE 55 B4 85 8E
cw1:0 80 0B 73 FE 55 B4 85 8E
[mg0] stopped
currentSid: 0x1044
[mg0] stoping camd..
trying with demux /dev/dvb/adapter0/demux0
[mg0] stopped
pmtPid: 0x0064
Error(145): read (PID 0x0064): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x10 0x44 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x00 0x64 0x02 0x00 0x65 0x00 0x00 0x03 0x00 0x66 0x00 0x00
got 39 cmd 9F
Conax.Key error 2: No such file or directory
Keys readed
[mg0] namespace CFDACE7 t-id 1000 on-id 1
[mg0] descramble on 1, source 0
[mg0] service 1044 index 0 pmt pid 64 (6), pids: video 0x0065, audio  0x0066
Fixed key 00 found, pid 1FFF sid 1044 id 10441FFF
Fixed key 01 found, pid 1FFF sid 1044 id 10441FFF
[mg0] Sat Feb  1 03:07:45 2014
===== BISS ECM on CaID 0x2600, pid 0x1fff ======
prov: 000000
cw0:0 80 0B 73 FE 55 B4 85 8E
cw1:0 80 0B 73 FE 55 B4 85 8E
[mg0] stopped
 
Both MGCamd 1.35 and 1.38c wasn't able to clear any channel on bbc backpack but also not Fox Sports HD on 30W. SoftCam.Key is in /usr/keys right up to date. But it doesn't helps. Only CAM which is able to clear Fox Sports HD on 30W is CCcam 2.3.0. But this CCcam isn't able to clear bbd backpack on 27.5W:
 
root@vusolo2:~# /usr/bin/python bbc_pmt_v4.py -t long -d /dev/dvb/adapter0/demux0 &
root@vusolo2:~# capmtType: long, demux: /dev/dvb/adapter0/demux0
currentSid: 0x4484
trying with demux /dev/dvb/adapter0/demux0
pmtPid: 0x19c8
Error(145): read (PID 0x19c8): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x44 0x84 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x19 0xc8 0x02 0x19 0xc9 0x00 0x00 0x03 0x19 0xca 0x00 0x00
currentSid: 0x4440
trying with demux /dev/dvb/adapter0/demux0
pmtPid: 0x17d4
Error(145): read (PID 0x17d4): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x44 0x40 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x17 0xd4 0x02 0x17 0xd5 0x00 0x00 0x03 0x17 0xd6 0x00 0x00
currentSid: 0x4600
trying with demux /dev/dvb/adapter0/demux0
pmtPid: 0x1b58
Error(145): read (PID 0x1b58): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x46 0x00 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x1b 0x58 0x02 0x1b 0x59 0x00 0x00 0x03 0x1b 0x5a 0x00 0x00
currentSid: 0x4500
trying with demux /dev/dvb/adapter0/demux0
pmtPid: 0x189c
Error(145): read (PID 0x189c): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x45 0x00 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x18 0x9c 0x02 0x18 0x9d 0x00 0x00 0x03 0x18 0x9e 0x00 0x00
currentSid: 0x44c8
trying with demux /dev/dvb/adapter0/demux0
pmtPid: 0x1838
Error(145): read (PID 0x1838): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x44 0xc8 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x18 0x38 0x02 0x18 0x39 0x00 0x00 0x03 0x18 0x3a 0x00 0x00
currentSid: 0x1044
trying with demux /dev/dvb/adapter0/demux0
currentSid: 0x1044
trying with demux /dev/dvb/adapter0/demux0
pmtPid: 0x0064
Error(145): read (PID 0x0064): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x10 0x44 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x00 0x64 0x02 0x00 0x65 0x00 0x00 0x03 0x00 0x66 0x00 0x00
 
root@vusolo2:~# CCcam2_3_0 -dv
03:43:15.016 CCcam: ======================================================================
03:43:15.016 CCcam: starting CCcam 2.3.0 compiled on Dec 15 2011@23:38:08
03:43:15.016 CCcam: ======================================================================
03:43:15.017 CCcam: online using nodeId 82cc9231e20e686f
03:43:15.020 CCcam: dvb api3 detected
03:43:15.020 CCcam: DM8000 detected
03:43:15.020 CCcam: create 8 cam device(s)
03:43:15.111 CCcam: added 616 keys from /etc/SoftCam.Key
03:43:15.111 CCcam: readKeyfile: cannot open /var/keys/AutoRoll.Key or not found
03:43:15.115 CCcam: added 152 keys from /etc/constant.cw
03:43:15.115 CCcam: parsed 0 entries from /var/etc/CCcam.prio
03:43:15.130 CCcam: added 1274 provider names from /etc/CCcam.providers
03:43:15.130 CCcam: added 4 channel names from /var/etc/CCcam.channelinfo
03:43:15.131 CCcam: server started on port 12000
currentSid: 0x4484
trying with demux /dev/dvb/adapter0/demux0
Error(145): read (PID 0x0000): Connection timed out
currentSid: 0x4484
trying with demux /dev/dvb/adapter0/demux0
Error(145): read (PID 0x0000): Connection timed out
currentSid: 0x4484
trying with demux /dev/dvb/adapter0/demux0
pmtPid: 0x19c8
Error(145): read (PID 0x19c8): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x44 0x84 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x19 0xc8 0x02 0x19 0xc9 0x00 0x00 0x03 0x19 0xca 0x00 0x00
03:43:25.774 CCcam: cam[0] set PMT for sid=4484
03:43:25.775 CCcam: start EMM
currentSid: 0x4600
trying with demux /dev/dvb/adapter0/demux0
03:43:42.400 CCcam: enigma interface: disconnected (0)
pmtPid: 0x1b58
Error(145): read (PID 0x1b58): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x46 0x00 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x1b 0x58 0x02 0x1b 0x59 0x00 0x00 0x03 0x1b 0x5a 0x00 0x00
03:43:43.043 CCcam: cam[0] set PMT for sid=4600
03:43:43.043 CCcam: start EMM
currentSid: 0x4440
03:43:55.422 CCcam: enigma interface: disconnected (0)
trying with demux /dev/dvb/adapter0/demux0
pmtPid: 0x17d4
Error(145): read (PID 0x17d4): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x44 0x40 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x17 0xd4 0x02 0x17 0xd5 0x00 0x00 0x03 0x17 0xd6 0x00 0x00
03:43:56.033 CCcam: cam[0] set PMT for sid=4440
03:43:56.033 CCcam: start EMM
currentSid: 0x4500
03:44:03.543 CCcam: enigma interface: disconnected (0)
trying with demux /dev/dvb/adapter0/demux0
pmtPid: 0x189c
Error(145): read (PID 0x189c): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x45 0x00 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x18 0x9c 0x02 0x18 0x9d 0x00 0x00 0x03 0x18 0x9e 0x00 0x00
03:44:04.136 CCcam: cam[0] set PMT for sid=4500
03:44:04.137 CCcam: start EMM
currentSid: 0x44c8
trying with demux /dev/dvb/adapter0/demux0
03:44:08.445 CCcam: enigma interface: disconnected (0)
pmtPid: 0x1838
Error(145): read (PID 0x1838): Connection timed out
0x9f 0x80 0x32 0x23 0x03 0x44 0xc8 0x09 0x00 0x13 0x01 0x81 0x08 0x0c 0xfd 0xac 0xe7 0x10 0x00 0x00 0x01 0x82 0x02 0x01 0x00 0x84 0x02 0x18 0x38 0x02 0x18 0x39 0x00 0x00 0x03 0x18 0x3a 0x00 0x00
03:44:09.041 CCcam: cam[0] set PMT for sid=44c8
03:44:09.041 CCcam: start EMM
03:44:19.871 CCcam: EMM demux 1 set
currentSid: 0x
03:44:23.594 CCcam: enigma interface: disconnected (0)
 
here on Fox Sports HD in BISS (30W):
 
03:44:27.710 CCcam: found biss/ebu caid: 0x2600 ecmpid: 0x1fff id: 0x3ef
03:44:27.710 CCcam: cam[0] set PMT for sid=7
03:44:27.710 CCcam: start EMM
03:44:27.714 CCcam: cam[0] ecm even ok caid:0x2600 id:0x3ef pid:0x1fff Unknown
03:44:27.718 CCcam: EMM demux 1 set
03:44:27.718 CCcam: EMM: start filter on irdeto emmpid: 0x460 caid: 0x625 id: 0x0
03:44:27.718 CCcam: EMM: not interested in 0500:000000
 

So, what did I forgot? What am I doing wrong?

 

@kota: how did you made it? Could you place upload your setting here (just the part to get work bbd backpack on 27.5W)?

 

Thanks a lot.



Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #296 doublet

  • Senior Member
  • 90 berichten

+5
Neutral

Geplaatst op 1 februari 2014 - 08:36

@pepino you've got old BISS key (CW).


Veranderd door WanWizard, 1 februari 2014 - 13:31
Removed key. This is not a sharing forum!


Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #297 Robinson

  • Senior Member
  • 2616 berichten

+30
Good

Geplaatst op 1 februari 2014 - 13:55

pepino, are you using VTI? I think you must use OpenPLi 4.0 with c:12 entries in lamedb.


ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #298 kota

  • Senior Member
  • 89 berichten

+1
Neutral

Geplaatst op 1 februari 2014 - 17:07

@pepino

I've only managed to get sound so far on the HD channels using openpli 4.0 image on my solo2. Edited my lamedb with the c:12**** entries already posted here by Robison and humaxboy on the other thread and using oscam-ymod t18_50 together with doublet bbc_pmt_v4.py files. On the solo2, you need to change the short command to long and use demux0 instead of demux3. With mgcamd I couldn't even clear the picture let alone the HD audio.

Good luck ...

Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #299 pepino

  • Member
  • 9 berichten

0
Neutral

Geplaatst op 1 februari 2014 - 23:31

Thanks guy, it is running now  :)  Despite the fact, that the lamedb file  shows f:44 and not f:4 it is running. Just missing the AAC sound in HD channels, so I tried to edit lamedb to c:12xxxx twice, but every time I loose all channels and satellite lists, so I have to reread them from DreamboxEDIT again.

 

So the last few unsolved questions please:

 

Q1: how to make autorun bbc_pmt_v4.py script every time during startup?

Q2: how to do it so that bbc_pmt_v4.py starts before the mgcamd138c starts? (I get it cleared only when I connect with telnet and every time I have to start bbd_pmt_v4.py manually and after that I have to again start mgcamd138c despite it is already running at startup by VTi)

Q3: how to edit /etc/enigma2/lamedb so that I don't loose all channels and satellites (I've got DM3800S USALS motorized 140 cm offset Gibertini system)? I tried to edit it, but I loose everything?

Q4: Is PLi better than VTi? I never tried it so far.

 

Thanks.



Re: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge #300 Robinson

  • Senior Member
  • 2616 berichten

+30
Good

Geplaatst op 1 februari 2014 - 23:45

Q1: how to make autorun bbc_pmt_v4.py script every time during startup?

Use all the 3 files supplied by doublet.

 

Q2: how to do it so that bbc_pmt_v4.py starts before the mgcamd138c starts? (I get it cleared only when I connect with telnet and every time I have to start bbd_pmt_v4.py manually and after that I have to again start mgcamd138c despite it is already running at startup by VTi)

If you use the 3 files above, you should be all right.

 

Q3: how to edit /etc/enigma2/lamedb so that I don't loose all channels and satellites (I've got DM3800S USALS motorized 140 cm offset Gibertini system)? I tried to edit it, but I loose everything?

Use Notepad2 or Notepad++, not Notepad, and use telnet for that: 

- init 4 command

- now edit lamedb using your FTP client

- init 3 command

 

Q4: Is PLi better than VTi? I never tried it so far.

I think you can only get HD sound with c:12 entries on OpenPLi. Overall, I don't know if OpenPLi is better because I have never tried VTi.

 


ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W



1 gebruiker(s) lezen dit onderwerp

0 leden, 1 bezoekers, 0 anonieme gebruikers