I installed CentOS 6.3 on my hardrive partition (new install...minimal install).
After successful installation, I see that eth0 was down
looked for 70-persistent-net.rules file under /etc/udev .. did not find it
Here are my ifcfg-eth0 settings: Note I had to create this file manually
DEVICE=eth0
HWADDR=*
BOOTPROTO=dhcp
ONBOOT=yes
TYPE=ETHERNET
This machine is connected to ethernet(I have Windows 7 on another partition and I am able to connect to Internet)
ifconfig -a | grep eth
returns no result
ethtool eth0
returns Cannot get device settings : No such device...
What can I try to get CentOS to detect eth0?
command not found– Vikram Oct 30 '12 at 19:28ethin dmesg returns nothing. Could not install pciutils as it throws me this errorPYCURL ERROR 6 - "Couldn't resolve host mirrorlist.centos.org"...I believe this error again may be related to NIC card not available – Vikram Oct 30 '12 at 19:45