summaryrefslogtreecommitdiff
path: root/posts/librem5:crimson-daily-driver.md
diff options
context:
space:
mode:
Diffstat (limited to 'posts/librem5:crimson-daily-driver.md')
-rw-r--r--posts/librem5:crimson-daily-driver.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/posts/librem5:crimson-daily-driver.md b/posts/librem5:crimson-daily-driver.md
index 4c38a50..1b14d51 100644
--- a/posts/librem5:crimson-daily-driver.md
+++ b/posts/librem5:crimson-daily-driver.md
@@ -54,6 +54,22 @@ absolutely sure_ to also run `sudo apt install
libgl1-mesa-dri=22.3.6-1+deb12u1` before you reboot the phone, or you'll end up
in a crash loop of phosh.
+_Update 2024.10.26_ In rather frustrating timing, an important phone call came
+in today while I wasn't home and the phone completely crashed and boot looped.
+When I got home and could troubleshoot, I discovered an update of libseat1 to
+0.9.0 had broken the phone, and it needs to stay at version `libseat1=0.7.0-6`
+for now.
+
+Here's an all-in-one command to keep your crimson phone working.
+
+```
+sudo apt install libgl1-mesa-dri=22.3.6-1+deb12u1 libseat1=0.7.0-6
+```
+
+And a couple of pieces of related advice:
+1. Only install crimson updates when you are at home with a keyboard handy to recover with
+2. Always reboot your phone after installing said updates so you don't discover
+ your phone is broken when you're away from said keyboard.
I'll update this post with other caveats as they come to me. If you're fine
with the above issues though,

Generated by cgit