aboutsummaryrefslogtreecommitdiff
path: root/todo.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-10 17:46:54 -0500
committerCraig Jennings <c@cjennings.net>2026-06-10 17:46:54 -0500
commit9e9123003cb88a8d86d85cd82532c2d787ac2efb (patch)
treedbf791acc460df19b6381043d14ae7c49774d108 /todo.org
parent7613883958126a4a3b0c16a747267664d7f348b0 (diff)
downloadarchsetup-9e9123003cb88a8d86d85cd82532c2d787ac2efb.tar.gz
archsetup-9e9123003cb88a8d86d85cd82532c2d787ac2efb.zip
fix(install): keep linux-firmware-realtek in the Framework trim
velox's first post-trim boot showed r8152 failing to load rtl_nic/rtl8156b-2.fw — the Framework Ethernet expansion card is a Realtek RTL8156B, so the trim list was wrong to drop realtek firmware. The driver runs on internal defaults without the blob, so nothing broke, but the package is back on velox and out of the removal list.
Diffstat (limited to 'todo.org')
-rw-r--r--todo.org8
1 files changed, 2 insertions, 6 deletions
diff --git a/todo.org b/todo.org
index 1b928a5..678528f 100644
--- a/todo.org
+++ b/todo.org
@@ -997,12 +997,8 @@ What we're verifying: the new Chrome theme's colors look right in a real browser
- Look at the window frame, toolbar, tab strip, and a new tab page
Expected: near-black frame (#151311), dark toolbar/omnibox (#252321), gold links on the new-tab page, steel-gray inactive tab text — coherent with the rest of the dupre desktop.
-*** velox boots clean after the firmware trim
-What we're verifying: removing 13 linux-firmware packages didn't take any boot-time firmware velox actually needs (wifi and graphics were verified live, but module loads at boot are the real test).
-- Reboot velox at the next natural opportunity
-- Log in, confirm wifi associates and the desktop renders
-- Run: dmesg | grep -iE "firmware.*(fail|error|not found)"
-Expected: normal boot, wifi up, graphics fine, and no firmware load failures in dmesg.
+*** 2026-06-10 Wed @ 17:46:34 -0500 velox post-trim reboot verified; realtek firmware restored
+Craig rebooted velox (passphrase at console); checks ran over SSH after boot. Wifi connected, TLP active, graphics fine. One dmesg hit: r8152 failed to load rtl_nic/rtl8156b-2.fw — the Framework Ethernet expansion card (RTL8156B) is Realtek, so the trim list wrongly dropped linux-firmware-realtek (a Realtek laptop camera is on USB too). Reinstalled the package on velox (its hook rebuilt the initramfs) and removed realtek from archsetup's trim list. The driver worked even without the blob (internal-defaults fallback), so this was correctness, not breakage.
* Archsetup Resolved