Posts by mglae
-
-
Where is /storage/.config/firmware/ ?
On the target device for individual configuration.
How can i use ./tools/adjust_kernel_config menuconfig for settings?
From the LE git root directory. It is changing linux.x86_64.conf
-
What I must doing ?
a) Check dmesg/journalctl if some firmware is missing. If yes put a copy below /storage/.config/firmware/.
b) There are more Marvell network card drivers to be enabled. Better use ./tools/adjust_kernel_config menuconfig for configuration.
c) In worst case vendor drivers are required.
-
wich modules need enabled
The five being disabled in the code. Use CONFIG_<option>=y:
-
iSCSI options in kernel config got lost over time. Therefore this code has no effect any more.
After manually enabling the options in projects/Generic/linux/linux.x86_64.conf iSCSI shoild work again.
-
You can
a) Move the HD to another PC, install LE and swap back.
b) Boot debian to live system or rescue shell, insert LE install stick, run blkid or lsblk to identify drives, copy the stick to HD with dd if=/dev/sdX of=/dev/sdY bs=64K and choose run on first boot.
c) Install minimal debian/ubuntu ... (maybe sever without applications) on small partition and add LE.
-
Is there a way for me to add it manually?
libx265 is only available for X86_64.
-
-
-
I'm rarely using Chrome but at a Sony too. Since some recent Chrome updates there are strange audio issues too.
E.g. the public video snippets of the Sky web side are usually played without sound. But the radio site https://hr1.de (no idea if geo blocked) is always working, even while the Sky one does not. After some retries it magically starts working.
-
I managed to do that and checked secure boot was disabled but it still wouldn't boot from the USB I flashed Libreelec on, it just kept booting to Windows. Not sure if I did anything wrong. I'll take a look at that thread though.
Wild guessing: check if there are any USB (boot) options, disabling "fast boot" may be useful too.
-
I'm already having a kodi memory monitoring script logging the kodi RSS size in KiBytes:
Bash#!/bin/sh L=/storage/kodi_rss.log while sleep 60 do P=$(pidof kodi.bin) test -z "$P" && continue echo $(date "+%Y-%m-%d %H:%M:%S,")$((4*$(cut -f 2 -d ' ' </proc/$P/statm))) >>$L doneCreate a script file and start it from autostart.sh in the background.
It is for Generic with 4Ki pages. If using other values, likely 16Ki for RPI4 today, change the '4'.
-
Never did an AMGLX build, but on such errors it is always wise to remove the build directory and start a clean build.
(In this case the recent glib update cause such errors).
-
For the windows tablets you have to enter the firmware/BIOS settings and disable Secure Boot (if possible). Then booting the install stick may be working.
Hint: In this thread a Surface Go 2 is used, but there is no information how installed.
-
It is more complex than expected.
In __connman_timeserver_get_all() connman is creating the NTP server (NTPS) list from
- explicit configured service NTPS (configured via "Edit" of the connection/service but not for DHCP)
- DHCP NTPS
- Gateway (if enabled, in LE not)
- Global NTPS (configured in LE Network tab)
- Fallback NTPS (of main.conf)
The first accessible NTPS is used.
After the fix mentioned in vpeter's gist this seem to be working as designed.
To configure your desired NTPS of 1. use
The service name list can be obtained by connmanctl services, the current service configuration is listed with connmanctl services <service>.
The UI of LE-Settings addon does not represent this behavior. The "Edit" option is listing the beginning of the complete NTPS list but store the values to connman's Timeservers.Configuration.
Consequently the save option is forbidden for a DHCP connection.
-
The addon is logging the librespot output to kodi.log
-
IIRR the NTP servers in the Network tab are only used as fallback servers. But any network connection can be configured individually and the NTP setting will override the DHCP.
-
For the records: it is not my tutorial, I never used a M72e.