From d6d26f810f9594faed3a827ad5bcbd6b0e8025b6 Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Tue, 18 Jun 2024 12:53:59 +0200 Subject: [PATCH] Put in earplugs --- config/framework13-system.org | 14 ++++++++------ config/framework13-system.scm | 10 +++++----- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/config/framework13-system.org b/config/framework13-system.org index e85d15a..8b4e8e7 100644 --- a/config/framework13-system.org +++ b/config/framework13-system.org @@ -72,7 +72,7 @@ Some kernel corruption may be required to enable WIFI. Since the non-free kernel #+begin_src scheme (define-public linux-FWL13 - (corrupt-linux linux-libre-6.8 + (corrupt-linux linux-libre-6.9 #:name "linux-fwl13" #:configs '("CONFIG_MT7921E=m"))) #+end_src @@ -113,9 +113,9 @@ 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 -Using =linux-6.7= from nonguix (which includes =CONFIG_MT7921E= by default as of 6.7.2) +Using =linux-6.9= from nonguix (which includes =CONFIG_MT7921E= by default as of 6.7.2) #+begin_src scheme - (kernel linux-6.8) + (kernel linux-6.9) ;; (kernel linux-FWL13) #+end_src @@ -422,8 +422,10 @@ real-time scheduling for the =realtime= group (sound, supercollider, etc) (service cups-service-type) #+end_src +*** firmware updates + via fwdup #+BEGIN_SRC emacs-lisp - (simple-service 'fwupd-dbus dbus-service-type + (simple-service 'fwupd-dbus dbus-root-service-type (list fwupd-nonfree)) #+END_SRC @@ -440,9 +442,9 @@ If gdm is reconfigured (see above) or any other display manager is declared, gdm #+end_src *** mDNS -Enable resolution of '.local' host names with mDNS. +Enable resolution of '.local' host names with mDNS (as of 2024-06-17 looks like this conflicts with smbd) #+begin_src scheme - (name-service-switch %mdns-host-lookup-nss) +;; (name-service-switch %mdns-host-lookup-nss) #+end_src *** screen locker diff --git a/config/framework13-system.scm b/config/framework13-system.scm index 0cbd4d0..0967541 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-04-25 09:46:25+02:00) +;; tangled from framework13-system.org on 2024-06-18 12:53:06+02:00) (use-modules (gnu) (gnu packages) @@ -35,7 +35,7 @@ vpn) (define-public linux-FWL13 - (corrupt-linux linux-libre-6.8 + (corrupt-linux linux-libre-6.9 #:name "linux-fwl13" #:configs '("CONFIG_MT7921E=m"))) @@ -51,7 +51,7 @@ #:options '("ctrl:nocaps" "altwin:swap_lalt_lwin"))) - (kernel linux-6.8) + (kernel linux-6.9) ;; (kernel linux-FWL13) ;; (kernel-arguments '("amdgpu.abmlevel=3")) @@ -273,7 +273,7 @@ writable = yes (service cups-service-type) - (simple-service 'fwupd-dbus dbus-service-type + (simple-service 'fwupd-dbus dbus-root-service-type (list fwupd-nonfree)) ) ;; end services list @@ -281,7 +281,7 @@ writable = yes (modify-services %desktop-services (delete gdm-service-type)))) - (name-service-switch %mdns-host-lookup-nss) +;; (name-service-switch %mdns-host-lookup-nss) ;; (service screen-locker-service-type ;; (screen-locker-configuration