在戴尔 Latitude E5550 笔记本电脑上安装了 OpenWRT,
使用实时 Ubuntu DVD 启动并发出以下命令。
$ wget https://downloads.openwrt.org/chaos_calmer/15.05/x86/generic/openwrt-15.05-x86-generic-combined-ext4.img.gz
$ gunzip openwrt-15.05-x86-generic-combined-ext4.img.gz
$ dd if=openwrt-15.05-x86-generic-combined-ext4.img of=/dev/sda
重新启动系统,当我使用检查接口时
$ifconfig
除了我的环回适配器外,已安装的 OpenWRT 操作系统无法检测到我的其他接口,这些接口
eth0 & wlan0
答案1
看看这个,可能会有帮助。 https://wiki.openwrt.org/doc/howto/vmware,添加
ethernet0.virtualDev = "e1000"
归档.vmx
解决我的问题