EJBasile macrumors 65816 Original poster Apr 20, 2004 1,304 2 Aug 25, 2004 #1 Hi, to allow a computer to use the wireless network at my house you have to enter in a "MAC" code. On an apple machine with Airport, where would you find the MAC code? Thanks, EJBasile
Hi, to allow a computer to use the wireless network at my house you have to enter in a "MAC" code. On an apple machine with Airport, where would you find the MAC code? Thanks, EJBasile
kgarner macrumors 68000 Jan 28, 2004 1,512 0 Utah Aug 25, 2004 #2 Should be System Preferences > Network > Airport and then it is listed in that pane.
yellow Moderator emeritus Oct 21, 2003 16,018 6 Portland, OR Aug 25, 2004 #3 OR ifconfig | grep -A 5 en1 | grep ether Code: yellow% ifconfig | grep -A 5 en1 | grep ether ether 00:0v:93:p1:wx:8k
OR ifconfig | grep -A 5 en1 | grep ether Code: yellow% ifconfig | grep -A 5 en1 | grep ether ether 00:0v:93:p1:wx:8k
kettle macrumors 65816 May 12, 2002 1,319 59 England, Great Britain (Airstrip One) Aug 25, 2004 #4 ooohh! ..and I thought this would be another pointless thread about using MAC or Mac with inappropriate context. Well done, no tears before bedtime.
ooohh! ..and I thought this would be another pointless thread about using MAC or Mac with inappropriate context. Well done, no tears before bedtime.
K Koree macrumors 6502 Jun 19, 2004 251 0 Philadelphia Aug 25, 2004 #5 kettle said: ..and I thought this would be another pointless thread about using MAC or Mac with inappropriate context. Well done, no tears before bedtime. Click to expand... Same here Koree
kettle said: ..and I thought this would be another pointless thread about using MAC or Mac with inappropriate context. Well done, no tears before bedtime. Click to expand... Same here Koree
tomf87 macrumors 65816 Sep 10, 2003 1,052 0 Aug 25, 2004 #6 yellow said: OR ifconfig | grep -A 5 en1 | grep ether Code: yellow% ifconfig | grep -A 5 en1 | grep ether ether 00:0v:93:p1:wx:8k Click to expand... Why the double grep? ifconfig en1 | grep ether works for me.. Just curious to see if your system acted differently somehow.. Code: mac:~ user$ ifconfig en1 | grep ether ether 00:03:93:ee:c0:84 mac:~ user$
yellow said: OR ifconfig | grep -A 5 en1 | grep ether Code: yellow% ifconfig | grep -A 5 en1 | grep ether ether 00:0v:93:p1:wx:8k Click to expand... Why the double grep? ifconfig en1 | grep ether works for me.. Just curious to see if your system acted differently somehow.. Code: mac:~ user$ ifconfig en1 | grep ether ether 00:03:93:ee:c0:84 mac:~ user$
yellow Moderator emeritus Oct 21, 2003 16,018 6 Portland, OR Aug 25, 2004 #7 Ah, mainly because I've never read the man page on ifconfig and didn't know I could specify an interface directly. Thanks for the heads up!
Ah, mainly because I've never read the man page on ifconfig and didn't know I could specify an interface directly. Thanks for the heads up!
1 12ibookg4 macrumors regular Dec 22, 2003 199 0 Aug 25, 2004 #8 its also on the label on the outside of the box