From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:52907) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKlMx-0001qt-Rf for guix-patches@gnu.org; Sat, 04 Apr 2020 12:10:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jKlMw-0000oW-Rr for guix-patches@gnu.org; Sat, 04 Apr 2020 12:10:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33075) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jKlMw-0000ne-Ex for guix-patches@gnu.org; Sat, 04 Apr 2020 12:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jKlMw-0006yb-7g for guix-patches@gnu.org; Sat, 04 Apr 2020 12:10:02 -0400 Subject: [bug#40274] [PATCH v6 2/2] gnu: Add kernel-module-loader-service. Resent-Message-ID: Date: Sat, 4 Apr 2020 18:09:54 +0200 From: "pelzflorian (Florian Pelz)" Message-ID: <20200404160954.js2zya4un7ohngy7@pelzflorian.localdomain> References: <20200328135908.2540-1-brice@waegenei.re> <20200404151732.20341-1-brice@waegenei.re> <20200404151732.20341-3-brice@waegenei.re> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200404151732.20341-3-brice@waegenei.re> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Brice Waegeneire Cc: 40274@debbugs.gnu.org On Sat, Apr 04, 2020 at 05:17:30PM +0200, Brice Waegeneire wrote: > Hello, > > The following modification have been made since the previous patch version: > - The format to specify kernel modules has been reverted to a simple list of > strings. > - The `modprobe` command used is retrieved from "/proc/sys/kernel/modprobe". > - Thanks to the previously listed modifications, > `kernel-module-loader-service-type` has been removed together with the > helper function `kernel-module-loader-service`. No need to bother with a > record now that we only need a list of strings. You mean you removed kernel-module-loader-configuration. Regarding patch 2/2: On Sat, Apr 04, 2020 at 05:17:32PM +0200, Brice Waegeneire wrote: > +module names. For example loading the drivers provided by > +@code{ddci-driver-linux}, in debugging mode by passing some module This is a typo. I can only find ddcci-driver-linux. Thank you for this patch. I do not know enough to judge the code. I will try again if it helps me load uvesafb. Regards, Florian