I had no idea about the m-a a-i command. I tried that and got the card to register properly. Im using a linksys wireless router with an encryption key. I tried to use the key through various methods and I keep getting an error during connection. Under terminal with the iwconfig command i get the following.
lo no wireless extensions
eth0 no wireless extensions
wifi0 no wireless extensions
ath0 IEEE 802.11g ESSID:"(My routers name)"
Mode:Managed Frequency:2.442 GHz Access Point: 00:15:E9:7e:Ea:62
Bit Rate:36 Mb/s Tx-Power:16 dbm Sensitivity=0/3
Retry=off RTS thr

ff
Power Management=off
Link Quality=127/94 Signal level=-223 dbm Noise level=-94 dbm
Rx invalid nwid:1733 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
sit0 no wireless extensions
And here is my /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For mor information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow hotplug ath0
iface ath0 inet static
address 192.168.2.101
wireless-essid (my routers name)
netmask 255.255.255.0
auto eth0
iface eth0 inet dhcp
wireless-essid idiot
I think it has something to do with my /etc/network/interfaces file, however I have absolutely NO idea what to do with it. I tried a few walkthroughs thus the wireless-essid idiot section. I don't know how to configure the interfaces file to work correctly. My wpa_supplicant file is as follows also.
#
# File: wpa_supplicant
#
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=root
network={
ssid="(my ssid)"
key=mgmt=WPA-PSK
psk=(my wpa key)
}
The router is either WPA or WEP I don't remember. And my roomate forgot the login to check and he's lana retentive about rebooting it to default. I used the same key under windows and it worked with this card. So I tried configuring the /etc/network/interfaces file for the WEP key, and when that didn't work I used the wpa_supplicant file for the WPA key. Neither one worked. Here is what i get with ifconfig.
ath0 Link encap:ethernet HWaddr 00:18:E7:0b:XX:XX
inet addr:192.168.2.105 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80:218:e7ff:fe0b:bd17/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
Rx packets:1 errors:0 dropped:0 overruns:0 frame:0
Tx packets:0 errors:0 dropped:0 overruns:0 carriers:0
collisions:0 txqueuelen:0
Rx bytes:288 (288.0 b) TX bytes:0 (0.0 b)
eth0 Link encap:ethernet HWaddr 00:13:8F:46:XX:XX
UP BROADCAST MULTICAST MTU:1500 Metric:1
Rx packets:1 errors:0 dropped:0 overruns:0 frame:0
Tx packets:0 errors:0 dropped:0 overruns:0 carriers:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:185 Base address:0xd400
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
Rx packets:1 errors:0 dropped:0 overruns:0 frame:0
Tx packets:0 errors:0 dropped:0 overruns:0 carriers:0
collisions:0 txqueuelen:1000
RX bytes:209589 (204.6 Kib) TX bytes:209589 (204.06 Kib)
sit0 Link encap:IPv6-in-IPv4
inet addr:192.168.2.105 Mask:255.255.255.0
inet6 adr: ::192.168.2.105/96 Scope:Compat
inet6 addr: ::127.0.0.1/96 Scope:Unknown
UP RUNNING NOARP MTU:1480 Metric:1
Rx packets:1 errors:0 dropped:0 overruns:0 frame:0
Tx packets:0 errors:0 dropped:0 overruns:0 carriers:0
collisions:0 txqueuelen:0
wifi0 Link encap UNSPEC HWaddr 00-18-E7-0B-BD-17-30-3A-00-00-00-00-00-00
-00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Rx packets:29292 errors:0 dropped:0 overruns:0 frame:142342
TX packets:63644 erorrs:6 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:3176802 (3.0 Mib)
Interrupt:201 Memory:dcb40000-dcb50000
Can someone give me a hand before I lose my temper and throw the computer out the window again? I appreciate the help in advance. Thanks.