Posts by mglae
-
-
There is no code change between 9.1.502 and 9.2.
"sed: write error" is printed because /dev/kmsg refuse to been written with more than 1024 bytes at once (more than 4500 in your case).
The error is harmless, just as the fsck error. I see two options:
- Ignore the error and wait for 9.2.1
- Boot another Linux system (i.e. from USB stick) and use fsck.fat to fix the error on file system UUID=5DDB-A25D
-
The message is from here.
Please post the output of paste /dev/fsck.log
-
Just a hint but no solution: looks like a network configuration issue. There is only a link local address detected first and it takes 95 seconds to get the real one.
CodeApr 11 12:28:40 LibreELEC connmand[460]: eth0 {newlink} index 2 operstate 6 <UP> [...] Apr 11 12:29:25 LibreELEC connmand[460]: eth0 {add} address 169.254.145.126/16 label eth0 family 2 [...] Apr 11 12:30:15 LibreELEC connmand[460]: eth0 {del} address 169.254.145.126/16 label eth0 Apr 11 12:30:15 LibreELEC connmand[460]: eth0 {del} route 169.254.0.0 gw 0.0.0.0 scope 253 <LINK> Apr 11 12:30:15 LibreELEC connmand[460]: eth0 {add} address 192.168.1.4/24 label eth0 family 2 [...]
-
Adding textmode to your command line will result in booting to a shell. You can use it to check for any errors.
-
Which image do you use on which device?
-
Sorry, you have to type run once to get persistence storage. Just do it on next boot.
Live is only using RAM disks.
Corrected my old post.
-
Create the stick and type run at first boot. Everything is set up automatically.
-
Is there any improvement with my PR?
-
Start with Accessing LibreELEC [LibreELEC.wiki] to access your system via ssh.
Then use the commands linked in #8 to add the boot parameter. Please ask when you are stuck somewhere.
-
There is no i915.ko module to be blacklisted, the graphic drivers are part of the kernel.
Follow this post and add initcall_blacklist=i915_init.
-
Is Secure Boot disabled in BIOS?
-
-
-
The system does not care of extensions, choose any or none. You only have to make it executable with chmod +x ....
-
Even though I'm watching a TV show for example on my raspberry pi the main pc will go to sleep after 30mins regardless.
So the question is, is there a way to prevent this from happening. Surely there is a way to prevent the main pc from sleeping when sharing media via samba.
-
EDL works only from Pvr recordings in 18.4
I would like to point out that PVR recordings EDL only work with the correct setting set.
IMO the txt files are EDL files.
-
Looks like comskip edl files are not working in latest LE with Kodi 18.4 from library...they do work from pvr recordings
There is a post 18.4 commit for Kodi fixing this.