lrusak It works fine on Gemini Lake. Doesn't work on AMD Vega 3.
Posts by smp
-
-
this build outputs is RGB 36bit for everything
It outputs RGB 12-bit at up to 4K/30Hz and RGB 8-bit at 4K 50/60Hz.
It can be forced to output YCbCr 4:4:4 instead of RGB but there is no point.
-
5980 is a completely different hardware and different drivers.
-
It only turns off very briefly when I stop watching a channel and than right back on again
I use VDR/VNSI. It constantly scans transponders for EPG, so the LED is always on. It should turn off when there is no signal. Also, there is a short blink when switching from one frequency to another.
Does it turn off then there is no signal from antenna?
The tuner is also constantly warm
That's normal. Same with 5520SE.
-
I don't know if it works on 5580 but on 5520SE I enabled the green lock LED with this:
Diff
Display Morediff --git a/drivers/media/dvb-frontends/si2183.c b/drivers/media/dvb-frontends/si2183.c index 4b5bc34..bbe3e96 100644 --- a/drivers/media/dvb-frontends/si2183.c +++ b/drivers/media/dvb-frontends/si2183.c @@ -1091,6 +1091,12 @@ static int si2183_init(struct dvb_frontend *fe) return ret; } + // set pins + memcpy(cmd.args, "\x12\x8\x0", 3); + cmd.wlen = 3; + cmd.rlen = 3; + si2183_cmd_execute(client, &cmd); + dev->fw_loaded = true; warm: dev->active_fe |= (1 << fe->id);
-
-
HDR10, HLG should work on that board. Dolby Vision will never work on mainline linux.
-
Post
RE: Intel true 10bits/HEVC/HDR support... ?
[…]
Yes, Tvheadend that was compiled for X11 version of LE doesn't work.
I compiled Tvheadend 4.2 and 4.3 that will work with my builds.
tvheadend42
tvheadend43smpMarch 26, 2021 at 7:58 PM -
I don't know what broke it, so no idea.
-
New build:
- Kodi Matrix updated to 01033a8 + HDR patches
- Current LE master ebf2ee0
- Linux 5.14.1
- FFmpeg 4.4 updated to bf87bdd + AV1 fixes
- included support for AV1 VAAPI HW decode (Intel RKL/TGL and newer)
- AMD support is included this time (radeonsi mesa driver)
LibreELEC-Generic.x86_64-11.0-devel-20210904012247-ebf2ee0.img.gz
-
Kaby Lake/Apollo Lake will work only if the board has HDMI 2.0 (via DP->HDMI LSPCON chip). Native HDMI 1.4 port will not output HDR.
Anything with HDMI 2.0 onboard should work.
-
edit projects/RPi/devices/RPi4/linux/linux.arm.conf, add the line CONFIG_DVB_USB_TBS5520SE=m.
Make the same change to linux.aarch64.conf file.
-
-
No idea, a build from post #778 does output HDR on my box.
-
does not explain to us how easy it is to compile oscam-emu
Building basics are explained in LE Wiki.
The file that should be edited is here.
CodePKG_VERSION="da986667ad0920b6b0b978353e387614f45dd9fe" PKG_SHA256="4ccd006aa75e7b46911da12fbfc1d994d8cf9693c5c3ddefa58d8ce76437aa63" PKG_URL="https://github.com/oscam-emu/oscam-patched/archive/$PKG_VERSION.tar.gz"
packages/addons/service/oscam/patches/oscam-02-link-with-ludev.patch should be edited too:
-
having oscam(emu) overwritten
If you need it that much why not learn how to compile it yourself? Oscam-emu is super easy co compile as an addon for any version of LE (a simple URL edit in Oscam's package.mk), without any docker nonsense.
-
No, I deleted it.
-
Probably it has something to do with a new kernel 5.14-rc2 or ffmpeg 4.4. Use an older build for now.