→ kdjf:ifconfig -a ?? 01/28 23:38
ifconfig -a 有看到 eth0,
手動在 /etc/sysconfig/network-scripts/加入 ifcfg-eth0 設定檔,
DEVICE="eth0"
HWADDR="xxxx"(懶得抄)
ONBOOT="yes"
BOOKPROTO=dhcp
重新啟動 network 以後再看 ifconfig 的確有看到 eth0 ,
但是只有抓到 IPV6 沒抓到 IPV4 ?
附註:這台電腦是接在無線 AP 後面~
推 RouterHsieh:應該是沒抓到網卡 01/29 00:25
不知道要怎麼判定到底有沒有抓到網路卡?
※ 編輯: sanbis 來自: 111.252.174.96 (01/29 01:34)
推 trashprince:lspci 或dmesg看看開機過程有沒抓到 01/29 09:23
→ kdjf:有看到網卡了啊, 自己 dhclient eth0 -v 看看 01/29 21:26