On 4/21/07, Jay Strauss <[EMAIL PROTECTED]> wrote: > I can't seem to figure out how to configure wpasupplicant on it's own > in Debian. I'm trying to connect to a WPA2 wireless router (dd-wrt). > Below are my configurations and what happens. >
snip > jstrauss-laptop:~# cat /etc/network/interfaces > # This file describes the network interfaces available on your system > # and how to activate them. For more information, see interfaces(5). > > # The loopback network interface > auto lo > iface lo inet loopback > > # The primary network interface > allow-hotplug eth1 > iface eth1 inet dhcp > > iface eth0 inet dhcp > wpa-driver hostap > wpa-ssid strausshouse > wpa-password wirelesspassword > wpa-key-mgmt WPA-EAP > wpa-pairwise TKIP CCMP > wpa-group TKIP CCMP > wpa-proto WPA2 Are you sure this works in Debian? Can you try just configuring wpa_supplicant the normal way, and running it manually? -- - Patrick Bogen _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
