And for the old img?Where i can found?Thanks
what is old image for you?
And for the old img?Where i can found?Thanks
what is old image for you?
but then fails to start the samba daemon.
You have to be more specific. Output of pastekodi would help here.
Kodi of Orange Pi one plus H6,is 19 alpha?I have problem with pvr addons...Dependence error
This is all pre-alpha. At this point addons can be broken at any point. And no, there is no stable image yet.
That works, but is there a cleaner way to make it work out of the box by now?
No, I made a PR for that but it has several issues (doesn't work in all cases and should be done with udev instead of services). I guess best solution would be to develop some kernel and U-Boot patches, so BT MAC gets set same way as ETH MAC.
What bluetooth adapter works for this distribution?
In general all USB bluetooth adapters supported in Linux should work, but I can't give you any specific names.
My video collection doesn't have too many video codec variations, but these play fine for me:
Ok, then I would say it's already useful. I'll wait that all needed changes hit mesa master and then I'll do some testing.
hostkit ssh works fine for me, but I don't use lircd nor samba. lircd is not recommended anymore (Infrared Remotes [LibreELEC.wiki]).
dhewg nice. Did you try SD and HD videos? slightly different shader is used for that, so it may work differently. That certainly was an issue with lima at some point.
- switching to mesa resulted in a broken kodi: "kodi.bin: undefined symbol: glGetIntegerv", a full rebuild fixed that, maybe you ran into that too?
I think I did, but that's not really an issue.
- the patch "media: pixfmt-compressed.rst: improve H264/HEVC/MPEG1+2/VP8+9" in "projects/Allwinner/patches/linux/0001-backport-from-5.5.patch" seems misplaced, I didn't check, but I guess it has been merged for 5.4
ok, thanks for heads up.
Just tested a bit, but seems to work fine so far.
What I'm really after is how it behaves with sw decoded content. If you have time, please disable HW decoding in settings and test SD quality and HD quality videos. Additionally, enable HW acceleration and select EGL rendering for DRMPRIME. If all these tree cases works, then I might consider switching to mesa.
In addition to not being able to install libreelec in the internal memory.
you have several posts explaining how to do that in main topic, just use search. It's same procedure for all devices.
I want to install tvheanded pvr addons but it gives me an error and also simple iptv.
addons are hit and miss in nightlies, because when Kodi gets updated, addons must be often updated too, which may took a while. This should be no problem once (semi-)stable images get released.
Sounds like a dts issue? Do you know what's missing?
Several things:
- current GPU DT patch are only quick fix for proprietary driver. However, upstream patches exist but I didn't use them in LE yet
- T720 needs some additional panfrost kernel patches. I think they will be included in Linux 5.5
- T720 is currently blacklisted in mesa source.
Can someone tell me where to download the previous nightly version with python 2?
Nightlies are built completely automatically and once new image is built, old one gets deleted. Unless someone stored pre-python3 image and gives you the link, building your own image from slightly older sources is the only way. Keep in mind that addon repositories will also get updated with never versions of addons which might not be compatible with pre-python3 Kodi. In this case you would also have to build your own addon. But that is easy for addons already included in LE repository.
ilchenko things will improve once first alpha/beta and then hopefully stable images will be published for Allwinner. Then you'll always have image where addons should work. Nightlies are by definition unstable.
dhewg Psix_anp PR with OPi3 IR patch and ethernet fix opened: Allwinner: OrangePi 3 improvements by jernejsk · Pull Request #3974 · LibreELEC/LibreELEC.tv · GitHub
Didn't test any further due to inability to access LibreELEC settings, addon crashes with error.
Unfortunately, latest LE master has problems. LibreELEC settings addon was not yet converted to python 3. Fixes for that were already PRed, but I'm not sure when they will be merged.
turgus I was wrong, Beelink X2 doesn't have analog audio output so that's why you don't have it on Sunvel R69. If you'd like, you can create proper device tree file for it, submit it to Linux and U-Boot and I'll make support for it as a it's own device.
On that topic, what's the status of getting rid of those gl vendor bin blobs? Shouldn't mesa be good enough (tm) for kodi by now? I guess hw decoding is the reason use libmali? Is the tree ready to just flip "OPENGL" to "mesa" to try it out?
I try lima now and then, but last time I tried it, Kodi didn't even start. Buffer management was broken but I'm not sure where (kernel or mesa). I'll try again when Linux 5.4 is released.
In order to try it yourself, you have to enable lima driver in kernel, set OPENGLES driver in project config to lima and configure mesa package to use latest master.
Two notes:
- T720 support is very broken in panfrost, so it makes no sense to try it, but according to panfrost IRC, it should be much better in following weeks
- GPU driver doesn't have anything to do with HW decoding. It may be for rendering video, but even that will be soon bypassed almost completely (only SW decoding currently uses GPU for rendering)
dhewg Thanks! Nightlies are always based on recent stable kernel, currently 5.3.5. However, a lot of upstream and wip patches are included on top of that. Check projects/Allwinner/patches/linux/ and projects/Allwinner/devices/H6/patches/linux/ folders for them. Idea is to upstream those patches as much as possible. This is never ending story - as soon as you manage to upstream something, you find something else to fix/update. However, this is beneficial for us and other distributions - once patch is upstreamed, we don't need to care about that patch anymore and other distros get same improvements when they update the kernel.
turgus beelink DT is missing analog audio node, I'll add it soon. There is no guide for editing extlinux.conf. Actually, only line you should edit is APPEND line for Linux kernel arguments. If you want to use serial console, delete second "console=" entry.
dhewg I guess nobody enabled it. I will add it soon. Thanks for bringing that up.
I will also soon open PR with Cedrus improvements. Quiet a lot happened since I updated those patches and I also found a fix for all crashing HEVC videos. That should make it useful for HEVC DVB streams.
turgus You won't be eable to fix much with editing dtb. There is no support for XR819, remote must be set manually (I will probably add default remote mapping for X2 in DT, but I don't know if R69 uses same remote), "system halted" message is normal - at this point you just plug out device. Only weird thing is that reboot doesn't work. However, that would indicate some kernel crash. You would need to edit extlinux.conf a bit and connect a serial adapter to figure out what's going on.
tweeKpot and others with HDMI audio issues - can you try this H3 update?
libreelec-h3.arm-9.80-devel-20191104214918-cfe1640.tar
jdww that work (previous version of the patch) is used for some time now
roel maybe you can try same fix as I used above for H3. You can compile A64 image from this branch: Commits · jernejsk/LibreELEC.tv · GitHub