The correct place to make Kodi feature requests is the Kodi forum.
Posts by chewitt
-
-
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.
-
1. No. S905X is quite well supported. The issue with most W/Y boxes is they are super low-spec with 1GB RAM which means forget 4K.
2. Yes, because the blobs are firmware and old vendor kernels and moder kernels use the same firmwares. Drivers are something different.
3. The current upstream drivers were written for GXL/GXM; they don't work as well on newer G12/SM1 hardware as this neeeds updates to some of the codec drivers (which nobody made) and older S905 devices don't support HDR and VP9. Newer boxes have more CPU grunt so most of the time you can disable hardware decoding and software decode (1080p is great, forget 4K).
4. Allwinner and Rockchip are both well quite supported with older chipsets and there is considerable active development on support for newer chips. LE contributors are heavily involved in the kernel V4L2 stateless decoding efforts.
-
The approach I use in Hotels is to enable WiFi tethering which shares the WiFi connection over Ethernet and then I can use a normal browser on a laptop to deal with initial login. It's easier in LE to do Ethernet tethering (WiFi hotspot) but there's not always an Ethernet socket in the room (although the Hotel IPTV system probably has a usable connection).
-
The S905 chip requires magic boot code in the first sector of emmc which is the same location for partition records, so in theory you can't have modern u-boot on emmc and then boot an OS that needs to read partition data from the same location; they are mutually exclusive. SD cards boot from a different offset which isn't an issue. So the box must boot from SD card and the only way to force that is to erase vendor u-boot from eMMC (else it's detected and used). NB: The Odroid C2 has some special boot firmware that solves this, but the firmware is packaged to hide how it's done and nobody ever figured it out.
As the WP2 is going to boot LE11 from SD card in all scenarios there's not much difference between using the "box" image via vendor u-boot and the upstream u-boot image. See if the "box" image fits your needs first before doing anything more.
-
Sorry, I didn't understand. do you have LE not working on Station P2 and M1 ?
balbes150 он проверит
-
-
I already installed OpenVFD from CoreELEC repo, and put the correct vfd.conf on ./config folder. No change on the clock...
What am I doing wrong?
If you want to run CE code from CE repos, run CE, and then you post "it doesn't work" messages in the CE forum where someone that cares about CE code issues might reply to your message.
-
can i install LE in USB and boot from Amlogic? if can, please give a tip? thank!
If the (unknown) device has a working device-tree in the upstream kernel, it should be able to boot the AMLGX "box" image from USB.