Just Sharing This New OSD for UpdateDVB

I pushed a commit to v4l-updatelee that will hopefully fix that, I dont have my TBS6983 up and running right now (my remote box crashed and wont come back up lol) but the code looks right. If you dont mind giving it a try

adjust the folder names as required.

cd ~/src/UDL/v4l-updatelee
git pull
make -j10 modules
sudo modprobe -r tbsecp3
sudo make modules_install
sudo modprobe tbsecp3

That should unload the module first, then install the new one and reload the new module with the new changes. a reboot shouldnt be necessary, but maybe.

UDL
 
Thanks, I shall try that tomorrow.

Rgds Llew
 
I pushed a commit to v4l-updatelee that will hopefully fix that, I dont have my TBS6983 up and running right now (my remote box crashed and wont come back up lol) but the code looks right. If you dont mind giving it a try

adjust the folder names as required.

cd ~/src/UDL/v4l-updatelee
git pull
make -j10 modules
sudo modprobe -r tbsecp3
sudo make modules_install
sudo modprobe tbsecp3

That should unload the module first, then install the new one and reload the new module with the new changes. a reboot shouldnt be necessary, but maybe.

UDL
No that's still giving false FECs.

Followed the commands above - is there a way I can confirm v4l-updatelee has updated?

Capture.webp
 
A Blindscan shows other FECs are correct, just 5/6 (so far), I'll try other FECs/Satellites when I can.

Screenshot_2.webp
 
Do I need your new 4.15.0-rc1 kernel?

I'm still on this -

Kernel_1.webp
 
Yes. You definitely do. Sorry, just assumed you were running the new one. Glad you caught that
 
looks like your two devices are not accessible. Is another app using them? maybe permissions?

If you just want to compile it and run it you can compile it once and run it you can do this

locate qmake | grep bin

to find where your qmake bin is. mine is in here

/opt/Qt/5.9.2/gcc_64/bin

go into the dir where you downloaded updateDVB

cd src/UDL/updateDVB
/opt/Qt/5.9.2/gcc_64/bin/qmake
make -j10
sudo make install

this will compile updateDVB and install it to /usr/local/bin and make a shorcut on your desktop for you.

I like to run it from qtcreator though because if there is a hangup it will give you more details about why it crashed, which helps me fix the issue lol :)

UDL


thanks :) followed your instructions and i now have it as an icon on the desktop.

2017-11-30 18.29.36.webp

i just need to find a way via command line to temporarily stop tvheadend.
 
Last edited by a moderator:
pushed another attempt to fix the incorrect fec being reported. I only have one satellite accessable right now and none of the tps are fec 5/6

UDL
 
pushed another attempt to fix the incorrect fec being reported. I only have one satellite accessable right now and none of the tps are fec 5/6

UDL
OK I'll pull the latest UDL, It was still false on 5/6 FECs up to this afternoon on the ones I checked on 28E. Have to be tomorrow, our time's ahead of you I suspect.

You're moving fast on your updates, I should check more often :)
 
pushed another attempt to fix the incorrect fec being reported. I only have one satellite accessable right now and none of the tps are fec 5/6

UDL
OK now UDL. Brilliant, thanks. I'll do a few more FEC codes on other sats tomorrow.

Llew

Screenshot 28E channel.webp
 
Tried some other less used FECs, no problems. For instance, a 9/10 on Astra 19E -

Test FEC_2.webp
 
Back
Top