网卡问题

网卡问题

我的网卡起初能启动但是因为我想设为双网卡就改了一下modules.conf:
alias eth0 ne2-pci 这是本来的一块
alias eth1 ne2-pci 这是加的一块
但是加载不了。之后我又换成一块网卡可是在起动里就出现:
Bringing up interface eth0elaying eth0 initialization [FAILED]
我想请问各位我应该怎么办?
      
First copy your ne2-pci to ne2-pci1, then change modules.conf as follow.

alias eth0 ne2-pci
alias eth1 ne2-pci1
options ne2-pci io=xxxxx
options ne2-pci1 io=xxxxx

You certainly must change you net card io address.      
First copy your ne2-pci to ne2-pci1,这句我不明白我应该cp什么?      
因为linux对硬件有自检功能所以我又把网卡全拿下来启动,
然后两块都插上但是eth0就是检不到!
但是eth1可以检到哦!
我想请问我应该怎么办!      
cp ne2-pci.o ne2-pci1.o