On Fri, 15 Nov 2013 10:42:36 +0100 Nicolas Cavallari <Nicolas.Cavallari@xxxxxx> wrote: > > […] > WPA-NONE is not true WPA. Support for it was broken in wpasupplicant > for a long time, and the kernel does not support it anymore. Use IBSS > RSN instead : > > proto=RSN > key_mgmt=WPA-PSK > pairwise=CCMP > group=CCMP > > > and the /etc/network/interfaces like this: > > auto lo > > > > iface lo inet loopback > > iface eth0 inet dhcp > > > > allow-hotplug wlan0 > > iface wlan0 inet static > > address 192.168.13.37 > > netmask 255.255.255.255 > > > > # Load WPA-Supplicant for WPA in Ad-Hoc Mode > > wpa-driver wext > > wext is deprecated, use nl80211 instead. thanks for your reply. I am now using the driver nl80211 and everything works again. But if I apply the changes to the wpa_supplicant configuration I'm getting these errors http://pastebin.com/GYW0mng2 in a endless loop. - Mark -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html