Penguin
Diff: WirelessNetworkSecurityNotes
EditPageHistoryDiffInfoLikePages

Differences between version 12 and predecessor to the previous major change of WirelessNetworkSecurityNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 12 Last edited on Saturday, October 15, 2005 12:18:49 pm by JohnMcPherson Revert
Older page: version 11 Last edited on Wednesday, August 10, 2005 1:13:59 pm by JohnMcPherson Revert
@@ -90,17 +90,25 @@
 </verbatim> 
 Note that it probably isn't necessary to get rid of the wpa process after removing the interface, but it means that there aren't multiple processes if 
 you remove/insert the card several times. 
  
-!Ubuntu Hoary 
+!Ubuntu 5.04 ( Hoary Hedgehog)  
 Note! If you are using Ubuntu 5.04 (Hoary) and you have an Intel-based wireless chip (such as the wireless in Centrino-based laptops) then you will need a newer version of the <tt>ipw</tt> driver to get [WPA] support. The one shipped with Ubuntu's default kernel is no good 
 See http://ubuntuforums.org/showthread.php?t=26623 for a walk-through. 
  
 There is currently being fixed in LinuxKernel 2.6.13 and 2.6.14 networking trees so it should all work out of the box in future Ubuntu releases. 
  
+!Ubuntu 5.10 (Breezy Badger)  
+As described in the previous paragraph, this is fixed in ubuntu 5.10.  
+Instead of doing "<tt>pre-up wpa_supplicant ...</tt>", ubuntu starts wpa on boot. Edit the <tt>/etc/default/wpasupplicant</tt> file:  
+<verbatim>  
+ENABLED=1  
+OPTIONS="-w -Dipw -ieth1 -c /etc/wpa_supplicant.conf"  
+</verbatim>  
+changing the option for -D and -i as appropriate.  
  
 !Other distros 
 People who use other distros should put stuff here. 
  
 ---- 
  
 Part of CategoryWireless