BBC Satback Package has Launched on Telstar 12 Vantage @ 15°west

jenseneverest

Registered
Messages
178
With enigma2 devices few days ago some of the channels had the required PID's, i was able to edit the key file accordingly and got most working.
on a scan today there is no video, audio, PCR, PMT, TXT pids on all the channels.....

So now the question is how do we go about finding the correct PIDS to edit the lamedb file with ?
 

jenseneverest

Registered
Messages
178
What do you mean? The service on 27.5 West, once setup the first time, always works without changing anything
Well this is not 27.5w.....Have you tried scanning them ?
As i posted above........there is no video, audio, PCR, PMT or TXT pids on all of the channels.
Last week channels were up, then all of the channels went off air, then they came back, today the PID's went......tomorrow they may be gone completely, who knows.
 

percivjr

Registered
Messages
461
Everything solved ????
Like you, I'm struggling with this.

I think the answer lies here:
https://www.sat-universe.com/index.php?threads/bbc-satback-package-has-launched-on-telstar-12-vantage-15°west.320055/post-2037277522

where the PMT PID needs to be added to lamedb with:
c:16xxxx,f:400

and where xxxx can be found here:
https://www.sat-universe.com/index.php?threads/freeview-bbc-satback-of-terrestrial-mx-psb1-3-biss-27-5°w-chat-only-no-keys.242893/page-81#post-2037275562

But I can't get it to work.

Perhaps somebody could post a working lamedb entry for one channel or point out where my assumption is wrong.

Thanks.
 
Last edited:

EnoSat

Senior Member
Messages
2,004
The namespace must be for 15West
 

percivjr

Registered
Messages
461
The namespace must be for 15West
Thanks for this but I'm getting nowhere!

I'm using an OpenPLI-based image, Python 2.7.12 and I've set the namespace to 0d7aab23 in lamedb. I've tried with and without C:2600, key=80....8E.

I've even tried copying the working 'p' line from 27.5W.

Oscam logs below.

Any suggestions please?

Code:
15.0W
2024/02/19 16:44:02 6BBE392A c   (dvbapi) PMT mode 6: Connecting to enigma CA PMT listen socket...
2024/02/19 16:44:02 6BBE392A c   (dvbapi) PMT mode 6: Successfully connected to CA PMT server (fd 9)
2024/02/19 16:44:13 6BBE392A c   (dvbapi) Demuxer 0 ecmpid 0 CAID: 2600 ECM_PID: 1FFF PROVID: 000000 
2024/02/19 16:44:13 6BBE392A c   (dvbapi) Demuxer 0 found 1 ECM pids and 4 STREAM pids in CA PMT
2024/02/19 16:44:13 6BBE392A c   (dvbapi) Demuxer 0 trying to descramble PID 0 CAID 2600 PROVID 000000 ECMPID 1FFF ANY CHID PMTPID 0000 VPID 189D
2024/02/19 16:44:13 506479F4 r      (emu) Key found: F A925D8D6 00000000
2024/02/19 16:44:13 6BBE392A c      (ecm) dvbapiau (2600@000000/0000/4500/17:02B0C346589DD53AFA307BAFFED4CAD7): found (1 ms) by emulator

27.5W
2024/02/19 16:46:26 6BBE392A c   (dvbapi) PMT mode 6: Connecting to enigma CA PMT listen socket...
2024/02/19 16:46:26 6BBE392A c   (dvbapi) PMT mode 6: Successfully connected to CA PMT server (fd 9)
2024/02/19 16:46:33 6BBE392A c   (dvbapi) Demuxer 0 ecmpid 0 CAID: 2600 ECM_PID: 1FFF PROVID: 000000 
2024/02/19 16:46:33 6BBE392A c   (dvbapi) Demuxer 0 found 1 ECM pids and 4 STREAM pids in CA PMT
2024/02/19 16:46:33 6BBE392A c   (dvbapi) Demuxer 0 trying to descramble PID 0 CAID 2600 PROVID 000000 ECMPID 1FFF ANY CHID PMTPID 0000 VPID 189D
2024/02/19 16:46:33 506479F4 r      (emu) Key found: F 26AB22D8 00000000
2024/02/19 16:46:33 6BBE392A c      (ecm) dvbapiau (2600@000000/0000/4500/17:454A65CCF8D3DE9E9BD2EC77C3B11457): found (1 ms) by emulator
 

percivjr

Registered
Messages
461
although it shows HASH in the log instead of the key, but if you have a BLACK screen, your key is invalid
Code:
ecmfmt = c&0p/s/d/i/l_w HOP:j:g_t

Thanks for the reply. Still black!

I got the key from here:
https://www.sat-universe.com/index.php?threads/freeview-chnls-bbc-satback-of-terrestrial-mx-psb1-3-biss-27-5°w-11495v-high-sr-sr-44100.230257/#post-2037273338

I added ecmfmt to oscam.conf and the oscam log now shows:
Code:
2024/02/19 21:58:56 00B44194 c   (dvbapi) Demuxer 0 ecmpid 0 CAID: 2600 ECM_PID: 1FFF PROVID: 000000
2024/02/19 21:58:56 00B44194 c   (dvbapi) Demuxer 0 found 1 ECM pids and 1 STREAM pids in CA PMT
2024/02/19 21:58:56 00B44194 c   (dvbapi) Demuxer 0 trying to descramble PID 0 CAID 2600 PROVID 000000 ECMPID 1FFF ANY CHID PMTPID 189C VPID 0000
2024/02/19 21:58:56 00B44194 c      (ecm) dvbapiau (2600&/4500/1FFF/0000/11_800B73FE55B4858E800B73FE55B4858E HOP:00:0000_0000): cache2 (1 ms) by emulator

and my lamedb entry is:
Code:
4500:0d7aab23:1000:0001:25:0:0
Channel 4 HD     
p:BBC,c:16189c,C:2600,f:400
 
Top