Okay I was onsite today, and I disabled onboard ethernet. However during boot-up I got the following error
r8169 device eth0 does not seem to be present, delaying initialization.
r8169 is the onboard device, wherby the PCI NIC is a 3Com card. The server then has no network access and eth0 is definetly detected:
Output before disabling onboard NIC:
[root@server ~]# /sbin/lspci -m | grep net
03:00.0 "Ethernet controller" "Realtek Semiconductor Co., Ltd."
"RTL8111/8168B PCI Express Gigabit Ethernet controller" -r03 "Giga-byte
Technology" "GA-EP45-DS5 Motherboard"
04:02.0 "Ethernet controller" "3Com Corporation" "3c905C-TX/TX-M
[Tornado]" -r78 "3Com Corporation" "3C905CX-TX/TX-M Fast Etherlink for
PC Management NIC"
And after disabling onboard NIC only the 3Com card is there.
How do I get the system to boot and recognise the 3Com as eth0, not to try and find the old eth0?
Thanks