From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: 1.1.0rc2 available for testing! Date: Mon, 13 Apr 2020 15:45:58 +0200 Message-ID: <87k12jjy7d.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44612) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jNzPU-0003Ug-4g for guix-devel@gnu.org; Mon, 13 Apr 2020 09:46:02 -0400 In-Reply-To: (Robert Smith's message of "Mon, 13 Apr 2020 13:07:58 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: Robert Smith Cc: guix-devel@gnu.org, 38735@debbugs.gnu.org Hello, "Robert Smith" skribis: >> https://web.fdn.fr/~lcourtes/software/guix/1.1.0rc2 > > I ran into the same issue that Jesse encountered in December, the > installer hangs when it tries to connect to wifi, and I can't escape by > pressing Alt-F2/F3/F12. When you=E2=80=99re on tty1 (the installer), you have to hit Ctrl-Alt-F12 etc. (note =E2=80=9CCtrl=E2=80=9D). Is it what you tried? > In the end I just have to hold down the power button. I've tested this > with different wifi networks and it's always the same. I tried using > the console to connect to wifi, and everything worked smoothly. The > only difference from the manual was that I had to use `rfkill unblock > wifi` before I could bring the interface up. I didn't have this issue > when I first installed guix, so I downloaded the 1.0.1 installer and > as I thought the issue wasn't there, and the wifi connection went > smoothly. OK. It could have something to do with the issue about Connman not starting that Florian reported. What does /var/log/messages show? (In particular, messages from shepherd, connmand, and dbus.) > I'm not sure how I can get any diagnostic information from my system, if > you have ideas I'd be happy to try them out. I tested this on my Librem > 15 v4; I remember from Guix Days that a few other people have Librem > laptops, I'm curious if they can use the installer to connect to a wifi > network. Anyone else with a Librem laptop can give it a try? You don=E2=80=99t need= to run the full installation, it=E2=80=99s enough to go past the network setup phase, which is early on. Thanks for your report, Ludo=E2=80=99.