Beiträge anzeigen

Diese Sektion erlaubt es ihnen alle Beiträge dieses Mitglieds zu sehen. Beachten sie, dass sie nur solche Beiträge sehen können, zu denen sie auch Zugriffsrechte haben.


Nachrichten - Igor.Luhan

Seiten: [1]
1
Software / Re: MediaTV Pro III missing in TvHeadEnd
« am: Oktober 16, 2022, 02:46:34 Nachmittag »
How to do it?

2
Software / Re: MediaTV Pro III missing in TvHeadEnd
« am: Oktober 13, 2022, 08:54:32 Nachmittag »
#deb cdrom:[Ubuntu 22.04.1 LTS _Jammy Jellyfish_ - Release amd64 (20220809.1)]/ jammy main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://cz.archive.ubuntu.com/ubuntu/ jammy main restricted
# deb-src http://cz.archive.ubuntu.com/ubuntu/ jammy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://cz.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
# deb-src http://cz.archive.ubuntu.com/ubuntu/ jammy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://cz.archive.ubuntu.com/ubuntu/ jammy universe
# deb-src http://cz.archive.ubuntu.com/ubuntu/ jammy universe
deb http://cz.archive.ubuntu.com/ubuntu/ jammy-updates universe
# deb-src http://cz.archive.ubuntu.com/ubuntu/ jammy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://cz.archive.ubuntu.com/ubuntu/ jammy multiverse
# deb-src http://cz.archive.ubuntu.com/ubuntu/ jammy multiverse
deb http://cz.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
# deb-src http://cz.archive.ubuntu.com/ubuntu/ jammy-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://cz.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
# deb-src http://cz.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu jammy-security main restricted
# deb-src http://security.ubuntu.com/ubuntu jammy-security main restricted
deb http://security.ubuntu.com/ubuntu jammy-security universe
# deb-src http://security.ubuntu.com/ubuntu jammy-security universe
deb http://security.ubuntu.com/ubuntu jammy-security multiverse
# deb-src http://security.ubuntu.com/ubuntu jammy-security multiverse

# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.

deb [arch=amd64] http://sundtek.de/ubuntu/   jammy main   

3
Software / Re: MediaTV Pro III missing in TvHeadEnd
« am: Oktober 13, 2022, 03:49:04 Nachmittag »
That's not the problem. I copy/pasted the text with nano, it didn't help.

4
Software / Re: MediaTV Pro III missing in TvHeadEnd
« am: Oktober 12, 2022, 03:01:13 Nachmittag »
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?

5
Software / MediaTV Pro III missing in TvHeadEnd
« am: September 28, 2022, 10:31:38 Vormittag »
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.


Seiten: [1]