From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 04 12:09:59 2020 Received: (at 40274) by debbugs.gnu.org; 4 Apr 2020 16:09:59 +0000 Received: from localhost ([127.0.0.1]:44621 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKlMs-0006yA-J0 for submit@debbugs.gnu.org; Sat, 04 Apr 2020 12:09:59 -0400 Received: from pelzflorian.de ([5.45.111.108]:49494 helo=mail.pelzflorian.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jKlMr-0006xy-97 for 40274@debbugs.gnu.org; Sat, 04 Apr 2020 12:09:58 -0400 Received: from pelzflorian.localdomain (unknown [5.45.111.108]) by mail.pelzflorian.de (Postfix) with ESMTPSA id 6010436055C; Sat, 4 Apr 2020 18:09:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=pelzflorian.de; s=mail; t=1586016596; bh=p/gHPf1wJPxo9m2VO8VUAbI4eb4BfUswKtui801N9ko=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=P/yuNgywkM/JTJcAaAx+OzPpg4pU0UUwTxEZEadLAUXDtkG+2p0c6n8vOKb5lD3TT v/CSZheshTv6bBqdFej0rRM/nZMF0O9T1XUCzJjCfXWx5u4ZQ4f8KCkPU+RK18zE+1 bsVCJMwI2VNBWO5psm2H8txMgomvdJXOyMCnHffI= Date: Sat, 4 Apr 2020 18:09:54 +0200 From: "pelzflorian (Florian Pelz)" To: Brice Waegeneire Subject: Re: [bug#40274] [PATCH v6 2/2] gnu: Add kernel-module-loader-service. 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> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40274 Cc: 40274@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) 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