From ab8dd4ea304590e5f7a7cee191c529805963c24a Mon Sep 17 00:00:00 2001 From: Aaron Ball Date: Sat, 26 Oct 2024 14:13:27 -0600 Subject: Add another fix for the crimson daily driver post --- posts/librem5:crimson-daily-driver.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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, -- cgit v1.2.3