Thanks. Is mpeg2 video supposed to play in EGL mode? I need this to get the OSD but I only get sound on mpeg2 video LiveTV when DRM is turned on.
Also is there going to be a static OS build allowing easier LE installs to emmc?
Martin
Thanks. Is mpeg2 video supposed to play in EGL mode? I need this to get the OSD but I only get sound on mpeg2 video LiveTV when DRM is turned on.
Also is there going to be a static OS build allowing easier LE installs to emmc?
Martin
Sorry I misread I thought you were thinking of the HDPVR 2 as the workaround for HDCP and weren't considering a video splitter.
I know the HDPVR family very well and they can't stream to the web directly like the HDMI network grabbers to. So yes you can pipe to another process but you'd have to pipe the command line tool to a streamer. I addressed that there is no driver support for the HDPVR 2 but there are a capture programs https://www.hauppauge.com/pages/support/…nux.html#hdpvr2 that need to be compiled for Linux. If you want to use v4l as a driver you need the original HDPVR.
Martin
First the HDPVR 2 follows HDCP so you would need to use component video. HDMI streamers are probably a better choice.
Also there is no official Linux support for the HDPVR 2 but my HDPVR works fine with v4l on a Linux box but I never tested with LE.
Personally I suggest a full Linux that you can customization to change the module parameter and set up the proper tuning commands (I use a combination of firewire and IR blasters to control 3 STB's). I know there is a command line tool for some HD PVR 2 model that you could use for capturing but building it would be better on full Linux too.
Martin
I have been away and missed the last few updates but I just tried to update the emmc to the latest version using the latest file in .update and the update failed with the missing /dtb/rockchip/rk3566-quartz64-a.dtb among other things. So I guess the emmc install isn't very useful with these pre release kernel builds.
I didn't install a 6.0.0 version of Armbian, I will try that.
Edit: With a 6.0.0 version of Armbian I was able to boot LE nicely from emmc with the good mac too. Now I wait to see that a new version upgrade works. Will this new bootloader be stable?
Is there a special version of Armbian I need to install before running this? I can get Armbian booting off emmc fine but when I install LE to this same emmc it will not boot. It seems to be looking fro uefi?
mac= is working from SD
Continuing on, since my emmc is no longer usable I installed the new image to SD card but it still doesn't take the mac= parameter The udev rule approach you suggested was working from the emmc.
LibreELEC:/ # cat /proc/cmdline
boot=LABEL=LIBREELEC disk=LABEL=STORAGE quiet console=ttyS2,1500000 console=tty0 systemd.debug_shell=ttyS2 coherent_pool=2M cec.debounce_ms=5000 mac=00:14:22:c8:c8:37
LibreELEC:/ # ifconfig eth0
eth0 Link encap:Ethernet HWaddr FA:40:1B:58:F9:71
inet addr:172.16.3.61 Bcast:172.16.3.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2479 errors:0 dropped:57 overruns:0 frame:0
TX packets:1105 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3034872 (2.8 MiB) TX bytes:168807 (164.8 KiB)
Interrupt:69
Display More
I copied the update to .update but this broke the emmc installation
Retrieving file: /dtb/rockchip/rk3566-quartz64-a.dtb
** Unable to read file /dtb/rockchip/rk3566-quartz64-a.dtb **
Skipping LibreELEC for failure retrieving FDT
SCRIPT FAILED: continuing...
libfdt fdt_check_header(): FDT_ERR_BADMAGIC
I mounted the emmc and noticed there was only a dtb_old folder so I copied dtb folder from the image, but it still doesn't boot. It says could not mount Label=LE_EMMC
How do I install that ethmactool? I do have the mac=... showing in /proc/cmdline
Yes I am sure. I tried several times and it failed, so ended up using another emmc and it boots fine from it now. I can't get it to save a fixed IP address via LibreElec settings and can't set the mac (or ethaddr) in extlinux.conf
LibreELECRK:/ # cat /flash/extlinux/extlinux.conf
LABEL LibreELEC
LINUX /KERNEL
FDT /dtb/rockchip/rk3566-quartz64-a.dtb
APPEND boot=LABEL=LE_EMMC disk=LABEL=DATA_EMMC quiet console=ttyS2,1500000 console=tty0 systemd.debug_shell=ttyS2 coherent_pool=2M cec.debounce_ms=5000 mac=00:14:22:c8:c8:37
LibreELECRK:/ # ifconfig eth0
eth0 Link encap:Ethernet HWaddr 2A:78:C5:D7:90:ED
inet addr:172.16.3.40 Bcast:172.16.3.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:6693 errors:0 dropped:3209 overruns:0 frame:0
TX packets:137 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:931847 (910.0 KiB) TX bytes:36750 (35.8 KiB)
Interrupt:81
LibreELECRK:/ #
Display More
Yes those are what I have been using use but they just say Armbian not ArmbianTV on the filenames. Maybe you use the term interchangeably?
I see the release notes some say Armbian and some say ArmbianTV but I couldn't find an image with ArmbianTV.
Martin
I am not sure what you mean by ArmbianTV but I installed one of the Armbian desktops I had made sure it worked ok, then run the LE setup to emmc and I guess it finishes since it goes to black screen. It did something because desktop no longer starts but neither does LE, the boot hangs with the pxeboot.
It has U-Boot SPL 2022.04-armbian (Jul 07 2022 - 08:50:57 +0300) and log is here
Martin
Here is the boot sequence
Turning on EGL rendering gave me the OSD thanks.
When I say no MAC address, I need to use a fixed IP since every time LE boots it has an new MAC and my DHCP server gives a new IP address.
ver 20220819 kernel 5.19.1
Thanks for the test builds. I installed this Quartz64a build and it easily passes my test of hosting a pvr server and allowing Kodi to play live TV on the host and stream to another box, while recording a third show, with lots to spare (writing to SD)
However some that things continue to be a problem
- emmc installs complain that LIBRELEC is not mounted. SD card installs work fine.
- there is no OSD over video.
- no MAC address
Martin