From mboxrd@z Thu Jan 1 00:00:00 1970 From: Meikel Subject: Re: Modify how to connect to network in GuixSD graphical installer Date: Tue, 3 Sep 2019 11:31:20 +0200 Message-ID: <429e7375-848f-3b65-66ce-4352246413ff@fn.de> References: <8e425546-85bb-a952-98ed-3404df127e5c@fn.de> <87h85wb7q2.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35591) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i55CZ-00082E-K3 for help-guix@gnu.org; Tue, 03 Sep 2019 05:34:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i55CT-00071j-7p for help-guix@gnu.org; Tue, 03 Sep 2019 05:34:11 -0400 Received: from mout0.freenet.de ([2001:748:100:40::2:2]:54008) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i55CS-0006yF-9v for help-guix@gnu.org; Tue, 03 Sep 2019 05:34:08 -0400 Received: from [195.4.92.165] (helo=mjail2.freenet.de) by mout0.freenet.de with esmtpa (ID meikel@fn.de) (port 25) (Exim 4.92 #3) id 1i55CP-0006sh-1A for help-guix@gnu.org; Tue, 03 Sep 2019 11:34:05 +0200 Received: from [::1] (port=38318 helo=mjail2.freenet.de) by mjail2.freenet.de with esmtpa (ID meikel@fn.de) (Exim 4.92 #3) id 1i55CP-0002pn-0S for help-guix@gnu.org; Tue, 03 Sep 2019 11:34:05 +0200 Received: from sub1.freenet.de ([195.4.92.120]:36572) by mjail2.freenet.de with esmtpa (ID meikel@fn.de) (Exim 4.92 #3) id 1i559l-0001Fw-Ud for help-guix@gnu.org; Tue, 03 Sep 2019 11:31:21 +0200 Received: from [95.131.102.202] (port=60905 helo=[172.16.209.118]) by sub1.freenet.de with esmtpsa (ID meikel@fn.de) (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256) (port 465) (Exim 4.92 #3) id 1i559l-0006oZ-Rb for help-guix@gnu.org; Tue, 03 Sep 2019 11:31:21 +0200 In-Reply-To: <87h85wb7q2.fsf@gnu.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hi Ludovic, Am 01.09.2019 um 13:01 schrieb Ludovic Courtès: > What problems did you get with the graphical installer precisely? I get a dialog "Checking connectivity" with a text "Waiting for Internet access establishment ..." and a progress bar that runs from 0% to 100%. When 100% is reached I get an error dialog "Connection error" with a text saying "The selected network does not provide access to the Internet, please try again." and an OK button. After I press the OK button the "Checking connectivity" starts again from and then fails again. I imagine that the values for own IP address and for default gateway can't be determined by the installer. There is no DHCP server providing those values. I think that I need to enter those values manually. Regards, Meikel