ubuntu双网卡为什么eth1激活不了?

先vim /etc/network/interfaces
添加以下信息:
auto eth1
iface eth1 inet static
address 192.168.0.1
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
保存退出

ifconfig eth1 up
ERROR: No such device eth1.
再ifconfig eth1
ERROR: fecthing information from eth1. Device not found.
提示找不到此设备,这是怎么回事?