How important is the content on the HDD? .. You could always just install there and avoid the USB stick.
Posts by chewitt
-
-
The work to support WireGuard was done by me (not the worlds best script/coder) and with a single use-case in mind: routing all traffic to my home network so I can watch content from home or bypass geoblocking to stream content as if at home (not the hotel in a foreign country I'm often at). I originally used a simplified homebrew version of wg-quick which worked but had lots of logic holes and was hacky. Then I had a chat with Daniel Wagner (ConnMan dev) and that encouraged ConnMan to gain support for WireGuard in the VPN module. This continues to support my use-case and has the added benefit of making connections on/off controllable through the LE settings add-on.
I've no issues with people enhancing the current arrangement, but a) nobody has ever proposed any alternative (via pull request on GitHub), and b) it would need to be a well tested and robust arrangement not the usual "look mum, I made the lights blink" level of beginner script mess that we typically see in the forums. The best approach would be submitting code to ConnMan to address whatever missing feature or bug exist because then ConnMan owns the maintenance of the feature, not LE, where things often get overlooked.
-
There isn't a working ITV plugin of any kind for several years now.
-
This is the layout (from the LibreComputer website): https://docs.google.com/spreadsheets/d/1U3z0Gb8HUEfCIMkvqzmhMpJfzRqjPXq7mFLC-hvbKlE/edit#gid=0
-
Just wondering, but do the current s905x based nightly support 4K x265 with HDR?
Yes. Seeking in HEVC content isn't perfect (as good as H264) but general playback and 4K/HDR is fine on S905X/S912 devices.
-
The 3.5mm Jack output should work *but* you'll need to fiddle with OS level mixer settings to route the audio correctly and get output. I'm not sure if some alsa conf fu can be used to route to both Jack and HDMI at the same time (maybe)? but alsa configuration is one of Linux's "dark arts" so it's not something I've done much experimenting with.
The main difference with CE is the lack of 4K/VP9/HEVC support on G12A/B and SM1 hardware and overall playback with HEVC on all hardware due to lack of development on the upstream hardware codecs. However if you only need 1080p it's possible to software decode everything comfortably with nice results on hardware like N2 with a huge heatsink to keep things cool. LE also supports (with caveats) older hardware which CE has now dropped support for and the state of hardware decoding on older hardware is better than new; as the current upstream code was developed for older hardware and there are fewer newer-hardware features missing (not the best reason, but still a valid reason).
-
After upgrading to the kernel 5.18.3, the USB stack of my S912 was not working properly. Reversing the commit: 6c64a664e1cff339ec698d803fa8cbb9af5d95ce "xhci: Set HCD flag to defer primary roothub registration" of the kernel fixes the issue.
Confirmed on another S912 device (VIM2) although I see no issues on an older S905 (WP2) and newer S922X (N2+) device. I reported it to the linux-usb mailing list - let's see what maintainers say. If no eureka moment in a couple of days I'll push a revert patch to nightlies.Testing with 5.19-rc1 flagged some patches I'd had picked from one of the mailing lists, and after dropping those USB works, so I've pushed an updated patchset to LE main repo. It should get merged for next nightlies.
-
The correct place to make Kodi feature requests is the Kodi forum.
-
Please: how to install to internal mmc? I'm run "installtointernal" and "ceemmc"... not found....
This is not (and will not be) supported.
-
The project has a long-standing and well documented hatred of Realtek WiFi chips that require out-of-tree drivers that break (or require new patches) with every kernel bump we make (often). So we stopped adding drivers on user request several years ago; the exception being when it's a simple patch to add a device ID or such to an existing in-kernel driver which we can send upstream.
There are two ways forwards. You can either self-compile an LE image with the driver you found included - all Realtek drivers follow the same build recipe so it's never that complicated to clone/adapt the recipe for an existing card with the required details to get something to build. Or you swap to use a different USB WiFi device which is supported in the upstream kernel and doesn't need drivers. However don't ask for a list of supported devices as there isn't one; because creating one and then maintaining it would be even more work than supporting the ever-growning list of shitty realtek drivers in the first place.
-
At startup the card PCI device ID is checked against the current driver (470.129.06) and if no match is found it falls back to the legacy driver (340.108). So the issue is a missing card ID not missing drivers - we already have something close to latest.
https://github.com/LibreELEC/Libr…idia.rules#L300 shows the device is correctly mapped in LE11 images so please retest with the latest nightly.
-
It should run, but the easiest way to confirm is spending 5 mins to create a bootable USB stick and see what happens.
-
-
From Linux 5.19 there is a native driver for several types of VFD display in the kernel which allows the config to be set in device-tree and sent upstream. I have the driver in current LE images but some effort will need to be made on figuring out the configs (CE confs will be useful but they are not copy/paste the same) and right now I have almost zero time for the effort. LE dropped OpenVFD when the author relicensed the driver module as GPLv3. This has no functional impact on the driver, but makes the module license incompatible with a GPLv2 kerrnel, and LE cares about that kind of thing.
-
Thanks (re crystal balls, can I politely enquire if you've taken the 'how to communicate with new users' module?)
You can pick that fight if you want to, but all it's likely to do is alienate the people best placed to help you. Your call.
-
chewitt have you got any idea if this would be an easy fix?
All I can say is, it has nothing to do with Amlogic so I'm the wrong person to ask. As long as it's not a pirate add-on, post a thread in the main part of the forum with proper Kodi debug log and someone might comment. The best people to ask are always the add-on authors.
-
Add "ssh" to kernel boot params in http://syslinux.conf/extlinux.conf. This forces the SSH daemon to run at startup so you can SSH into the device from an Ethernet connection to run "dmesg | paste" .. then share the URL so we can see startup/boot and what the reason for failure is.
-
The GXL Nexbox A95X device-tree: https://github.com/chewitt/linux/…nexbox-a95x.dts doesn't show any audio support at all so no surprise that HDMI and 3.5mm Jack outputs aren't working. Pick another GXL box device dtb, they are all very similar.