Put in earplugs

This commit is contained in:
nik gaffney 2024-02-01 12:22:52 +01:00
parent 92f3da225c
commit 0958674300
Signed by: nik
GPG key ID: 989F5E6EDB478160
2 changed files with 6 additions and 4 deletions

View file

@ -85,6 +85,8 @@ The =operating-system= declaration
(timezone "Europe/Amsterdam") (timezone "Europe/Amsterdam")
#+end_src #+end_src
hosts file for local & LAN name resolving and persistent =/etc/hosts= (Note: convert to =hosts-service-type=)
#+BEGIN_SRC scheme :session #+BEGIN_SRC scheme :session
(hosts-file (local-file "hosts.conf")) (hosts-file (local-file "hosts.conf"))
#+END_SRC #+END_SRC
@ -109,11 +111,11 @@ 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 Using =linux-6.7= from nonguix which includes =CONFIG_MT7921E= by default as of 6.7.2
#+begin_src scheme #+begin_src scheme
;; (kernel linux-fw13) ;; (kernel linux-fw13)
(kernel linux-6.7) (kernel linux-6.7)
;; (kernel-arguments '("modprobe.blacklist=hid_sensor_hub")) ;; (kernel-arguments '("modprobe.blacklist=hid_sensor_hub")) ;; required prior to 6.7
#+end_src #+end_src
…and required firmware (should be possible to reduce to specifics) …and required firmware (should be possible to reduce to specifics)

View file

@ -1,6 +1,6 @@
;; -*- mode: scheme; coding: utf-8; -*- ;; -*- mode: scheme; coding: utf-8; -*-
;; ;;
;; tangled from framework13-system.org on 2024-02-01 09:06:53+01:00) ;; tangled from framework13-system.org on 2024-02-01 12:22:20+01:00)
(use-modules (gnu) (use-modules (gnu)
(gnu packages) (gnu packages)
@ -51,7 +51,7 @@
;; (kernel linux-fw13) ;; (kernel linux-fw13)
(kernel linux-6.7) (kernel linux-6.7)
;; (kernel-arguments '("modprobe.blacklist=hid_sensor_hub")) ;; (kernel-arguments '("modprobe.blacklist=hid_sensor_hub")) ;; required prior to 6.7
(firmware (list linux-firmware)) (firmware (list linux-firmware))
;; (firmware (list amdgpu-firmware ;; (firmware (list amdgpu-firmware