View previous topic :: View next topic |
Author |
Message |
shadowcoder n00b
Joined: 06 Jun 2011 Posts: 7
|
Posted: Tue Jun 07, 2011 2:13 pm Post subject: Network adapter not found. |
|
|
We recently upgraded one of our servers from kernel 2.6.20 to 2.6.37, and this sever is working correctly, however when I attempt to clone the server using partimage to a server with identical physical hardware (these are blade servers), the network card is not detected and when I try to run an ifconfig eth0, I get the error "ERROR while getting interface flags: No such device"
We're using the Broadcom NetXtreme II BCM5708S Gigabit card, with the driver compiled in the kernel. I have also recompiled the kernel on the cloned system with no effect. If I boot to the older version of the kernel (2.6.20), the network adapter works fine.
Any help on this would be greatly appreciated. |
|
Back to top |
|
|
cach0rr0 Bodhisattva
Joined: 13 Nov 2008 Posts: 4123 Location: Houston, Republic of Texas
|
Posted: Tue Jun 07, 2011 2:48 pm Post subject: |
|
|
most likely a udev quirk
nuke your 70-persistent-net.rules from /etc/udev/rules.d and reboot, see if it doesnt come up
if it does, brilliant. If not, do cat /proc/net/dev and see if eth* shows up at all. _________________ Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash |
|
Back to top |
|
|
shadowcoder n00b
Joined: 06 Jun 2011 Posts: 7
|
Posted: Tue Jun 07, 2011 3:09 pm Post subject: |
|
|
That did it!
Thank you so much for your help! |
|
Back to top |
|
|
|