Put in earplugs
This commit is contained in:
parent
1360013743
commit
635ed1f88b
2 changed files with 7 additions and 4 deletions
|
@ -66,7 +66,7 @@ Include non-free linux kernel, modules and firmware from the [[https://gitlab.c
|
||||||
|
|
||||||
* kernel corruption
|
* 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
|
#+begin_src scheme
|
||||||
(define-public linux-fw13
|
(define-public linux-fw13
|
||||||
|
@ -105,8 +105,10 @@ Kernel & driver details
|
||||||
- https://www.kernel.org/doc/html/latest/gpu/amdgpu/module-parameters.html
|
- https://www.kernel.org/doc/html/latest/gpu/amdgpu/module-parameters.html
|
||||||
- https://community.frame.work/t/solved-backlight-brightness-issues/36065/13
|
- 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
|
#+begin_src scheme
|
||||||
(kernel linux-fw13)
|
;; (kernel linux-fw13)
|
||||||
|
(kernel linux-6.7)
|
||||||
(kernel-arguments '("modprobe.blacklist=hid_sensor_hub"))
|
(kernel-arguments '("modprobe.blacklist=hid_sensor_hub"))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
;; -*- mode: scheme; coding: utf-8; -*-
|
;; -*- 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)
|
(use-modules (gnu)
|
||||||
(gnu packages)
|
(gnu packages)
|
||||||
|
@ -47,7 +47,8 @@
|
||||||
#:options '("ctrl:nocaps"
|
#:options '("ctrl:nocaps"
|
||||||
"altwin:swap_lalt_lwin")))
|
"altwin:swap_lalt_lwin")))
|
||||||
|
|
||||||
(kernel linux-fw13)
|
;; (kernel linux-fw13)
|
||||||
|
(kernel linux-6.7)
|
||||||
(kernel-arguments '("modprobe.blacklist=hid_sensor_hub"))
|
(kernel-arguments '("modprobe.blacklist=hid_sensor_hub"))
|
||||||
|
|
||||||
(firmware (list linux-firmware))
|
(firmware (list linux-firmware))
|
||||||
|
|
Loading…
Reference in a new issue