跳到主要內容

發表文章

目前顯示的是 10月, 2012的文章

解決Device eth1 does not seem to be present delaying initialization 的問題

因為不曉得新網卡的名字或者更改了eth 的名字 (比如說, 原本系統默認成 eth8, 可是在/etc/sysconfig/network-scripts 卻沒看到 ifcfg-eth8 之類的), 這個時候就要用以下的指令查看: cat /proc/net/dev 確認新名字之後,  使用以下的指令: rm -rf /etc/udev/rules.d/70-persistent-net.rules reboot 問題獲得解決.