[LCA2015-Chat] Using Wicd on LCA 2015 WiFI (was Re: [LCA2015-Announce] REMINDER - LCA 2015 Delegate WiFi Credentials - Confidential)

Daniel Bryan danbryan at gmail.com
Mon Jan 12 16:24:34 EST 2015


On 2015-01-12, Martin Schwenke wrote:
> On Mon, 12 Jan 2015 11:43:43 +1300, Steven Ellis
> <steve at lca2015.linux.org.au> wrote:
> 
> > In addition to that advice, you will need the below username/password to
> > connect to the LCA2015 Wifi:
> > 
> > Security - WPA2 Enterprise
> > Authentication - PEAP
> 
> If you use Wicd instead of Network Manager then you may have problems
> connecting to the conference network.

In case anyone else is belligerent enough to be using netctl (Arch users
I guess), I got the conference wifi working with this config:

Description="LCA 2015 Conference Wifi"
Interface=wlp3s0
Connection=wireless
Security=wpa-configsection
IP=dhcp
WPAConfigSection=(
  'ssid="LCA2015"'
  'proto=RSN'
  'key_mgmt=WPA-EAP'
  'eap=PEAP'
  'phase2="auth=MSCHAPV2"'
  'identity="$user"'
  'password="$password"'
)



More information about the Chat mailing list