From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id JCKTFhnJN2CWKgAA0tVLHw (envelope-from ) for ; Thu, 25 Feb 2021 15:58:17 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id OO7MERnJN2DXFAAAbx9fmQ (envelope-from ) for ; Thu, 25 Feb 2021 15:58:17 +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 4C2541B7CD for ; Thu, 25 Feb 2021 16:58:16 +0100 (CET) Received: from localhost ([::1]:42828 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lFJ1q-0001aN-Jp for larch@yhetil.org; Thu, 25 Feb 2021 10:58:14 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:55242) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lFJ1h-0001Zo-4F for help-guix@gnu.org; Thu, 25 Feb 2021 10:58:05 -0500 Received: from pelzflorian.de ([5.45.111.108]:52160 helo=mail.pelzflorian.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lFJ1d-00020L-OF for help-guix@gnu.org; Thu, 25 Feb 2021 10:58:04 -0500 Received: from pelzflorian.localdomain (unknown [5.45.111.108]) by mail.pelzflorian.de (Postfix) with ESMTPSA id EAA023605E1; Thu, 25 Feb 2021 16:57:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=pelzflorian.de; s=mail; t=1614268678; bh=kXpKPlchTlg2oN7SYJsm+PkqRhD1TLj4hTaisOU2bbc=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=aVHmchIEHLQgAPTY44yaRplcQISWcRbXJ+9jGv3E7InONaGnuux9/Fw24bys+g3ZT ff5OR0DHBmoGrQNIUgfvxrlugo917wVxp4FGu21r/4kpuiUzL9qm7XyvruSbXK4eH0 nKEyfuC9CTRziBkru0CS3Cxc1lniT3nJZZfgDig4= Date: Thu, 25 Feb 2021 16:57:49 +0100 From: "pelzflorian (Florian Pelz)" To: chalamov@tutanota.com Subject: Re: Problems with network in installation Message-ID: <20210225155749.loqoend33u6vmskw@pelzflorian.localdomain> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Received-SPF: pass client-ip=5.45.111.108; envelope-from=pelzflorian@pelzflorian.de; helo=mail.pelzflorian.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham 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-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.37 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=pelzflorian.de header.s=mail header.b=aVHmchIE; 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-Migadu-Queue-Id: 4C2541B7CD X-Spam-Score: -1.37 X-Migadu-Scanner: scn1.migadu.com X-TUID: h5zB31ZEVR0d On Thu, Feb 25, 2021 at 10:38:26AM +0100, chalamov--- via wrote: > Hello, > > I can not connect to wi-fi during the installation of the Gnu Guix. I don't know what to do. > Could you help me? > > Greetings, > Maria Sadly many (all?) modern Wi-fi devices have no support for the Linux-libre kernel. See . It is lilkely that you can press Ctrl+Alt+F3 in the Guix installer and then run “lspci” to see which device you have for networking. Many approaches are possible. Either: 1) Get a Wi-fi device (for example, a USB Wi-fi dongle) that is supported on Linux-libre. See . 2) Use a cable connection instead of wi-fi. 3) Use a kernel with support for your Wi-fi device. Guix does not support such kernels. 4) Use Guix on a foreign distribution. Regards, Florian