logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: c98fa580f0bfd2e8f12a7d6e05ec4ab271f0e200
parent c4d36eef28f8e402d21173ef12814b50f2d45725
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>