It did light up during the flashing procedure, but I know what you meant. I had the same thought that it might be related.
Well the usb is not recognizing the power source so it does not light up, but when you remove the battery, it forces it to.
Or when I power down or restart, which I guess also disconnects the battery…? (Momentarily.)
Up to you. There is no better time to experiment with other distributions too.
I seem to be getting substantial improvement in battery time now, in comparison with the previous install.
Well, maybe not “substantial,” but a noticeable improvement. Still not phenomenal, of course.
Two new issues I’m experiencing since the latest reflash:
1_ At power-on, before LUKS password input screen, the “Librem 5” splash appears as normal, but then doesn’t advance. I usually wait a minute or so, and if it doesn’t continue to the LUKS password screen, then I do a hard reboot with the power button. (Whether the device is doing some kind of periodic, routine systems checks during the stuck splash screen, I don’t know. And, actually, I do seem to get this issue after I’ve rebooted due to a misbehaving app.)
2_ Sometimes wifi is absent after boot-up. (Nothing to do with the killswitch.) I don’t know if it would eventually enable itself, but I just reboot in order to get it back.
Fortunately, I no longer have that previous issue I had, with the screen occasionally not coming on at power-on.
Possibly it is verifying a file system that was improperly unmounted, specifically the /boot
file system since by definition it can’t verify the root file system until after you have entered the LUKS password.
To be honest, I wouldn’t expect the fsck
to take long on such a small file system unless it actually finds problems and then doesn’t handle that situation well. (I don’t think I’ve ever had a fsck
issue on my Librem 5, so I don’t know what the interface looks like at that point.)
If you really wanted to deep dive on that with some troubleshooting, you could instead of booting up the phone, boot Jumpdrive on the phone and then fsck
each file system on the host computer (three file systems if you also have a µSD card).
For most misbehaving apps, kill
(or equivalent) is far more friendly than a reboot of the phone. On the other hand, if it’s phosh misbehaving then a reboot may be needed.
IIRC, everything was frozen and I couldn’t dismiss the app on the screen or launch the terminal. I’ll try to pay attention next time it happens. Thanks.
ssh
in?
I don’t remember if I had wifi enabled; I’ll try it next time if I can. But maybe I could have done it over a cable?
Well my USB ethernet dongle works well on my Librem 5 … but WiFi or ethernet, you need it set up and known to be working before you experience problems, so that you can verify whether you have lost access via ssh
- and if you haven’t lost access then that opens up additional troubleshooting options.
Today I got the stuck(?) “Librem 5” splash on a shutdown, and it was because I didn’t wait for an app to completely shut down. I was not able to ssh
in over wifi.
I allowed the splash some time to sort itself out, but after several minutes of nothing happening I powered it down manually.
Thanks. I’m not sure that’s what I’m experiencing, though.
It is
Whenever it happens for me it says that an ‘unknown app’ is causing it to not shut down
OK, I also get that “Unknown app” message. After I continue with the power down anyway, then I see the splash screen that doesn’t want to proceed. So then, if I understand it, a hang, as described in that post, is causing the misbehaving app?
Yes. And I don’t know how to fix it.
If I cancel power-down and wait, is the app likely to “let go,” or is it possible to kill it in Usage
or Terminal
? (Maybe that would only result in the same hang…)
check out this thread
OK. My comments were, I thought, directed at a problem relating to startup.
Any kind of network access can be troublesome if there is a hang during shutdown - because by then the network may have successfully shut down even if something else did not.
I occasionally see some kind of wedged-during-shutdown on desktop/laptop. Sometimes, you can switch from GUI to console and see an error message. Sometimes not. I’m not sure that that approach is going to work on the Librem 5 anyway.
My assumption is that the typical scenario is that: a process in userland can’t terminate because something is wedged in the kernel e.g. holding, or not holding, some resource. So the kernel opts to maintain integrity at the cost of forcing you to hard-power-off the computer and then wear the consequences of a dirty umount of any file systems (usually just a fsck
).
Unless you can reliably reproduce a wedged-during-shutdown after reflashing to crimson
, you are probably just waiting for this to be fixed.