From 635ed1f88bf90a7d740c8654fc3ab9e53fbb540f Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Wed, 31 Jan 2024 09:22:05 +0100 Subject: [PATCH] Put in earplugs --- config/framework13-system.org | 6 ++++-- config/framework13-system.scm | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/config/framework13-system.org b/config/framework13-system.org index 03bfc49..491961f 100644 --- a/config/framework13-system.org +++ b/config/framework13-system.org @@ -66,7 +66,7 @@ Include non-free linux kernel, modules and firmware from the [[https://gitlab.c * kernel corruption -Some kernel corruption may be required to enable WIFI. Since the non-free kernel from nonguix doesn’t include the driver for RZ616/MT7922 adapter by default it needs to be added explicitly. Defined here and used in the =operating-system= declaration below. (see also commit [[https://gitlab.com/nonguix/nonguix/-/commit/3857d86267284000dc48660a5dfd56cb2a8cf004][3857d862]] for the addition of =nonguix-extra-linux-options=) +Some kernel corruption may be required to enable WIFI. Since the non-free kernel from nonguix prior to 6.7.2 doesn’t include the driver for RZ616/MT7922 adapter by default it needs to be added explicitly. Defined here and used in the =operating-system= declaration below. (see also commit [[https://gitlab.com/nonguix/nonguix/-/commit/3857d86267284000dc48660a5dfd56cb2a8cf004][3857d862]] for the addition of =nonguix-extra-linux-options=) #+begin_src scheme (define-public linux-fw13 @@ -105,8 +105,10 @@ Kernel & driver details - https://www.kernel.org/doc/html/latest/gpu/amdgpu/module-parameters.html - https://community.frame.work/t/solved-backlight-brightness-issues/36065/13 + Testing =linux-6.7= from nonguix which now includes =CONFIG_MT7921E= by default #+begin_src scheme - (kernel linux-fw13) + ;; (kernel linux-fw13) + (kernel linux-6.7) (kernel-arguments '("modprobe.blacklist=hid_sensor_hub")) #+end_src diff --git a/config/framework13-system.scm b/config/framework13-system.scm index 1d6aa32..eb218a5 100644 --- a/config/framework13-system.scm +++ b/config/framework13-system.scm @@ -1,6 +1,6 @@ ;; -*- mode: scheme; coding: utf-8; -*- ;; -;; tangled from framework13-system.org on 2024-01-26 10:45:43+01:00) +;; tangled from framework13-system.org on 2024-01-31 09:21:35+01:00) (use-modules (gnu) (gnu packages) @@ -47,7 +47,8 @@ #:options '("ctrl:nocaps" "altwin:swap_lalt_lwin"))) - (kernel linux-fw13) + ;; (kernel linux-fw13) + (kernel linux-6.7) (kernel-arguments '("modprobe.blacklist=hid_sensor_hub")) (firmware (list linux-firmware))