Glenn: try the following to connect:
sudo ip link set wlt1s0 up sudo wpa_supplicant -B -iwlt1s0 -Dwext -c/etc/wpa_supplicant/(YourOwnFile.conf) sudo dhclient wlt1s0 -- You will get an error message but it should connect. This has to be done manually each time you boot up so I have it in script so that if I don't want on the internet I do not run it. <dhof...@att.net>