What would be the easiest way to determine the MAC address of an ethernet NIC on a PC which has a completely empty hard disk?
I suspect we're probably talking Linux Live CD of some type, but I've just ploughed through most of the options on the Ultimate Boot CD and got nowhere (other than many crashes)...
How to find one's ethernet NIC's MAC address?
-
- PlatinumLounger
- Posts: 5280
- Joined: 24 Jan 2010, 08:33
- Location: A cathedral city in England
How to find one's ethernet NIC's MAC address?
John Gray
The Stone Age didn't end because we ran out of stones.
The Stone Age didn't end because we ran out of stones.
-
- 5StarLounger
- Posts: 1096
- Joined: 26 Jan 2010, 11:32
- Location: "What a mighty long bridge to such a mighty little old town"
Re: How to find one's ethernet NIC's MAC address?
Open the box and have a look at the label on the card? Or if you can boot from a linux distro (a USB one would do) and type ifconfig at a command prompt, the info should be buried in the output somewhere. Look in the section marked eth0 for something labelled HWaddr.
John
“Always trust a microbiologist because they have the best chance of predicting when the world will end”
― Teddie O. Rahube
“Always trust a microbiologist because they have the best chance of predicting when the world will end”
― Teddie O. Rahube
-
- PlatinumLounger
- Posts: 5280
- Joined: 24 Jan 2010, 08:33
- Location: A cathedral city in England
Re: How to find one's ethernet NIC's MAC address?
Very few actual ethernet 'cards' in PCs anymore - the NIC is usually on the motherboard!
IFCONFIG seems like a good bet; just need to find a Linux Live CD that doesn't take a week to boot from a CD (no, the PC is old enough not to be able to boot from a USB Flash Drive).
IFCONFIG seems like a good bet; just need to find a Linux Live CD that doesn't take a week to boot from a CD (no, the PC is old enough not to be able to boot from a USB Flash Drive).
John Gray
The Stone Age didn't end because we ran out of stones.
The Stone Age didn't end because we ran out of stones.
-
- PlatinumLounger
- Posts: 5280
- Joined: 24 Jan 2010, 08:33
- Location: A cathedral city in England
Re: How to find one's ethernet NIC's MAC address?
After trying a couple, I find that [Tiny] Core Linux at 9 MB boots very rapidly and just provides a terminal session, ideal for typing IFCONFIG (or with some distributions, IFCONFIG -a).
Thanks again, John!
Thanks again, John!
John Gray
The Stone Age didn't end because we ran out of stones.
The Stone Age didn't end because we ran out of stones.