Project

General

Profile

Mux failing to scan on OMV Stretch

Added by Ronen G almost 6 years ago

Hi everyone,
Looking desperately for help here,
Installed TVH on OMV stretch, all went fine up to the point where scanning doesn't seem to work well.
Device is connected in parallel with TV so no problem with antenna.
Help?
Thanks in advance

TVH2.JPG (151 KB) TVH2.JPG
TVH1.JPG (215 KB) TVH1.JPG

Replies (11)

RE: Mux failing to scan on OMV Stretch - Added by Mark Clarkstone almost 6 years ago

  • Avoid using AUTO values as much as you can
  • Check dmesg for errors

RE: Mux failing to scan on OMV Stretch - Added by Ronen G almost 6 years ago

Thank you responding Mark,
I've tried with more set values as well, it also feels it goes immediately to "Fail" without really scanning - too fast.

dmesg spits this very long response that i don't understand:

[117669.495757] cp15barrier_handler: 165 callbacks suppressed
[117669.504729] "tvheadend" (16001) uses deprecated CP15 Barrier instruction at 0xaabae918
[117669.514118] "tvheadend" (16001) uses deprecated CP15 Barrier instruction at 0xaabae934
[117669.532524] "tvh:mtick" (16003) uses deprecated CP15 Barrier instruction at 0xaab889b0
[117669.535784] "tvh:mtick" (16003) uses deprecated CP15 Barrier instruction at 0xaab889cc
[117669.639144] "tvh:mtick" (16003) uses deprecated CP15 Barrier instruction at 0xaab889b0
[117669.642287] "tvh:mtick" (16003) uses deprecated CP15 Barrier instruction at 0xaab889cc
[117669.745630] "tvh:mtick" (16003) uses deprecated CP15 Barrier instruction at 0xaab889b0
[117669.748760] "tvh:mtick" (16003) uses deprecated CP15 Barrier instruction at 0xaab889cc
[117669.852084] "tvh:mtick" (16003) uses deprecated CP15 Barrier instruction at 0xaab889b0
[117669.855206] "tvh:mtick" (16003) uses deprecated CP15 Barrier instruction at 0xaab889cc
[117674.531927] cp15barrier_handler: 165 callbacks suppressed
[117674.540485] "tvheadend" (16001) uses deprecated CP15 Barrier instruction at 0xaabae918
[117674.547247] "tvheadend" (16001) uses deprecated CP15 Barrier instruction at 0xaabae934
[117674.577724] "tvh:mtick" (16003) uses deprecated CP15 Barrier instruction at 0xaab889b0
[117674.580743] "tvh:mtick" (16003) uses deprecated CP15 Barrier instruction at 0xaab889cc
[117674.683904] "tvh:mtick" (16003) uses deprecated CP15 Barrier instruction at 0xaab889b0
[117674.686844] "tvh:mtick" (16003) uses deprecated CP15 Barrier instruction at 0xaab889cc
[117674.790301] "tvh:mtick" (16003) uses deprecated CP15 Barrier instruction at 0xaab889b0
[117674.798654] "tvh:mtick" (16003) uses deprecated CP15 Barrier instruction at 0xaab889cc
[117674.907220] "tvh:mtick" (16003) uses deprecated CP15 Barrier instruction at 0xaab889b0
[117674.913351] "tvh:mtick" (16003) uses deprecated CP15 Barrier instruction at 0xaab889cc
[117679.562180] cp15barrier_handler: 157 callbacks suppressed
[117679.570491] "tvheadend" (16001) uses deprecated CP15 Barrier instruction at 0xaabae918
[117679.579200] "tvheadend" (16001) uses deprecated CP15 Barrier instruction at 0xaabae934
[117679.594154] "tvh:mtimer" (16021) uses deprecated CP15 Barrier instruction at 0xaab88768
[117679.598732] "tvh:mtimer" (16021) uses deprecated CP15 Barrier instruction at 0xaab88784
[117679.603292] "tvh:tasklet" (16004) uses deprecated CP15 Barrier instruction a t 0xaab8862c
[117679.606180] "tvh:tasklet" (16004) uses deprecated CP15 Barrier instruction a t 0xaab88648
[117679.609088] "tvh:tasklet" (16004) uses deprecated CP15 Barrier instruction a t 0xaac20e3c
[117679.611837] "tvh:tasklet" (16004) uses deprecated CP15 Barrier instruction a t 0xaac20e58
[117679.614600] "tvh:tasklet" (16004) uses deprecated CP15 Barrier instruction a t 0xaac20e84
[117679.617381] "tvh:tasklet" (16004) uses deprecated CP15 Barrier instruction a t 0xaac20ea0
[117684.596352] cp15barrier_handler: 411 callbacks suppressed
[117684.604213] "tvheadend" (16001) uses deprecated CP15 Barrier instruction at 0xaabae918
[117684.612356] "tvheadend" (16001) uses deprecated CP15 Barrier instruction at 0xaabae934
[117684.659055] "tvh:mtick" (16003) uses deprecated CP15 Barrier instruction at 0xaab889b0
[117684.667361] "tvh:mtick" (16003) uses deprecated CP15 Barrier instruction at 0xaab889cc
[117684.775246] "tvh:mtick" (16003) uses deprecated CP15 Barrier instruction at 0xaab889b0
[117684.780770] "tvh:mtick" (16003) uses deprecated CP15 Barrier instruction at 0xaab889cc
[117684.886459] "tvh:mtick" (16003) uses deprecated CP15 Barrier instruction at 0xaab889b0
[117684.891958] "tvh:mtick" (16003) uses deprecated CP15 Barrier instruction at 0xaab889cc
[117684.957376] "tvh:upnp" (16016) uses deprecated CP15 Barrier instruction at 0 xaac2c1e4
[117684.964944] "tvh:upnp" (16016) uses deprecated CP15 Barrier instruction at 0 xaac2c200

RE: Mux failing to scan on OMV Stretch - Added by Ronen G almost 6 years ago

Mark Clarkstone wrote:

What are you running on?

OMV (Debian stretch), which is on a Rockpi64 sbc

RE: Mux failing to scan on OMV Stretch - Added by Mark Clarkstone almost 6 years ago

Ronen G wrote:

Mark Clarkstone wrote:

What are you running on?

OMV (Debian stretch), which is on a Rockpi64 sbc

Are you running the correct tvh binary aarch64 instead of armhf?

RE: Mux failing to scan on OMV Stretch - Added by Mark Clarkstone almost 6 years ago

Ronen G wrote:

How can i tell?
I followed the instructions from here:
https://tvheadend.org/projects/tvheadend/wiki/AptRepositories

paste the output from

sudo apt-cache show tvheadend

RE: Mux failing to scan on OMV Stretch - Added by Ronen G almost 6 years ago

root@OMVrockpro64:~# sudo apt-cache show tvheadend Package: tvheadend
Status: install ok installed
Priority: extra
Section: video
Installed-Size: 19670
Maintainer: Adam Sutton <>
Architecture: armhf
Version: 4.2.7-38~g6beba6d95~raspbianstretch
Replaces: hts-tvheadend
Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.14), libdbus-1-3 (>= 1.9.14), libssl1.1 (>= 1.1.0), liburiparser1 (>= 0.6.0), zlib1g (>= 1:1.1.4), dvb-apps, bzip2
Recommends: xmltv-util
Enhances: showtime
Conffiles:
/etc/default/tvheadend bd31b2933543128a468045076d89aaa4
/etc/init.d/tvheadend a0322da3e09bede6ca2ed63e9205a738
/etc/init/tvheadend.conf b0443ba4c8f901baff5deae782e963f3
Description: Tvheadend
Tvheadend is a TV streaming server and digital video recorder.
- supports a variety of inputs (DVB-S(2)/T(2)/C, ISDB-S/T/C, ATSC-T/C, IPTV, SAT>IP, HDHR)
- supports a variety of clients (Showtime, Smart TV, Kodi, VLC)
Description-md5: aba8a3ed7ea5678dce835efa15863009
Homepage: https://tvheadend.org

RE: Mux failing to scan on OMV Stretch - Added by Ronen G almost 6 years ago

So if i understand correctly, i have the wrong package and i need to have aarch64 package instead of armhf?
Stretch instead of Raspbian-stretch, is that correct?
Can you explain to me how to correct this? i guess remove and install the correct one, but how?
Thank you very much!

RE: Mux failing to scan on OMV Stretch - Added by Mark Clarkstone almost 6 years ago

You'll have to build it, a guide is here

RE: Mux failing to scan on OMV Stretch - Added by Ronen G almost 6 years ago

Thanks Mark, I'll see if i'm able to do that, looks complicated for my level

    (1-11/11)