On Thu, Jan 18, 2007 at 03:28:35PM -0700, Daniel wrote: > eth1 Scan completed : > Cell 01 - Address: 00:14:7C:5A:14:00 > ESSID:"ASD" > Protocol:IEEE 802.11g > Mode:Managed > Frequency:2.462 GHz (Channel 11) > Quality:0/100 Signal level:-80 dBm Noise level:-256 dBm > Encryption key:on > Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s > 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s > 48 Mb/s; 54 Mb/s > Extra:bcn_int=100 > Extra:atim=0 > IE: WPA Version 1 > Group Cipher : WEP-104 > Pairwise Ciphers (2) : TKIP WEP-104 > Authentication Suites (1) : PSK
All the other answers you've gotten on this have told you how to set up
a WEP encryption key, but it sure looks like the network you want to
connect to is using WPA. Here's how to set up a WPA connection on
debian/ubuntu. Make sure you have wpasupplicant installed and add a
section like the following to /etc/network/interfaces and then run 'ifup
eth1':
iface eth1
wireless-mode managed
wpa-driver ndiswrapper
wpa-ssid ASD
wpa-psk YourWPAKeyHere
More information can be found in
/usr/share/doc/wpasupplicant/README.modes.gz
--
Byron Clark
signature.asc
Description: Digital signature
/* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
