snoopy
Guest
I've been installing a new Linux based network in a school using NIS/YP. Everything was going peachy and I got one of the workstations sorted and thus made an image of root using xfsdump. The PC's are identical so I booted the second from CD and used xfsrestore to put the image onto the 2nd PC.
All of this went fine but ....
On PC #1 the network card is found and initiated (it's the tulip driver). It works spot on.
On the 2nd PC the network card is found as eth0 via dmesg (i.e the driver is loaded) but there is nothing else. It doesn't come up via ifconfig. Two extra lines in dmesg that are on the working PC aren't shown (something about setting eth0 as full duplex, but that's probably the cable).
I'm stumped as to what it is. The card's working in Windows. The hardware and software should be identical. The driver loads and I can't see any errors (or if there are where do I look?).
The only thing I can think of is xfsdump doesn't capture symlinks for /dev or /proc properly or misses them out when it does a dump. But all the /dev nodes are there and the /proc folder is there (though empty).
Anyone got any ideas?
Machine is Slack 12 using 2.6.24 kernel (latest).
All of this went fine but ....
On PC #1 the network card is found and initiated (it's the tulip driver). It works spot on.
On the 2nd PC the network card is found as eth0 via dmesg (i.e the driver is loaded) but there is nothing else. It doesn't come up via ifconfig. Two extra lines in dmesg that are on the working PC aren't shown (something about setting eth0 as full duplex, but that's probably the cable).
I'm stumped as to what it is. The card's working in Windows. The hardware and software should be identical. The driver loads and I can't see any errors (or if there are where do I look?).
The only thing I can think of is xfsdump doesn't capture symlinks for /dev or /proc properly or misses them out when it does a dump. But all the /dev nodes are there and the /proc folder is there (though empty).
Anyone got any ideas?
Machine is Slack 12 using 2.6.24 kernel (latest).