I may be confused on the password.  I did more research and I found
the correct WPA passphrase.  I do:

[EMAIL PROTECTED]:~# wpa_passphrase ASD <passphrase>
network={
       ssid="ASD"
       #psk="<passphrase>"
       psk=<64 character hex key>
}

Then edit interfaces

[EMAIL PROTECTED]:~# cat /etc/network/interfaces
--snip--
auto eth1

iface eth1 inet dhcp
       wireless-mode managed
       wpa-driver ndiswrapper
       wpa-ssid ASD
       wpa-psk <64 character hex key>

Am I using the correct key in the correct manner?

-Daniel

On 1/19/07, Andrew Jorgensen <[EMAIL PROTECTED]> wrote:
On 1/19/07, Daniel <[EMAIL PROTECTED]> wrote:
> I am using Byron's post.

Sorry for the rebuke.  I was wrong.

- Andrew

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/


/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/

Reply via email to