Posts by smp
-
-
What can be done, besides formatting the ssd card in my computer?
Replace the sdcard. It's more than likely gone bad.
-
What are the full functionally Arm alternatives ?
Amlogic SBCs (Odroid C4, N2(+), Khadas VIM3(L)) running CoreELEC.
-
This should be close enough I suppose.
-
1. The Wifi setting is not working, when I tried to connect to a WIFI signal, virtual keyboard box will not show up for me to input Wireless network passphrase.
That was a service.libreelec.settings issue, I believe it's already fixed. I'll post an updated build at some point.
When I connect my NUC to Receiver than to TV the resolution became very weird when I play 4K HDR Content.
I doubt it's a Kodi/LE issue. Probably some sort of HDMI compatibility thing specific to Gemini Lake + your AVR combo.
-
Add CONFIG_DVB_USB_TBS5520SE=m to projects/Amlogic/linux/linux.aarch64.conf
It will look like this:
CONFIG_DVB_USB_TECHNISAT_USB2=m
CONFIG_DVB_USB_TBS5520SE=m
CONFIG_DVB_USB_V2=m
-
-
Did you copy the patch to projects/Amlogic/patches/linux ?
-
Did you check if the modules were actually built?
Did you see the "Turbosight TBS5520SE DVB-T/T2/C/C2/S/S2/ISDB-T USB2.0 support" message during kernel compilation?
-
in projects / amlogic / patches / packages.
Copy it to projects/Amlogic/patches/linux
-
Can you provide detailed instructions for me to use my tbs5520se?
If you want to build an image just follow this guide
-
The process is to find the relevant commits in tbs git and figure out what files need to be added and patched.
I used "git diff" command to generate the patch files, e.g. "git diff oldfile newfile > patchfile". Then I joined all the patches into 1 file.
The patch needs to be copied to projects/Generic/patches/linux or packages/linux/patches/default
-
-
the Chromebox can't handle the conversion to 1080p
Your Chromebox can't handle 4K HEVC video, not the conversion to 1080p.
Any 4K capable hardware can downscale without any issues.
-
You shouldn't touch Kodi's screen calibration to fix the overscan. Overscan should be disabled in your TV's settings.
-
When I put up the info (o) or details (ctrl+shift+o), display is good but as soon is I switch it off, it starts stuttering again.
Ssh to the device and try this command:
echo 750 > /sys/devices/pci0000:00/0000:00:02.0/drm/card0/gt_min_freq_mhz
If it works add it to storage/.config/autostart.sh
-
Interesting that if you use seperate HDMI's for audio and video there is no sound glitch but if you go over one it causes it.
Looks like it's an Intel driver issue. Maybe it's worth reporting it here.
-
Maybe I have to do something more
You should use a nightly build, not a stable 9.2.6.
Or self-compile from a libreelec-9.2 branch and add a patch for RTL8761B support.