Create a USB install stick then. Most (not all, but most) will boot from a USB if no SD card is found.
Posts by chewitt
-
-
As i understand this project is dead?
Someone should explain that to the developers still actively working on the project then. You are wrong.
-
The chipset should be supported in LE but I doubt anyone can comment on how well the AP function works. And again (please take the hint) if you want a router, get a router.
-
Changing Kodi version is simple. Changing all the stuff Kodi is dependent upon to support the version you changed to is less simple. If you are trying to roll back to an older Kodi version it will be easier to roll the entire distro back to the point where that Kodi version is used.
-
shippy Normal 1080p media works fine in 4.19+ kernel images. 4k support has caveats as the HDMI driver only supports 8-bit output at the moment so 10-bit formats like HEVC don't work right and in some situations can crash the box. Until Amlogic/ARM framebuffer compression support is added 4k also requires a CMA memory pool that's too large for 1GB RAM devices. Further work on 10-bit and AFBC is planned in January. Intel has also submitted changes for HDR support to the upstream kernel recently, and while it will take a few more iterations before patches are accepted and merged, once 10-bit support has been added we can start looking at how to hook into the proposed frameworks. If you stick to 1080p media and don't need deinterlacing (as this is still done in software) it's quite usable and I haven't used 3.14 kernel images since August this year. I don't know what S905W box you have but a 1GB/8GB TX3 mini I have runs fine. S905W should be nothing special for 4.19+ kernel as long as the correct device tree for the box is used.
-
I've seen missing text when Kodi changes break OpenGL compatibility with the video drivers used for vmware support. I can't see how changing HDMI output and back would cause OpenGL issues, but I'm not an expert in the Xorg side of things though.
@lrsusak, ping ^ any ideas?
-
Code
Display MoreJun 22 11:12:00 connmand[411]: Time request for server 2607:f740:1::42c failed (101/Network is unreachable) Jun 22 11:12:00 connmand[411]: Time request for server 2001:41d0:2:b7a2:0:162:b:123 failed (101/Network is unreachable) Jun 22 11:12:00 connmand[411]: Time request for server 2001:550:1d05:30::58e:3ef3 failed (101/Network is unreachable) Jun 22 11:12:00 connmand[411]: Time request for server 2001:12ff::8 failed (101/Network is unreachable) Jun 22 11:12:16 connmand[411]: Time request for server 2607:f740:1::42c failed (101/Network is unreachable) Jun 22 11:12:16 connmand[411]: Time request for server 2001:41d0:2:b7a2:0:162:b:123 failed (101/Network is unreachable) Jun 22 11:12:16 connmand[411]: Time request for server 2001:12ff::8 failed (101/Network is unreachable) Jun 22 11:12:16 connmand[411]: Time request for server 2001:440:1880:5555::2 failed (101/Network is unreachable) Jun 22 11:12:30 connmand[411]: Time request for server 2607:f740:1::42c failed (101/Network is unreachable) Jun 22 11:12:30 connmand[411]: Time request for server 2001:41d0:2:b7a2:0:162:b:123 failed (101/Network is unreachable) Jun 22 11:12:30 connmand[411]: Time request for server 2001:12ff::8 failed (101/Network is unreachable) Jun 22 11:12:30 connmand[411]: Time request for server 2001:440:1880:5555::2 failed (101/Network is unreachable) Jun 22 11:12:51 connmand[411]: Time request for server 2607:f740:1::42c failed (101/Network is unreachable) Jun 22 11:12:51 connmand[411]: Time request for server 2001:41d0:2:b7a2:0:162:b:123 failed (101/Network is unreachable) Jun 22 11:12:51 connmand[411]: Time request for server 2001:12ff::8 failed (101/Network is unreachable) Jun 22 11:12:51 connmand[411]: Time request for server 2001:440:1880:5555::2 failed (101/Network is unreachable)
^ it appears to be attempting NTP requests to IPv6 servers (2001:12ff::8 is poot.ntp.org) and since we don't support IPv6 that will fail. If the time is not set correctly SSL certs are invalidated (they are valid for a start/end time range in the future) and everything which uses SSL (basically everything these days) lots of internet based functions break. If no time is set the system clock defaults to something weird like the release date of the GCC compiler that was used in our build system, which is something like June 2018.
NTP is handled by connman which is configured to fall-back/default to using 0.pool.ntp.org, 1.pool.ntp.org, 2.pool.ntp.org as it's NTP servers if nothing is explicitly set via DHCP or user config, but these are being resolved to IPv6 addresses (presumably by the DNS functions in your router) so you can try overriding these with IPv4 address in the LE settings add-on, e.g.
Code
Display More;; ANSWER SECTION: 0.pool.ntp.org. 149 IN A 178.32.220.7 0.pool.ntp.org. 149 IN A 162.213.34.249 0.pool.ntp.org. 149 IN A 185.103.117.60 0.pool.ntp.org. 149 IN A 176.221.42.125 ;; ANSWER SECTION: 1.pool.ntp.org. 149 IN A 199.102.46.73 1.pool.ntp.org. 149 IN A 37.187.5.167 1.pool.ntp.org. 149 IN A 193.228.143.24 1.pool.ntp.org. 149 IN A 216.229.0.49 ;; ANSWER SECTION: 2.pool.ntp.org. 149 IN A 69.164.198.192 2.pool.ntp.org. 149 IN A 80.127.119.186 2.pool.ntp.org. 149 IN A 167.114.156.48 2.pool.ntp.org. 149 IN A 45.32.75.249
^ pick some IP's from those servers. You might also find that the router provides NTP if you configure it's IP address as the first NTP server.
-
Something on this list will work https://wikidevi.com/wiki/ath9k_htc .. but you can pick up a used wireless router on eBay for $15 which will perform better. Sometimes it's best to use the correct tools for the job.
-
Random hunch: [addons] Switch from TVDB to TMDB as default TV show scraper by MartijnKaijser · Pull Request #14898 · xbmc/xbmc · GitHub changes the default video scraper from TVDB to TMDB.
-
Use the "Bluetooth Audio Device Changer" add-on in the LE add-on repo (under services). It should do exactly as you want.
-
LE has zero support for Python3 until after Kodi forks the K18 release branch and Kodi master branch becomes K19 which will switch to Python3. Until then it would be easier to have a Raspberry Pi "nearby" in the network where installing the requirements will be simple. As long as it can see the Kodi device on the network it can be controlled via the Kodi JSON-RPC API.
-
-
I anybody able to confirm open-cl is working ob this devices? (specs says yes.)
Kodi has no requirement for OpenCL so people in this forum have zero experience with support for it in the Amlogic BSP kernel. You will need to get the buildroot kernel sources from Amlogic's servers and look at the code yourself. I can authoritatively state there is no OpenCL support in the current mainline kernel - because it doesn't have properly functional OpenGL/GLES yet (via panfrost) and OpenCL is something that won't be considered until some point in the distant future.
-
LKML will have *everything* being submitted along with Q&A messages. If you're only interested in Rockchip patches, patchwork is easier:
Nothing for RockPi4 visible yet.
-
Another revision of patches have been submitted in the last week. It will take time to get things merged upstream and have that trickle (or flood) down into LE but there is progress and ongoing development.
-
1. Sounds terrible, and personally knowing the default skinners on Team Kodi I guarantee they will never consider ruining the default skin with this.
3. Submissions of code are welcome.
5. No idea, I don't use DNLA and have no personal plans to experiment with it.
6. Services which use HBBTV or similar derivatives can be done through Kodi addons which manage interaction between whatever client is required and the streaming interface (Kodi supports DASH etc. and the underlying player engine (ffmpeg). Kodi is unlikely to ever be HBBTV certified in any meaningful way because that requires HBBTV membership at €8k/year.
As all your suggestions are Kodi related (not LibreELEC related) the better place to ask them is the Kodi forums.
-
I've never encountered a column width restriction in the OS (using PuTTY or any client on macOS) so I think you need to use a different client that allows wider columns, or figure out how to configure SecureCRT correctly.
-
connman/connman.git - Connection Manager appears to show some support for connman displaying vlan tags against available services. It might be worth exploring what connmanctl shows as available services instead of the settings add-on client?