English > Software

MediaTV Pro III missing in TvHeadEnd

(1/2) > >>

Igor.Luhan:
Problem is that after installation the receiver is missing in TvHeadEnd, only DLNA is visible, see from TvHeadEnd:
TV adapters
  • Sundtek DLNA Server (Igor•System-Product-Name:enp6s0) - 192.168.2.18
    • SAT>IP DVB-C Tuner #1(192.168.2.18)
    • SAT>IP DVB-T Tuner #2 (192.168.2.18)
  • Sundtek DLNA Server (Igor-System-Product-Name:1o) - 127.0.0.1
    • SAT>IP DVB-C Tuner #1 (127.0.0.1)
    • SAT>IP DVB-T Tuner #2 (127.0.0.1)

Please help, I haven’t found any reasonable favor.

I have Ubuntu Linux 22.04.1 on Linux 5.15.0-48-generic on x86_64. Tried on 2 different computers with 2 different sticks MediaTV pro. I am sure both sticks are O.K., they work on Orange Pi  and Armbian. Installation is OK:
/opt/bin/mediaclient -e
**** List of Media Hardware Devices ****
device 0: [MediaTV Pro III (EU)]  DVB-C, DVB-T, DVB-T2, ANALOG-TV, FM-RADIO, REMOTE-CONTROL, OSS-AUDIO, RDS
  [INFO]:
     STATUS: STANDBY
  [BUS]:
     ID: 3-3
  [SERIAL]:
     ID: U200916104932
  [DVB-C,DVB-T,DVB-T2]:
     FRONTEND: /dev/dvb/adapter0/frontend0
     DVR: /dev/dvb/adapter0/dvr0
     DMX: /dev/dvb/adapter0/demux0
  [ANALOG-TV]:
     VIDEO0: /dev/video0
     VBI0: /dev/vbi0
  [FM-RADIO]:
     RADIO0: /dev/radio0
     RDS: /dev/rds0
  [REMOTECONTROL]:
     INPUT0: /dev/mediainput0
  [OSS]:
     OSS0: /dev/dsp0

TvHeadEnd is not accessing the driver:
/opt/bin/mediaclient --lc
**** List of Media Clients ****
/dev/dvb/adapter0/frontend0:
  No client connected
/dev/dvb/adapter0/dvr0:
  No client connected
/dev/dvb/adapter0/demux0:
  No client connected
/dev/video0:
  No client connected
/dev/vbi0:
  No client connected
/dev/radio0:
  No client connected
/dev/rds0:
  No client connected
/dev/mediainput0:
  No client connected
/dev/dsp0:
  No client connected

To be sure there is no problem I allocated necessary rights to directories:
   sudo chown -R (me):(me) /opt/bin
   sudo chown -R (me):(me) /dev/sundtek
   sudo chown -R (me):(me) /dev/dvb
It didn’t help.

Sundtek:
Did you install the snap tvheadend package? This works slightly different.

Für Ubuntu  / For Ubuntu 22.04

--- Code: ---sudo -s
wget -qO - http://sundtek.de/ubuntu/public.key | apt-key add -
echo "deb [arch=amd64] http://sundtek.de/ubuntu/ jammy main" >> /etc/apt/sources.list
apt-get update
apt-get install tvheadend

--- Ende Code ---

this installs the latest TVHeadend Version for Ubuntu 22.04 / Jammy, this version is not modified but installable without Snap. We're still monitoring snap, it just adds new restrictions to linux systems.
Aside of the new restrictions snap repositories are also insanely large, TVHeadend needs like 500MB as snap package, while the native tvheadend installation requires 50MB

Das ist die aktuellste Version von TVHeadend für Ubuntu 22.04 / Jammy, die Version wurde nicht modifiziert wird aber direkt installiert ohne Snap. Snap beobachten wir noch etwas.
Neben den neuen Restriktionen sind SNAP Pakete dann wohl auch noch sehr groß, TVHeadend benötigt 500MB als Snap Paket, während eine native Installation nur 50MB benötigt.

Igor.Luhan:
Unfortunately there is a problem, probably in a line starting with "echo". apt-get update gives a message
Garbled line 52 in /etc/apt/sources.list ([option] not assignment)
Unable to read resource list.

What is wroong?

Sundtek:
Can you update your file here? /etc/apt/sources.list
I think you have a typo (you should have copy&paste the lines)

Igor.Luhan:
That's not the problem. I copy/pasted the text with nano, it didn't help.

Navigation

[0] Themen-Index

[#] Nächste Seite

Zur normalen Ansicht wechseln