我今天在我的 Ubuntu 8.04 LTS 多安裝了一張網路卡,也設定了 /etc/network/interfaces
auto eth1
iface eth1 inet static
address 192.168.0.4
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.254
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.0.53
然後我用 ifup eth1 嘗試啟動網卡,但是出現以下訊息:
eth1: ERROR while getting interface flags: No such device
SIOCSIFADDR: No such device
eth1: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
SIOCSIFBRDADDR: No such device
eth1: ERROR while getting interface flags: No such device
eth1: ERROR while getting interface flags: No such device
Failed to bring up eth1.
我的網卡是 8139D 的,應該不會抓不到吧?請問要如何才能安裝成功?