From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#38735: 1.1.0rc2 available for testing! Date: Mon, 13 Apr 2020 15:45:58 +0200 Message-ID: <87k12jjy7d.fsf__5582.98014091037$1586785693$gmane$org@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]:44794) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jNzQV-00046x-Nh for bug-guix@gnu.org; Mon, 13 Apr 2020 09:47:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jNzQU-0002Je-IZ for bug-guix@gnu.org; Mon, 13 Apr 2020 09:47:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47863) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jNzQU-0002JY-Fe for bug-guix@gnu.org; Mon, 13 Apr 2020 09:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jNzQU-0000cD-E0 for bug-guix@gnu.org; Mon, 13 Apr 2020 09:47:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Robert Smith's message of "Mon, 13 Apr 2020 13:07:58 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" 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.