Posts by mglae
-
-
Add TimeoutSec= parameter to your mount unit, see end of systemd.mount man page.
-
Try following the advice and add noapic to the kernel command line.
For easiest testing start modifying /syslinux.cfg on the 9.2.3 install stick and boot from it.
-
What if you use "%f" or '%f' in the comskip command line?
-
Don't know if the problem comes from that but it's really possible,
You can verify the assumption by following this post and depend the mount unit on time-sync.target.
-
Fuse file system mtpfs is available after installing System Tools addon but there is no integration to the system.
-
-
Excellent. Is your mother happy again?
-
Is there any change if you disable mpeg2 hardware acceleration?
-
OK, -y and -p collide.
Please use e2fsck -yf /dev/data
-
Use dmesg|less to check for logged errors.
It is most likely a defect file system. You can try to repair remotely, but in worst case (a real damaged file system) you stuck with a not booting system afterwards.
First identify the device: mount|grep ' /storage '. I'm assuming /dev/sda2.
Then force a fsck and reboot:
Good luck.
-
chewitt systemd-time-wait-sync does hang randomly on Generic because ntp slew adjusts are not detected. There has to be a jump adjust in the beginning (only be used if the time error is >0.5sec).
Assuming the initial RTC value is always "good enough" we can disable systemd-time-wait-sync on this platform with a drop-in file:
-
Having done a bit more reading I have a suspicion we need to start using systemd to handle NTP as this adds a new systemd .target for when the initial NTP sync has completed, which would be useful in this scenario.
Or conman start to support /run/systemd/timesync/synchonized for reliability ...
On RPIs (or any other devices without RTC) time-sync.target already may work today. Start enabling the needed service:
Reboot a few times and check:
If time-sync.target is always reached the dependency can be added to the wireguard unit.
-
Then connect the device again and just use the getedid script.
-
Get an EDID file from a different monitor supporting all the modes and follow the instructions for Intel devices.
The attached EDID file is only missing the 25Hz mode.
-
If you miss the initial automatic repository update (i.e. due to missing network connection) no addons can be installed. You have to trigger the update manually via the Sideblade Menu of the addon settings.
-
Are there an errors logged? Use journalctl -u pulseaudio|paste and post the URL.
pactl load-module module-native-protocol-tcp auth-ip-acl=192.168.0.0/24 auth-anonymous=1 succeed without error on my Generic installation.
-
Use pactl to load the module, see Pulseaudio [LibreELEC.wiki]