rk3288 ubuntu 怎么实现以太网和wifi共存??

如题,求方法

只要在/ect/network/interface
中写
auto eth0
iface eth0 inet dhcp
在不插网线的时候就会打印:
Waiting for network configuration…
Waiting up to 60 more seconds for network configuration…
Booting system without full network configuration…
这三句话,然后wifi也不能用了,求解

同问呀