WPA + ipw + Linksys WRT54G
From: Daniel O'Connor (doconnor_at_gsoft.com.au)
Date: 06/29/05
- Previous message: Jeremie Le Hen: "Re: OpenPAM Figwort broke PAM modules from ports"
- Next in thread: Daniel O'Connor: "Re: WPA + ipw + Linksys WRT54G"
- Reply: Daniel O'Connor: "Re: WPA + ipw + Linksys WRT54G"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: freebsd-current@freebsd.org Date: Wed, 29 Jun 2005 21:55:24 +0930
Hi,
I am trying to get WPA working with my new Linksys WRT54G. I am running
current (updated today) with ipw.
ipw0: <Intel(R) PRO/Wireless 2100 MiniPCI> mem 0xfaffc000-0xfaffcfff irq 9 at device 3.0 on pci2
ipw0: Ethernet address: 00:04:23:a4:12:74
ipw0: [GIANT-LOCKED]
I have the following wpa_supplicant.conf..
# allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
ap_scan=1
network={
ssid="sarah"
key_mgmt=WPA-PSK
pairwise=TKIP
psk="somepassword"
}
network={
ssid="dons"
key_mgmt=WPA-PSK
pairwise=TKIP
psk="somepassword"
proto=WPA
}
I have v1.3 firmware. I've attached the output of the kernel when running
with ./80211debug +debug +auth +scan, as well as the output of wpa_supplicant.
Anyone have any hints?
I have the WRT54G at the latest firmware too (4.00.7)
-- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C
- text/plain attachment: wpa-log
- text/plain attachment: messages
- application/pgp-signature attachment: stored
- Previous message: Jeremie Le Hen: "Re: OpenPAM Figwort broke PAM modules from ports"
- Next in thread: Daniel O'Connor: "Re: WPA + ipw + Linksys WRT54G"
- Reply: Daniel O'Connor: "Re: WPA + ipw + Linksys WRT54G"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|