* bug#59782: [version 1.4.0rc1] Add r8169 to unsupported hardware
@ 2022-12-02 17:47 pelzflorian (Florian Pelz)
2022-12-04 15:51 ` pelzflorian (Florian Pelz)
0 siblings, 1 reply; 2+ messages in thread
From: pelzflorian (Florian Pelz) @ 2022-12-02 17:47 UTC (permalink / raw)
To: 59782
[-- Attachment #1: Type: text/plain, Size: 847 bytes --]
Installation (guix substitute) sometimes gets stuck on my Beebox mini
PC with r8169 Ethernet controller.
For the x86_64 graphical installer, I selected everything.
After it had downloaded plenty of other substitutes, installation
printed this and got stuck:
substitute: Liste der Substitute von „https://ci.guix.gnu.org“ wird aktualisiert … 100.0%
22,2 MB werden heruntergeladen
cairo-1.16.0-doc 135KiB 616KiB/s 00:00 [##################] 100.0%
I waited 10 minutes. Booting the installer image again, it does not
again get stuck. Installation was successful now. I propose this
patch, but will retry some more if installation really never freezes
with USB Ethernet.
IIRC I had had similar problems with this Ethernet socket in the past.
Note: I still need to test the patch.
Regards,
Florian
[-- Attachment #2: installer-Warn-about-r8169-Ethernet-controller.patch --]
[-- Type: text/x-patch, Size: 1190 bytes --]
From: Florian Pelz <pelzflorian@pelzflorian.de>
Date: Fri, 2 Dec 2022 18:25:11 +0100
Subject: [PATCH] installer: Warn about r8169 Ethernet controller.
Because guix substitute sometimes freezes.
* gnu/installer/hardware.scm (%unsupported-linux-modules): Add it.
---
gnu/installer/hardware.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu/installer/hardware.scm b/gnu/installer/hardware.scm
index cd1a1767d8..8e92949977 100644
--- a/gnu/installer/hardware.scm
+++ b/gnu/installer/hardware.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2022 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2022 Florian Pelz <pelzflorian@pelzflorian.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -55,7 +56,11 @@ (define %unsupported-linux-modules
"radeon"
;; Multimedia.
- "ivtv"))
+ "ivtv"
+
+ ;; Manual additions.
+ "r8169" ;works, but guix substitutes occasionally freezes
+ ))
(define unsupported-pci-device?
;; Arrange to load the module alias database only once.
base-commit: 020184fd39c6244e0336db3c608d3946b8d20490
--
2.38.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#59782: [version 1.4.0rc1] Add r8169 to unsupported hardware
2022-12-02 17:47 bug#59782: [version 1.4.0rc1] Add r8169 to unsupported hardware pelzflorian (Florian Pelz)
@ 2022-12-04 15:51 ` pelzflorian (Florian Pelz)
0 siblings, 0 replies; 2+ messages in thread
From: pelzflorian (Florian Pelz) @ 2022-12-04 15:51 UTC (permalink / raw)
To: 59782-done
Having the installer show a warning here would *not* be appropriate.
These r8169 issues are so rare, I haven’t met one since.
Even though I believe the r8169 Ethernet was at fault, and guix
substitute freezing also had happened to me in the past with it, and
even though Linux-libre reports it as DEBLOBBED on every boot, I am
closing. We don’t warn about sub-par nouveau graphics either.
Regards,
Florian
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-04 15:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-02 17:47 bug#59782: [version 1.4.0rc1] Add r8169 to unsupported hardware pelzflorian (Florian Pelz)
2022-12-04 15:51 ` pelzflorian (Florian Pelz)
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.