Put in earplugs

This commit is contained in:
nik gaffney 2024-01-31 09:22:05 +01:00
parent 1360013743
commit 635ed1f88b
Signed by: nik
GPG key ID: 989F5E6EDB478160
2 changed files with 7 additions and 4 deletions

View file

@ -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 doesnt 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 doesnt 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

View file

@ -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))