Quote Originally Posted by opodaniel View Post
I got problems connecting by wifi on my Intel 3945 abg. Here are the step that worked for me:
1 - to connect to wifi the ASCI (text) password won't work so I generate the password and add it to /etc/network/interfaces prior to any other changes
$sudo wpa_passphrase mywifinetwork secretwpa2key >> /etc/network/interfaces
this added
wpa-ssid homezone
# hexadecimal psk is encoded from a plaintext passphrase
wpa-psk 000102030405060708090a0b0c0d0e0f101112131415161718 191a1b1c1d1e1f

to interfaces

2- After doing this I added the following
$sudo nano /etc/network/interfaces
Great tip -- not sure I can incorporate this into the original guide - but nice find none-the-less!!