guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Graphical Installer - Call for Testing.


From: John Darrington
Subject: Re: Graphical Installer - Call for Testing.
Date: Mon, 16 Jan 2017 18:18:16 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

On Sun, Jan 15, 2017 at 01:20:56AM -0800, Chris Marusich wrote:
     John Darrington <address@hidden> writes:
     
     > * It would be great if you could try to find out why your wireless 
failed.
     
     I'll look into it.  FWIW, the following DOES work for setting up my
     wireless from the (usual release) installation image (I know WEP is
     insecure, but I use it for certain reasons that are not related to the
     topic of this email thread):
     
     --8<---------------cut here---------------start------------->8---
     config_file="$(mktemp --tmpdir wireless-XXXXX.cfg)"
     trap "rm -f $config_file" EXIT
     cat > "$config_file" << EOM
     network={
         ssid="my-network-id"
         key_mgmt=NONE
         wep_key0=my-wep-key
     }
     EOM
     wpa_supplicant -i wlp2s0 -c "$config_file" -B
     dhclient -v wlp2s0
     --8<---------------cut here---------------end--------------->8---

Can you send me the results of doing

iwlist wlp2s0 scanning 

as root on your system.
     



-- 
Avoid eavesdropping.  Send strong encrypted email.
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]