[TriLUG] WPA Encryption in Ubuntu
Nick Goldwater
trilug at dogstar1.com
Thu Nov 8 20:26:35 EST 2007
I had (have) issues with my T42p wireless. Below is example wpa_supplicant.conf
ap_scan=1
network={
scan_ssid=1
ssid="your id"
proto=WPA RSN
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
priority=your integer here
psk=your hash here
}
/etc/network/interfaces
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
auto ath0
iface ath0 inet dhcp
pre-up wpa_supplicant -Bw -Dnadwifi -iath0 -c/etc/wpa_supplicant.conf
post-down killall -q qpa_supplicant
iface eth0 inet dhcp
auto eth0
Make sure you have the mods. lsmod | grep wlan
wpa_cli is cool too.
Hope that helps.
Nick
----- "James Tuttle" <jjtuttle at trilug.org> wrote:
| hmiddlet at earthlink.net wrote:
| > My router uses WPA just fine. My other laptop (which uses Windows XP
| MCE 2005) uses WPA wih the router without trouble.
| >
| > -----Original Message-----
| >> From: James Tuttle <jjtuttle at trilug.org>
| >> Sent: Nov 8, 2007 11:10 AM
| >> To: Triangle Linux Users Group General Discussion
| <trilug at trilug.org>
| >> Subject: Re: [TriLUG] WPA Encryption in Ubuntu
| >>
| >> Mike Shaw wrote:
| >>> On Nov 7, 2007 9:23 PM, Henry Middleton <hmiddlet at earthlink.net>
| wrote:
| >>>
| >>>> Hello,
| >>>>
| >>>> How do I use WPA encryption in Ubuntu 7.10? I am using a Linksys
| * card.
| >>>> If I left-click on the network icon in the upper-right corner, it
| will
| >>>> show
| >>>> my wireless network, but when I select it, it only gives WEP and
| LEAP as
| >>>> encryption options. If I select "Connect to Other Wireless
| Network, it
| >>>> will
| >>>> allow me to select WPA of different types (WPA Enterprise, WPA
| Personal,
| >>>> WPA2 Enterprise, WPA2 Personal), but it will not connect to my
| network.
| >>>>
| >>>> Henry
| >>>>
| >>>> Make sure you have wpasupplicant installed. No WPA support
| without it.
| >>> Also, are you sure you have WPA configured on your access point?
| Sounds
| >>> like only possibly WEP.
| >>>
| >> Agreed. If wpa works in other places, you obviously have
| wpa-supplicant
| >> installed. Check the configuration of your access point.
| >>
| >>
| >>
| >> --
| >> --
| >> ---Jim Tuttle
| >> ------------------------------------------------------
| >> http://www.braggtown.com
| >> PGP Key:
| http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x69B69B08
| >>
| >> --
| >> TriLUG mailing list :
| http://www.trilug.org/mailman/listinfo/trilug
| >> TriLUG Organizational FAQ : http://trilug.org/faq/
| >> TriLUG Member Services FAQ :
| http://members.trilug.org/services_faq/
| >
|
| I realize this is older, but others seemed to find it helpful.
| http://ubuntuforums.org/showthread.php?t=202834
|
| I generally only have experience troubleshooting things that didn't
| work
| and I'm happy to report that WPA2 with TKIP+AES worked easily with
| 6.04
| through 7.10 on both my Thinkpad and Inspiron 6000.
|
| Jim
|
| --
| --
| ---Jim Tuttle
| ------------------------------------------------------
| http://www.braggtown.com
| PGP Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x69B69B08
|
| --
| TriLUG mailing list :
| http://www.trilug.org/mailman/listinfo/trilug
| TriLUG Organizational FAQ : http://trilug.org/faq/
| TriLUG Member Services FAQ : http://members.trilug.org/services_faq/
More information about the TriLUG
mailing list