I have a desktop for which I am using an Asus N-10 USB Wireless Adapter. No driver software is needed I guess since I can see the available wifi networks. However, I am unable to connect as the "MAC Address" I gave to my service provider is incorrect. I provided the wlan HWaddr
which I think is the equivalent of the MAC address but it is still not correct. A different Windows machine works fine so I know there are no mistakes. How can I find the correct number which is the equivalent of a MAC address.
You are right. Your W-LAN "HWAddr" (Hardware Address) is your wireless devices MAC Address. You can look it up by typing
which will show you something like this
In case your wireless adapter uses another interface name, which you do not know, do the following:
The
wlan0 HWaddr
reported by the commandifconfig
actually is the correct MAC address. It looks like this :So either the MAC filtering was incorrectly set up, or you have other interfaces or options (you did not post ifconfig output so it is rather hard to guess).
Do try another wifi access point, just to check the ability to connect to network without other problems.