Re: wireles /wpa_supplicant - where to start?
Forgot :)
to me the wpa config file looks ok.
this is what I have there:
# WPA-PSK/TKIP
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="the_essid"
#key_mgmt=WPA-PSK
#proto=WPA
#pairwise=TKIP
#group=TKIP
scan_ssid=1
psk="geheim"
}
--EOF
please note that I have commented out most of the TKIP, AES stuff as
wpa_supplicant usually is capable of finding it by itself, also in
/usr/share/doc/wpa_supplicant/examples there's a "catch-all" file IIRC
that just tries everything (radius as well as non radius)
2007/10/25, Martin Marcher <martin@marcher.name>:
> 2007/10/25, Tyler Smith <tyler.smith@mail.mcgill.ca>:
> > Hi,
> >
> > I'm trying to set myself up on my University's wireless network. I can
> > successfully connect to my home wireless using:
>
> in /etc/network/interfaces my eth0 looks like this:
>
> iface eth0 inet dhcp
> wpa-driver wext
> wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
>
> this make ifup and ifdown work "as expected" - bring up wpa_supplicant
> and then the interface.
>
> hth
> martin
>
> --
> http://noneisyours.marcher.name
> http://feeds.feedburner.com/NoneIsYours
>
--
http://noneisyours.marcher.name
http://feeds.feedburner.com/NoneIsYours
Reply to: