Posts by sergio.damian.galvan

    sergio.damian.galvan analog video output isn't implemented at the moment, and I don't know if it ever will be. The driver isn't difficult to make, but I'm personally short on free time.

    finotti It's strange, the 6051p driver is the most tested and widely used (almost all my boards have it). I need a complete log (I haven't opened it, but I think you only attached the Kodi one). You can find the information on how to do this in the first post.


    Thanks for the reply. It's true, for some reason TVE@20053E00 wasn't implemented for the RK3228, but it was for the RK3288, 3328, etc. I discovered this the hard way: compiling the driver and DRM rejected me, even killing the video, because VoP@ doesn't accept it as a port for TVE@. I had to downgrade to kernel 4.4, where I'll have to recompile my applications. I had everything working in 6.6, but TVE@ was non-negotiable with my superiors. Thanks


    Hi. Your RAM is fine; you have 1GB of RAM in total. You might want to try the LE9.2 versions by knaerzche. If they manage to get the 2.4 GHz SV6051P Wi-Fi working, which works in LE12, it's causing problems. It's not the LE12 distribution itself, it's the motherboard that has just enough. If the knaerzche version works well for you, you can try zram with only 100MB, which might give you an extra 512MB. No more than that. Good luck, regards

    • Your RAM:
      SEC K4B2G0446C (x4)
      This code corresponds to Samsung DDR3 with this specification:
    • K4B2G0446C
    • 2G = 2 Gbit per chip
    • Typical organization: 2Gbit x16
    • Actual calculation
    • 2 Gbit = 256 MB
    • x4 chips → 256 MB × 4 = 1024 MB


    In mainline kernel 6.6 with rockchip-drm, when connecting the TV Encoder (TVE) to the VOP using the DRM graph (vop endpoint@1 -> tve endpoint@0), the kernel reports “fixed dependency cycles”, but only HDMI gets bound. In addition, ALSA completely disappears (/proc/asound does not exist), so no sound cards are registered.

    Did you discard TVE support due to limitations of mainline DRM?

    Is there any known or tested approach for RK322x (for example keeping TVE outside the DRM graph, using fbdev, or a different driver), or is there simply no usable TVE support in mainline?

    Hi all. I'm currently testing LE11 on amr7 rk3228, I'm trying to combine HDMI and Pulseaudio audio outputs at the same time. The idea is to have Pulseaudio on the lan network, while playing on HDMI. I'm trying to create a combined sink while Kodi is set to Pulseaudio as Default, but it didn't work. I also tried default HDMI in Kodi, but I couldn't read it from Pulse. Has anyone tried this? Can I achieve this by creating a .conf in /storage/.config/pulse-daemon.conf.d ? I also haven't been able to get my default.pa file in /storage/.config/pulse to be read. I can't find any options anymore since kodi is hogging the outputs. SNAPCAST is not a viable option, the latency is unpleasant. I appreciate your help.

    Hi guys, excuse my english. I leave you some optimizations and my Remote Control configuration. My device is industrial, for that reason I added some python scripts to the gps. You'll see that I loaded the remote in autostart, since it became impossible for it to read rc_maps.cfg

    autostart.sh

    /storage/.config/rc_keymaps/my_remote

    Hi all,

    a new build of libreelec 12 available with:

    - added RTL8189ES wifi driver (thanks Lochnair for testing)
    - various fixes and improvements
    - finished porting from libreelec 11
    - reintroduced wpa_supplicant as wifi manager (iwd has problems with bad drivers that I have to use)
    - updated to latest libreelec source

    Cheers
    Michele

    Thanks for this release. I was using version 11. When I updated with the .tar file I can no longer choose Skins. The menu is also not available in the repository.

    Web server addon not Docker

    Hello everyone. I am currently building a small VOD server, for no more than 50 streaming clients, which also has an on-screen player. My device is an AML Meson 8b with 1gram running Android4.4 with old nginx included by the manufacturer (which is not able to read an index.html, only by absolute url haha).

    I only need to run an nginx, lighttpd or apache server, since all content is static.

    The docker option is not possible, the kernel is 3.10.

    Python SimpleHTTPServer only delivers one request at a time, that is, if I have a client watching a movie, until the download finishes, it doesn't deliver anything to anyone.

    Actually, an Alexelec compilation works very well for me, since it takes all the available ram and the 4 cores of the processor, unlike the libreelec distros that only take 2 cores and 796 of ram. Although I would compile my own distribution if I manage to run all the necessary functions.

    The problem is that I need a web server, and I was hoping to make it run on libreelec as a host. The next option is an arm linux, but it's not that attractive. I hope you can help me. Thank you all