Spanish Abertis DTT Sat @ Hispasat 30W - Chat & How to guides

Ramboide

Registered
Messages
202
Now the keys are read, but the screen keep on black. I am going to try to make this work with the other receiver.
 
Last edited:

Ramboide

Registered
Messages
202
I can't edit my previous message. No keys are read, was other ones. After rebooting this doesn't work, nothing happens. I'm going to reboot myself and I'll continue tomorrow.
 

Ramboide

Registered
Messages
202
I have copied the two channels from channel list of ciefp in my list and it works for me too.
Thank you very much.
 
Last edited:

Ramboide

Registered
Messages
202
how do I change the lameb do the channels of the setting disappear with the writing N/A?
If deactivating Enigma2 with the order "init 4" before editing, and reactive it with "init 3" after the edition continues desapearing, you can use dreamboxEDIT, load the channels from the receiver, edit "lamedb" with a text editor like NotePad++, make all the necessary changes with the editor, load to receiver and reboot Enigma; look at lamedb if all are correct. You also can copy the channels from clief list to your list. You can edit or make more changes with the text editor.
 
Last edited:

Ramboide

Registered
Messages
202
Works on Octagon SF 4008 and Edition OS mio 4K. I was finally able to set the channel correctly in lamedb and have it not disappear. I had everything fine except the channels in userbouquet, I put them as always before. I copied the channels from the clief list, then I saw the difference. I was not able to see that these should be written differently.
 

Stevenvc19

Donating Member
Messages
47
Works on Octagon SF 4008 and Edition OS mio 4K. I was finally able to set the channel correctly in lamedb and have it not disappear. I had everything fine except the channels in userbouquet, I put them as always before. I copied the channels from the clief list, then I saw the difference. I was not able to see that these should be written differently.
Does it work smoothly on OS MIO 4K?
 

Oskar3

Registered
Messages
88
Only for this mux, for the others just repeat steps 1 to 9 (modifying the respective services using tvh-json.py - e.g 11222H SID 3025 for PID 2025 and so on) and the first IPTV mux has the decoded channels :) I use PMT 8000 for everything, and make the Service ID equal to the Abertis PID.

As for the final error @Oskar3 I’m not sure about this sorry, it just worked for me in Ubuntu to build after installing the few dependencies.
Thank you very much for your patience. I stayed here:
/home/hts/Abertis# ./tvh-json.py export 29cbe529acba1d42b5830798fc1132fa > abertis802.json
/usr/bin/env: «python»: No file or directory exists
 

MOHAMEDOS

Registered
Messages
26
First off, to build astra-sm in Linux (here in Ubuntu, with apt package manager). You need libtool and autoconf along with a C compiler -

Code:
sudo apt install autoconf libtool
git clone https://github.com/crazycat69/astra-sm.git
cd astra-sm
./autogen.sh
./configure
make
sudo make install

Create an astra directory and put your astra.conf file in - /etc/astra.

Then you can create a service file to run astra-sm -

Code:
sudo nano /etc/systemd/system/astra-sm.service

With the following inside -

Code:
[Unit]
Description=Astra SM
Wants=network-online.target
After=network-online.target

[Service]
ExecStart=astra /etc/astra/astra.conf
WorkingDirectory=/etc/astra/
StandardOutput=inherit
StandardError=inherit
Restart=always
User=hts

[Install]
WantedBy=multi-user.target

Finally run

Code:
sudo systemctl start astra-sm
sudo systemctl enable astra-sm

And the astra-sm service will be running, including automatically on machine boot.
Any idea how to build for enigma2
 

markjose

Registered
Messages
169
Edited lambdb and all the steps for Enigma 2 the "services" part of my lamdb config disappears and i see these errors in the logs

Obvs no bitrate the transponder info stays but the serivices section for 802 gets removed.

I have tried editing with nano and in winscp

Nov 23 20:41:23 zgemmah9combo user.err astra[2119]: [10992plp0 #1] Bitrate:0Kbit/s PES:0 CC:0 Nov 23 20:41:23 zgemmah9combo user.err astra[2119]: [Abertis PID 802 #1] Bitrate:0Kbit/s PES:0 CC:0 Nov 23 20:41:24 zgemmah9combo user.err astra[2119]: [10992plp0 #1] Bitrate:0Kbit/s PES:0 CC:0 Nov 23 20:41:24 zgemmah9combo user.err astra[2119]: [Abertis PID 802 #1] Bitrate:0Kbit/s PES:0 CC:0 Nov 23 20:41:25 zgemmah9combo user.err astra[2119]: [10992plp0 #1] Bitrate:0Kbit/s PES:0 CC:0 Nov 23 20:41:25 zgemmah9combo user.err astra[2119]: [Abertis PID 802 #1] Bitrate:0Kbit/s PES:0 CC:0 Nov 23 20:41:26 zgemmah9combo user.err astra[2119]: [10992plp0 #1] Bitrate:0Kbit/s PES:0 CC:0 Nov 23 20:41:26 zgemmah9combo user.err astra[2119]: [10992plp0] Failed to switch to reserve Nov 23 20:41:26 zgemmah9combo user.err astra[2119]: [Abertis PID 802 #1] Bitrate:0Kbit/s PES:0 CC:0 Nov 23 20:41:26 zgemmah9combo user.err astra[2119]: [Abertis PID 802] Failed to switch to reserve Nov 23 20:41:26 zgemmah9combo user.err kernel: dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff) Nov 23 20:41:26 zgemmah9combo user.err kernel: dvb_demux_feed_del: feed not in list (type=0 state=0 pid=ffff) Nov 23 20:41:32 zgemmah9combo user.err astra[2119]: [http_request 0.0.0.0:9999/abertis/pid802] receiving timeout Nov 23 20:41:38 zgemmah9combo user.err astra[2119]: [Abertis PID 802 #1] Bitrate:0Kbit/s PES:0 CC:0 Nov 23 20:41:39 zgemmah9combo user.err astra[2119]: [Abertis PID 802 #1] Bitrate:0Kbit/s PES:0 CC:0 Nov 23 20:41:40 zgemmah9combo user.err astra[2119]: [Abertis PID 802 #1] Bitrate:0Kbit/s PES:0 CC:0 Nov 23 20:41:41 zgemmah9combo user.err astra[2119]: [Abertis PID 802 #1] Bitrate:0Kbit/s PES:0 CC:0 Nov 23 20:41:41 zgemmah9combo user.err astra[2119]: [Abertis PID 802] Failed to switch to reserve


root@zgemmah9combo:~# astra --analyze http://localhost:8001/1:0:1:70A:EA7E:1:CE4AAAA:0:0:0: Nov 24 11:40:55: INFO: Starting Astra SM 0.2 Nov 24 11:40:56: INFO: Bitrate: 0 Kbit/s Nov 24 11:40:57: INFO: Bitrate: 0 Kbit/s Nov 24 11:40:58: INFO: Bitrate: 0 Kbit/s Nov 24 11:40:59: INFO: Bitrate: 0 Kbit/s
 

markjose

Registered
Messages
169
I also agree I would like to lean what each of the Hex numbers mean so I can troubleshoot this myself plus help others.
 

Adam792

Registered
Messages
101
Thank you very much for your patience. I stayed here:
/home/hts/Abertis# ./tvh-json.py export 29cbe529acba1d42b5830798fc1132fa > abertis802.json
/usr/bin/env: «python»: No file or directory exists

Ahh you can just change the top line in the tvh-json.py file to:

#! /usr/bin/env python2

and that should make it work :)

"python" is a symlink to python2 or python3 depending on system, and is sometimes not set, so this fix just means we manually refer to python2 (it might work with 3, but it works fine with 2 on my system)
 
Top