1
Installation issues / Re: No Network, new mobo
« on: August 20, 2010, 04:23:24 am »
I had a similar if not the same issue over the weekend, no nics were found.
I had one nic in old box.
New MB nic didn't work, added old smc tulip based nic, didn't work.
Explanation:
every time a new nic is detected it adds a new entry in the file listed below, it is based on the hardware MAC. Since it was a MB replacement the old nic was still defined as eth0, so the new nic was listed as eth1, and the tulip showed up as eth2...
Solution:
comment out or remove the old eth0 entry in /etc/udev/rules.d/70-persistent-net.rules, make sure you edit the other entries for the different cards to re-assign them as eth0, eth1... as appropriate. After a reboot all was well for me.
Hope this helps
-Chris
I had one nic in old box.
New MB nic didn't work, added old smc tulip based nic, didn't work.
Explanation:
every time a new nic is detected it adds a new entry in the file listed below, it is based on the hardware MAC. Since it was a MB replacement the old nic was still defined as eth0, so the new nic was listed as eth1, and the tulip showed up as eth2...
Solution:
comment out or remove the old eth0 entry in /etc/udev/rules.d/70-persistent-net.rules, make sure you edit the other entries for the different cards to re-assign them as eth0, eth1... as appropriate. After a reboot all was well for me.
Hope this helps
-Chris