You get a CR-48 in the mail. You want to use it but the wireless network only allows access to specified MAC addresses. How do you determine the MAC address?

link|improve this question

52% accept rate
3  
Since you have access to the network configuration (to allow your new device), turn off MAC filtering for a minute, connect, and sift through the list of connected devices, get the MAC, add it to the list of allowed devices, and re-enable filtering. – Daniel Beck Dec 21 '10 at 20:41
feedback

1 Answer

Type:

chrome:///system

Look for 'ifconfig' and select expand. You'll see 'wlan0'. 'HWaddr' is the MAC address.

link|improve this answer
2  
Looks like this may or may not work if you're disconnected: code.google.com/p/chromium-os/issues/detail?id=10032 – Shinrai Dec 21 '10 at 20:42
Good catch Shinrai. – ngen Dec 21 '10 at 20:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.