CentOS 5.5

One of my CenTOS systems recently booted with the following error:

"Bringing up interface eth0: Device eth0 has difference MAC address than expected. ignoring."

When I run ifconfig -a there's no entry for eth0 and I'm reasonably certain that the static HWADDR entry in /etc/sysconfig/network-scripts/ifcfg-eth0 is incorrect.

Are there alternate ways for definitively determining what the correct MAC addresses are via the command-line? I was wondering if perhaps lspci could help? I don't have hwinfo available.

link|improve this question

73% accept rate
feedback

1 Answer

if there is no entry in ifconfig -a... that means the device is not detected in the machine... (either due to missing driver support or bad/mis-identified hardware) check dmesg to confirm that "eth0" is detected by the system at all. You can also lspci to list all devices attached to the system... and look for unknown devices and/or your ethernet controller.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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