From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id YCgxGdLeZV96LQAA0tVLHw (envelope-from ) for ; Sat, 19 Sep 2020 10:34:58 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id QNYfFdLeZV9TLAAAB5/wlQ (envelope-from ) for ; Sat, 19 Sep 2020 10:34:58 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 36C13940274 for ; Sat, 19 Sep 2020 10:34:57 +0000 (UTC) Received: from localhost ([::1]:36406 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kJaCm-0008HZ-8K for larch@yhetil.org; Sat, 19 Sep 2020 06:34:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53278) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kJaCI-0008HO-4A for help-guix@gnu.org; Sat, 19 Sep 2020 06:34:26 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:49194) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kJaCG-0002Z5-Am for help-guix@gnu.org; Sat, 19 Sep 2020 06:34:25 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 99314189E; Sat, 19 Sep 2020 12:34:21 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id M6Co6rWNEH3T; Sat, 19 Sep 2020 12:34:20 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:910:103f::a6a]) by hera.aquilenet.fr (Postfix) with ESMTPSA id ABD4512C7; Sat, 19 Sep 2020 12:34:19 +0200 (CEST) Date: Sat, 19 Sep 2020 12:33:43 +0200 From: Andreas Enge To: =?iso-8859-15?Q?Barnab=E1s_B=E9res?= Subject: Re: Guix not seeing my Ethernet card Message-ID: <20200919103343.GA7171@jurong> References: <20200919080623.GA1760@jurong> <86AE2C3E-1759-4C38-940E-C8BF77414CA0@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <86AE2C3E-1759-4C38-940E-C8BF77414CA0@gmail.com> Received-SPF: neutral client-ip=185.233.100.1; envelope-from=andreas@enge.fr; helo=hera.aquilenet.fr X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/19 06:34:22 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_MSPIKE_BL=0.001, RCVD_IN_MSPIKE_L3=0.001, SPF_HELO_PASS=-0.001, SPF_NEUTRAL=0.779 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: help-guix@gnu.org Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -0.51 X-TUID: RO+EQOqPsdt9 On Sat, Sep 19, 2020 at 12:07:24PM +0200, Barnabás Béres wrote: > Thanks Andreas, but how can I add this on the LiveUSB? I suppose you could follow the advice here: https://guix.gnu.org/manual/devel/en/html_node/Building-the-Installation-Image.html and build a custom installation image with this module. But it requires that you already have a running Guix installation somewhere (which could be a binary installation on top of another distro). Otherwise I have no further ideas, maybe someone else can chime in. Andreas