I built a server and configured all services the way I want them. I then cloned the hard drive for use on server #2.
Server #2 booted ok, except that the NIC card isn't detected.
lspci outputs the following:
------------------------BEGIN--------------------
00:00.0 Memory controller: nVidia Corporation CK804 Memory Controller (rev a4)
00:01.0 ISA bridge: nVidia Corporation CK804 ISA Bridge (rev b1)
00:01.1 SMBus: nVidia Corporation CK804 SMBus (rev a2)
00:02.0 USB Controller: nVidia Corporation CK804 USB Controller (rev a2)
00:02.1 USB Controller: nVidia Corporation CK804 USB Controller (rev a4)
00:04.0 Multimedia audio Controller: nVidia Corporation CK804 AC'97 Audio Controller (rev a2)
00:06.0 IDE interface: nVidia Corporation CK804 IDE (rev f3)
00:07.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev f3)
00:08.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev f3)
00:09.0 PCI bridge: nVidia Corporation CK804 PCI bridge (rev a2)
00:0b.0 PCI bridge: nVidia Corporation CK804 PCIE bridge (rev a3)
00:0c.0 PCI bridge: nVidia Corporation CK804 PCIE bridge (rev a3)
00:0d.0 PCI bridge: nVidia Corporation CK804 PCIE bridge (rev a3)
00:0e.0 PCI bridge: nVidia Corporation CK804 PCIE bridge (rev a3)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Hypertransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
------------------------END--------------------
cat /etc/sysconfig/network gives:
NETWORKING=yes
HOSTNAME=localhost.localdomain
ifup eth0 gives:
forcedeth device eth0 does not seem to be present, delaying initializaiton.
Any help to get my networking up and running would be appreciated.