device eth0 does not seem to be present, delaying
造成出现这种情况问题有很多种,解决方法如下:
#lsmod | grep r8169 (因为我的网卡是RTL8100系列的)
#rmmod r8169 (假如你曾经安装过此驱动)
#cd r8169
#make clean modules
#make install
#depmod r8169
#insmod ./src/r8169.ko
到此已经安装完成。
查看一下:
#ifconfig -a
如果你看到了网卡eth0或是eth1则表明网卡驱动安装成功。