logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: f4c7413bb47fb045bf4c700834396a12c92b132e
parent 7f3563fc1406cab7699672648e9b62e3942f3162
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu,  5 Aug 2021 16:59:05 +0200

notes/cloudchaser-issues: Create

Diffstat:

Anotes/cloudchaser-issues.shtml28++++++++++++++++++++++++++++
1 file changed, 28 insertions(+), 0 deletions(-)

diff --git a/notes/cloudchaser-issues.shtml b/notes/cloudchaser-issues.shtml @@ -0,0 +1,28 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> +<!--#include file="/templates/head.shtml" --> + <title>drivers — lanodan’s cyber-home</title> + </head> + <body> +<!--#include file="/templates/en/nav.shtml" --> + <main> + <h1>cloudchaser issues</h1> + <p>Lenovo T495 machine, for details about the hardware see: <a href="/articles/T495">/articles/T495</a></p> + + <h2>2021-??-?? - GPU Hangs</h2> + <ul> + <li>gstreamer testsuite hangs the whole machine, SSH access is rare, logs are still being written, dmesg often gets errors from iwlwifi</li> + <li>some random mishaps are there, GPU reset often works, dmesg points to fences</li> + </ul> + + <h2>2021-08-05 - Upgraded to sys-kernel/gentoo-sources-5.13.7</h2> + <ul> + <li>ALSA doesn't have Mic Mute-LED Mode control anymore, stuck to Follow Mute</li> + <li>Doesn't wakes up from DPMS, nothing unusual in dmesg, no messages by sway</li> + </ul> + <p>⇒ Reverted to previous kernel build, sys-kernel/gentoo-sources-5.12.14</p> + </main> +<!--#include file="/templates/en/footer.shtml" --> + </body> +</html>