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.


Themen - Roby

Seiten: [1]
1
Sundtek MediaTV Pro / Tvheadend
« am: Dezember 03, 2018, 08:48:25 Nachmittag »
Seit update auf Tvheadend 4.3-1596 funktioniert Sundtek DVB-C nicht mehr
leider mein Englisch ist nicht so gut irgendetwas mit kernel stimmt nicht

Aus Tvheadend log
Zitat
2018-11-29 23:40:04.307 mpegts: 498MHz in DVB-C UPC - tuning on Sundtek DVB-C (III) #1 : DVB-C #0
2018-11-29 23:40:04.307 linuxdvb: Sundtek DVB-C (III) #1 : DVB-C #0 - DTV_CLEAR failed [e=Unpassender IOCTL (I/O-Control) für das Gerät]

Hat leider nicht geholfen
Zitat
Also, if your kernel is compiled with dynamic debug try this:

echo "func dtv_property_process_set +p" > /sys/kernel/debug/dynamic_debug/control
echo "func dvb_frontend_handle_ioctl +p" > /sys/kernel/debug/dynamic_debug/control


Then tune a channel and paste the kernel log here.
(use something like: "dmesg | grep DTV_CLEAR -A10 -B10").

https://tvheadend.org/issues/5368

Tvheadend ist installiert auf Ubuntu

Zitat
root@ZBOX-ID91:~# cat /etc/os-release
NAME="Ubuntu"
VERSION="18.04.1 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.1 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
root@ZBOX-ID91:~#

Zitat
root@ZBOX-ID91:~# cat /proc/version
Linux version 4.15.0-42-generic (buildd@lgw01-amd64-023) (gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #45-Ubuntu SMP Thu Nov 15 19:32:57 UTC 2018

2
Wünsche und Anregungen / SUNDTEK SKYTV ULTIMATE 6 2016 (DVB-S/S2)
« am: August 07, 2018, 03:03:19 Nachmittag »
Am 27.07.2018 hab SUNDTEK SKYTV ULTIMATE 6 2016 (DVB-S/S2) bestellt bis heute noch nichts angekommen
Letzte e-mail stand
Zitat
die Bestellung ist bei uns bereits als bezahlt markiert, der TUner wird Anfang nächster Woche zu Ihnen geschickt.


3
Sundtek MediaTV Pro / Sundtek DVB-C Transporterfehler und Kontinuitätsfehler
« am: Januar 14, 2017, 10:28:27 Nachmittag »
Ich benütze Tvheadend 4.1-2414 mit Sundtek DVB-C hab aber zu teil
Transporterfehler und Kontinuitätsfehler suche schon lange ein lösung
bis jetzt nicht gefunden hoffe kann jemand weiterhelfen.

4
Sundtek MediaTV Pro / Tvheadend und Sundtek MediaTV Pro III
« am: Juni 11, 2016, 11:24:25 Nachmittag »
Seltsame problem mit tvheadend und Sundtek MediaTV Pro III (DVB-C/T/T2, FM-Radio, AnalogTV)
nachdem ich tvheadend eingerichtet hab DVB-C netzwerk gescannt alle kanäle wurden gefunden
aber nach gewisse zeit werden doppelt kanäle gefunden sogar bis 10 mal gleiche kanal






5
Sundtek MediaTV Pro / sundtek.conf.full
« am: Juni 10, 2016, 12:31:03 Vormittag »
Hallo vieleicht kann mir jemand weiterhelfen
wie muss ich sundtek.conf.full einstellen damit nach neustart network mode immer ON ist

Ich hab hier etwas probiert leider hat nicht geklappt

Zitat
#
#Enable listening on network
#enablenetwork=[on|off]         #default: off

Zitat
#
# sundtek.conf
#
# ----- GLOBAL SECTION -----
#Set loglevel for logging to /var/log/mediasrv.log
#loglevel=[off|max]         #default: min
               #max .. little bit more debug
#bulk_notification[on|off]              #default off, bulk_notification will only trigger device_attach once
                                        #after the the first device scan when the driver is started up
                                        #after this first scan, the notification will be triggered
                                        #normally again for each device.
                                        #
                                        #for example when 2 devices are attached to the system only one
                                        #notification will be triggered initially, any at a later time
                                        #attached device will generate another device_attach notification
                                        #by default each device will call the script which is set up with
                                        #device_attach
#use_hwpidfilter=[on|off]               #For DVB-C, DVB-T, DVB-S/S2
                                        #enable PID filter, please be careful with that, there are only 15 HW Pid filters available
                                        #when more than 15 pids are set up the pid filter will be disabled automatically

#dmhwpidfilter=[on|off]                 #default on, in some cases off might be useful to disable hw pid filter for settopboxes
                                        #if you get a black image when capturing a TV channel and watching another channel on the
                                        #same transponder - try this option and reboot

#usb_transaction_delay=[0-20]           #throttle the USB setup transactions, this can solve problems with weak USB stacks for
                                        #example for embedded boards, unit is milliseconds

#usb_timeout=[0 - N]                    #USB timeout for each transaction in milliseconds, 0 default infinite
#voltage_tone_off=[1 or 0]              #0 .. default, normal behaviour
                                        #1 .. force DVB-S/S2 to not use any Voltage or Tone (ignore any user parameters)
                                       
#ir_disabled=[1 or 0]                   #0 .. enable remote control polling, the driver will permanently check for remote control keys
                                        #1 .. disable remote control polling, might fix bugs with weak USB stacks on embedded boards

#
#Enable listening on network
#enablenetwork=[on|off]         #default: off

#Lowest adapter number to start with, e.g. /dev/dvb/adapter5/frontend0
#first_adapter=5

#Lowest videodevice number to start with, e.g. /dev/video5
#first_videodev=5

#Call attach script when new device appears
#device_attach=[PATH_TO_SCRIPT] [PARAMETER|DEVID]   #"DEVID" will automatically be replaced with the device ID

#Call detach script when device disappears
#device_detach=[PATH_TO_SCRIPT] [PARAMETER|DEVID]   #"DEVID" will automatically be replaced with the device ID

#Dreambox especially for DM800HD (not SE!)
#vtuner_acceleration=[on|off]                           #default off, accelerate Dreambox 800HD datatransfer between USB Stick and
                                                        #DM800HD

# ----- Section for adapter with [SERIALNUMBER] -----
#Get adapter serial number with /opt/bin/mediaclient -e
#[SERIALNUMBER]

#Description register as dreambox tuner
#dreambox_support_fe1=[on|off]      #default: off

#Infrared protocol to use
#ir_protocol=[RC5|NEC|RC6]         #default: NEC

#Keymap to use, e.g. "/lib/udev/rc_keymaps/vp702x"
#rcmap=[PATH_TO_KEYMAP]         #default: keymap which comes with the device

#Choose initial DVB mode for hybrid DVB-T/DVB-C devices only
#initial_dvb_mode=[DVBC|DVBT]

#Call attach script when new device appears
#device_attach=[PATH_TO_SCRIPT] [PARAMETER|DEVID]   #"DEVID" will automatically be replaced with the device ID

#Call detach script when device disappears
#device_detach=[PATH_TO_SCRIPT] [PARAMETER|DEVID]   #"DEVID" will automatically be replaced with the device ID

#disable_atv=[0|1]                                      #disable initialization of analogTV Frontend
#Initial Audio Volume level for DVB-C/T Hybrid devices
#volume=[0-127]            #default: 118


# WSS callback (see http://en.wikipedia.org/wiki/Widescreen_signaling)
# trigger script when the videoformat changes between 16:9 or 4:3
#wss_callback=[scriptname]
#   WSS_4_3_FULL
#   WSS_14_9_LETTERBOX_CENTRE
#   WSS_14_9_LETTERBOX_TOP
#   WSS_16_9_LETTERBOX_CENTRE
#   WSS_16_9_LETTERBOX_TOP
#   WSS_16_9_LETTERBOX_DEEPER
#   WSS_14_9_FULL_HEIGHT_4_3
#   WSS_16_9_FULL_HEIGHT_16_9
#   WSS_UNABLE_TO_DEMODULATE

#Timeout in ms after that WSS_UNABLE_TO_DEMODULATE will be called
#wss_demodulation_timeout=[MILLISECONDS]   

#vtuner_skip0=vtuner0                  # skip /dev/misc/vtuner0 can also be vtunerN
#vtuner_skip1=vtuner1                  # skip /dev/misc/vtuner1 can also be vtunerN

#fe_helper=/path/to/channellist        # override frequency setup and use parameters from channellist
                                       # VDR channellists can be used here (eg. created by w_scan)
                                       # this somewhat guarantees high speed channel switching
                                       # when used with a lousy player
                                       # Astra 19.2 Channellist:

Seiten: [1]