Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - gr4vity

31
Entwicklung [ Development ] / MLD als Docker-Image
« on: June 07, 2022, 08:16:57 »
Hi,

VDR server docker image can be found here

https://github.com/pipelka/vdr-plugin-robotv

I also add vnsiserver as shown in the following topic

https://www.minidvblinux.de/forum/index.php/topic,10369.msg82562/topicseen.html#new

Best Regards

32
x86 Systeme (PC) / Fehler bei upgrade vdr-plugin-skinnopacity
« on: June 06, 2022, 21:42:20 »
Hi,

No problem, you can wait for Claus to release a fixed package  :)

Best Regards.

33
x86 Systeme (PC) / Fehler bei upgrade vdr-plugin-skinnopacity
« on: June 06, 2022, 20:19:14 »
Hi,

I think if you remove Beta- from version field it will work.

Best Regards.

34
Raspberry PI / RPI 4 5.5 unstabe "board requires newer software"
« on: June 05, 2022, 21:52:36 »
I have media_build installed on my MLD-5.5 x86 testing,
Just tried to insert dvb-usb-tbs5922se module into the kernel and got no errors.

Code: [Select]
MLD> modprobe dvb-usb-tbs5922se
MLD>

Code: [Select]
[   97.351122] usbcore: registered new interface driver tbs5922se
lsmod shows the following:

Code: [Select]
dvb_usb_tbs5922se      20480  0
dvb_usb                36864  1 dvb_usb_tbs5922se
tas2101                28672  1 dvb_usb_tbs5922se

rc_core                45056  3 dvb_usb_tbs5922se,dvb_usb,cec

dvb_core              139264  3 dvb_usb_tbs5922se,dvb_usb,ngene
mc                     53248  2 dvb_usb,dvb_core

Code: [Select]
MLD> modinfo ./dvb-usb-tbs5922se.ko
filename:       ./dvb-usb-tbs5922se.ko
author:         Bob Liu <Bob@turbosight.com>
description:    Driver for TBS 5922SE
license:        GPL
parm:           adapter_nr:DVB adapter numbers
parm:           debug:set debugging level (1=info 2=xfer (or-able)).
version:        0.1
alias:          usb:v04B4p5923d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v734Cp5923d*dc*dsc*dp*ic*isc*ip*in*
srcversion:     978EBECC11A962DC7B83FEC
depends:        dvb-usb,dvb-core,tas2101,rc-core
vermagic:       5.15.40.2+ SMP mod_unload modversions

35
Raspberry PI / RPI 4 5.5 unstabe "board requires newer software"
« on: June 05, 2022, 17:12:17 »
Hi Claus,

You can install dvb-tbs package on your Rpi then insert dvb-usb-tbs5922se into kernel and see if you get any error message.

Best Regards.

36
Raspberry PI / RPI 4 5.5 unstabe "board requires newer software"
« on: June 04, 2022, 19:03:22 »
Hi Claus,

Code: [Select]
bbmld> modprobe dvb-usb-tbs5922se
modprobe: can't load module dvb_core (kernel/drivers/media/dvb-core/dvb-core.ko): Invalid argument

It seems that dvb-tbs package needs to be recompiled.

Best Regards.

37
Raspberry PI / RPI 4 5.5 unstabe "board requires newer software"
« on: June 04, 2022, 17:12:06 »
Hi Bernd,

What is the output of the following command?
Code: [Select]
modprobe dvb-usb-tbs5922se
Best Regards.


38

Only the network-wireless-rpi3 and the network-wireless-drivers package conflicts.

Hi Claus,
You're right, so i repacked network-wireless-drivers package to avoid removing network-wireless-rpi3 package then.

Best Regards.

39
Hi,
If you can't find dvb-tbs package then it won't work and you have to wait for Claus to build it for you.

40
x86 Systeme (PC) / (MLD-5.5 testing) OpenWrt
« on: May 31, 2022, 01:05:14 »


Hi,

I added vnsiserver to pipelka/robotv  :)
You can simply add the following lines to /opt/vdr/runvdr.sh

# vnsiserver configuration

echo "[vnsiserver]" > ${CONFDIR}/conf.d/50-vnsiserver.conf

And add 50-vnsiserver.conf in /etc/conf.d

Code: [Select]
root@OpenWrt:~# docker run --rm -ti \
>     --cap-add=SYS_NICE \
>     -e DVBAPI_ENABLE=1 \
>     -v /srv/robotv:/data \
>     -v /srv/video:/video \
>     -p 34892:34892 \
>     --device=/dev/dvb \
>     pipelka/robotv
vdr: [14] VDR version 2.4.6 started
vdr: [14] codeset is 'UTF-8' - known
vdr: [14] override character table is 'ISO-8859-9' - known
vdr: [14] loading plugin: /opt/vdr/lib/libvdr-dvbapi.so.2.4.6
vdr: [14] loading plugin: /opt/vdr/lib/libvdr-epgsearch.so.2.4.6
vdr: [14] loading plugin: /opt/vdr/lib/libvdr-robotv.so.2.4.6
vdr: [14] loading plugin: /opt/vdr/lib/libvdr-streamdev-server.so.2.4.6
vdr: [14] loading plugin: /opt/vdr/lib/libvdr-vnsiserver.so.2.4.6
vdr: [14] loading /data/etc/setup.conf
vdr: [14] loading /data/etc/sources.conf
vdr: [14] loading /data/etc/diseqc.conf
vdr: [14] loading /data/etc/scr.conf
vdr: [14] loading /data/etc/channels.conf
vdr: [14] loading /data/etc/timers.conf
vdr: [14] loading /data/etc/svdrphosts.conf
vdr: [14] EPG scan type: 1
vdr: no fonts available - OSD will not show any text!
vdr: [14] ERROR: no fonts available - OSD will not show any text!
vdr: [14] DVB API version is 0x050B (VDR was built with 0x050B)
vdr: [14] frontend 0/0 provides DVB-S,DVB-S2 with QPSK ("vTuner proxyFE DVB-S2")
vdr: [14] found 1 DVB device
vdr: [14] initializing plugin: dvbapi (2.2.5-GIT-b6599c1): SoftCAM for OSCam
vdr: [14] initializing plugin: epgsearch (2.4.1): search the EPG for repeats and more
vdr: [14] initializing plugin: robotv (0.15.0): roboTV Server
vdr: [14] loading /data/etc/plugins/robotv/robotv.conf
vdr: [14] timeshift buffersize: 4000000000 bytes
vdr: [14] Folder for TV shows: Serien
vdr: [14] initializing plugin: streamdev-server (0.6.1-git): VDR Streaming Server
vdr: [14] initializing plugin: vnsiserver (1.8.0): VDR-Network-Streaming-Interface (VNSI) Server
vdr: [14] setting primary device to 1
vdr: [14] device 1 has no MPEG decoder
vdr: [14] setting current skin to "lcars"
vdr: [14] loading /data/etc/themes/lcars-default.theme
vdr: [14] starting plugin: dvbapi
vdr: [14] DVBAPI: plugin version 2.2.5-GIT-b6599c1 initializing (VDR 2.4.6)
vdr: [14] DVBAPI: decryption library: FFdecsa
vdr: [14] DVBAPI: Creating sCCIAdapter
vdr: [14] DVBAPI: Creating SCCAMSlot for device 1
vdr: [14] DVBAPI: plugin started
vdr: [14] starting plugin: epgsearch
vdr: [14] starting plugin: robotv
vdr: [14] starting plugin: streamdev-server
vdr: [14] loading /data/etc/plugins/streamdev-server/streamdevhosts.conf
vdr: [14] starting plugin: vnsiserver
vdr: [14] VNSI: Starting vnsi server at port=34890
vdr: [14] VNSI: VNSI Server started
vdr: [14] VNSI: Channel streaming timeout: 10 seconds
vdr: [23] Streamdev: Listening (VTP) on port 2004
vdr: [23] Streamdev: Listening (HTTP) on port 3000
vdr: [20] DVBAPI: 0.0: doReply changed, reset triggered
vdr: [20] DVBAPI: 0.0: now using CAIDs version 1
vdr: [20] DVBAPI: 0.0: status 'present'
vdr: [20] CAM 1: module present
vdr: [22] creating SDP client
vdr: [22] Failed to create SDP client: Daemon not running
vdr: [22] removing outdated artwork
vdr: [22] roboTV Server started
vdr: [14] DVBAPI: 0.0: status 'reset'
vdr: [14] DVBAPI: 0.0: status 'ready'
vdr: [20] CAM 1: module ready
vdr: [20] DVBAPI: CaInfo: 0.0 sending CA info
vdr: [27] SVDRP 7a5f75422825 opening port 6419/tcp
vdr: [27] SVDRP 7a5f75422825 listening on port 6419/tcp

41
Hi Claus,

When you install network-wireless package, will the network-wireless-rpi3 package be removed or not?

If i remember correctly, they conflict with eath other, that's what i'm saying.

Once, I was testing my Atheros Wireless adapter and had to repack the network-wireless package in order to install it without removing the network-wireless-rpi3 package.

Best Regards.

42
Hi,

Rpihddevice is not compatible with RPI4, you should install softhddevice-drm instead.
Regarding start.elf you can install rpi-firmware package and see if it works.

Best Regards.

43
Hi Seb,

I had a quick look at the log you uploaded,
You are using a wireless USB adapter?

Edit: Telink Wireless Receiver Mouse isn't a wireless USB adapter  :)

You also have network-wireless & network-wireless-rpi3 installed?

Afaik, network-wireless package will replace network-wireless-rpi3 unless you repacked one of them.

If you will use the Rpi on-board wifi then you should remove network-wireless package.

Anyway, you can use the LAN connection for now.

Best Regards.

44
Darf ich kurz fragen wo Du den bestellt hast? War der dann sofort lieferbar?
Habe meinen direkt bei sundtek im Feb. bestellt und warte immer noch... :(

Gern. Ich habe ihn für nen Fuffi von Kleinanzeigen.

Viele Grüße
Seb

Hi Seb,
What does Fuffi mean?  :)
A guy?
If i remember correctly, you bought Sundtek SkyTV Ultimate 5 for 40-45€ ?

By the way, you can plug Rpi SD card into your pc and change splash=silent to splash=verbose in cmdline
After that plug it again into you Rpi, boot and see what's wrong.

Best Regards.

Hi,

'Fuffi' means 50 € ;)

Roland

Hi Roland,
Thanks for the clarification.  :)

Best Regards.

45
Darf ich kurz fragen wo Du den bestellt hast? War der dann sofort lieferbar?
Habe meinen direkt bei sundtek im Feb. bestellt und warte immer noch... :(

Gern. Ich habe ihn für nen Fuffi von Kleinanzeigen.

Viele Grüße
Seb

Hi Seb,
What does Fuffi mean?  :)
A guy?
If i remember correctly, you bought Sundtek SkyTV Ultimate 5 for 40-45€ ?

By the way, you can plug Rpi SD card into your pc and change splash=silent to splash=verbose in cmdline
After that plug it again into you Rpi, boot and see what's wrong.

Best Regards.