dmesg | grep -in eth
...
548:eth0: SiS 900 PCI Fast Ethernet ....
...
透過 lspci 來查看網路卡的相關模組
..
00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet...
..
設定網卡位置
ifconfig eth0 192.168.1.100
看看有回應嗎
ping 192.168.1.100
如果正常,網卡就是沒問題啦
==================
memo :
DNS 主機 IP 的設定是在 /etc/resolv.conf