summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2024-10-26 14:13:27 -0600
committerAaron Ball <nullspoon@oper.io>2024-10-26 14:13:27 -0600
commitab8dd4ea304590e5f7a7cee191c529805963c24a (patch)
treebf58fc3e8e1c21a10962ce0ca0944e99d4ef7e41
parentac748e383467c8197f3292181309489b6248ad36 (diff)
downloadoper.io-ab8dd4ea304590e5f7a7cee191c529805963c24a.tar.gz
oper.io-ab8dd4ea304590e5f7a7cee191c529805963c24a.tar.xz
Add another fix for the crimson daily driver post
-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