Re: wireles /wpa_supplicant - where to start?

2007-10-28 Thread Davide Mancusi
Tyler Smith ha scritto: [snip] However, my University uses WPA, TKIP, PEAP and EAP-MSCHAP v2. I was advised to try network manager, but I couldn't get either network-manager-gnome or kdenetwork-manager to work on my laptop running fluxbox. network-manager-gnome reported that network manager

Re: wireles /wpa_supplicant - where to start?

2007-10-28 Thread Tyler Smith
On 2007-10-27, Andrew Sackville-West [EMAIL PROTECTED] wrote: That's so frustrating.=20 So, maybe skip the ssid method. instead use iwconfig's ap option with the MAC address of the ap you want. Grab the mac address from windows and just use it. A Thanks. I'm working from home for the

Re: wireles /wpa_supplicant - where to start?

2007-10-27 Thread Andrew Sackville-West
On Fri, Oct 26, 2007 at 05:55:25PM +, Tyler Smith wrote: On 2007-10-25, Martin Marcher [EMAIL PROTECTED] wrote: 2007/10/25, Tyler Smith [EMAIL PROTECTED]: Hi, I'm trying to set myself up on my University's wireless network. I can successfully connect to my home wireless using:

Re: wireles /wpa_supplicant - where to start?

2007-10-26 Thread Tyler Smith
On 2007-10-25, Martin Marcher [EMAIL PROTECTED] wrote: 2007/10/25, Tyler Smith [EMAIL PROTECTED]: 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

wireles /wpa_supplicant - where to start?

2007-10-25 Thread Tyler Smith
Hi, I'm trying to set myself up on my University's wireless network. I can successfully connect to my home wireless using: iwconfig ath0 key 676bd87bc0dd5315f1cd8de794 dhclient ath0 and to unencrypted public access points using: ifconfig ath0 down iwconfig ath0 key off ifconfig ath0 up

Re: wireles /wpa_supplicant - where to start?

2007-10-25 Thread Martin Marcher
2007/10/25, Tyler Smith [EMAIL PROTECTED]: 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

Re: wireles /wpa_supplicant - where to start?

2007-10-25 Thread Martin Marcher
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 }

Re: wireles /wpa_supplicant - where to start?

2007-10-25 Thread Andrew Sackville-West
On Thu, Oct 25, 2007 at 04:41:35PM +, Tyler Smith wrote: Hi, I'm trying to set myself up on my University's wireless network. I can successfully connect to my home wireless using: iwconfig ath0 key 676bd87bc0dd5315f1cd8de794 dhclient ath0 and to unencrypted public access points

Re: wireles /wpa_supplicant - where to start?

2007-10-25 Thread Adrián Ribao Martínez
El Jueves, 25 de Octubre de 2007, Tyler Smith escribió: Hi, I'm trying to set myself up on my University's wireless network. I can successfully connect to my home wireless using: iwconfig ath0 key 676bd87bc0dd5315f1cd8de794 dhclient ath0 and to unencrypted public access points using: