unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: sb.nipper001@gmail.com
To: "help-guix@gnu.org" <help-guix@gnu.org>
Subject: Re: Wi-Fi connection during gui-based installation
Date: Mon, 4 May 2020 08:43:28 -0400	[thread overview]
Message-ID: <20200504084328.2d69cc88@gmail.com> (raw)
In-Reply-To: <87h7xalz3a.fsf@gnu.org>

I think I didn't reply correctly, here is follow-up again:


Thanks for responding.  I do not know how to avail me of this fix you
referenced.

 On Thu, 23 Apr 2020 22:35:37 +0200
Ludovic Courtès <ludo@gnu.org> wrote:

> Hi Stephen,
> 
> Stephen Minton <sb.nipper001@gmail.com> skribis:
> 
> > I successfully put guix-system-install-1.0.1.x86_64-linux.iso on a
> > mem stick and booted.
> >
> > GUI installer hung up on connecting to wifi network (successfully
> > found interface and scanned, showing target wifi name) on message
> > "connection in progress  Connecting to ... please wait.  
> 
> Yeah, unfortunately we discovered this bug in the 1.1.0 image (it’s
> now fixed: <https://issues.guix.gnu.org/issue/40682>).
> 
> If it’s an option for you, I’d suggest installing over Ethernet.
> 
Unfortunately, it is not.

> > I went to manual install, network wifi and successfully entered a
> > wpa_supplicant.conf and connected (ping -c 3 gnu.org)
> >
> > I think the script's wpa_supplicant.conf is missing some
> > parameter.  How do I specify that, or break out of the script to
> > connect to the network manually and then return?    
> 
> What does ‘wpa_supplicant.conf’ contains?

This is what I copied from my working system (mimicing the instruction
parameters)  was:

network={
	ssid="XXXXXXXXXXX"
	psk="xxxxxxxx"
	proto=WPA
	key_mgmt=WPA-PSK
	pairwise=TKIP
	group=TKIP
}

	
The 'manual instructions' say to make a wpa_supplicant.conf :

excerpt--------------------------

nano wpa_supplicant.conf

As an example, the following stanza can go to this file and will work
for many wireless networks, provided you give the actual SSID and
passphrase for the network you are connecting to:

network={
  ssid="my-ssid"
  key_mgmt=WPA-PSK
  psk="the network's secret passphrase"
}

end excerpt---------------------------------------

note two keys not instructed, which I can only presume means they are
not in the gui script's wpa_supplicant.conf file and are needed by the
hot spot I am connecting to.  If I could edit this before the gui
script begins (installing the iso off my memory stick) this might do
the trick.

Does this help?

Thanks


      reply	other threads:[~2020-05-04 13:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-21  1:52 Wi-Fi connection during gui-based installation Stephen Minton
2020-04-23 20:35 ` Ludovic Courtès
2020-05-04 12:43   ` sb.nipper001 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200504084328.2d69cc88@gmail.com \
    --to=sb.nipper001@gmail.com \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).