Added eduroam fix files under /eduroam.

This commit is contained in:
Marc Burns 2011-01-24 11:59:05 -05:00
parent 4c41df6ec9
commit 8885a6353b
4 changed files with 28 additions and 0 deletions

13
eduroam/README Normal file
View File

@ -0,0 +1,13 @@
To fix eduroam:
1. Install appropriate wpasupplicant-0.7.3 package.
2. sudo killall -TERM wpa_supplicant
3. sudo service network-manager restart
3. Eduroam will now work with proper settings:
Security: WPA & WPA2 Enterprise
Authentication: PEAP
No CA certificate (or globalsign's root CA, to satisfy OCD)
PEAP version: Automatic
Inner auth: MSCHAPv2
Or, just run ./install.

15
eduroam/install Executable file
View File

@ -0,0 +1,15 @@
#!/bin/bash
#######################################################
# Install script for replacement wpasupplicant packages
# Marc Burns (m4burns@uwaterloo.ca)
#######################################################
# Select package for architecture.
pkg="wpasupplicant_0.7.3-0ubuntu1_`dpkg --print-architecture`.deb"
# Install replacement wpa_supplicant.
sudo dpkg -i ./$pkg
# Kill all instances of wpa_supplicant and restart NetworkManager.
sudo killall -TERM wpa_supplicant
sudo service network-manager restart

Binary file not shown.

Binary file not shown.