Re: Linksys WMP11 Wireless card install
mmm... You seem to be going backwards.
You say you have MAC filtering on. So, to me, that means that you connected to the wireless with a browser, logged on, and went to the MAC configuration tab where you entered the MAC addresses of every PC that you wanted to allow a connection to the WMP11. And, you obtained your MAC address by using ifconfig in a Konsole and extracting it from the line:
for the wlan0 device (or what ever is given to WMP11 as a device name). Notice that to do that wicd has to "see" the wireless device, even though it is not connected to it.
You have to take a few steps backward and repeat the steps which allowed wicd to see your wireless device. After you have done that open a konsole and issue the following to commands and paste the results in your reply.
iwlist scannning
iwconfig
mmm... You seem to be going backwards.
You say you have MAC filtering on. So, to me, that means that you connected to the wireless with a browser, logged on, and went to the MAC configuration tab where you entered the MAC addresses of every PC that you wanted to allow a connection to the WMP11. And, you obtained your MAC address by using ifconfig in a Konsole and extracting it from the line:
wlan0 Link encap:Ethernet HWaddr 00:16:ea:4d:58:aa
You have to take a few steps backward and repeat the steps which allowed wicd to see your wireless device. After you have done that open a konsole and issue the following to commands and paste the results in your reply.
iwlist scannning
iwconfig
Comment