“ifconfig -a”不显示任何界面

“ifconfig -a”不显示任何界面

我刚刚按照所述说明在 ARM64 上使用 Ubuntu 设置了 QEMU 映像这里。但是,ifconfig -a似乎没有像我期望的那样向我显示eth0或界面。eth1这是为什么?

root@localhost:~# ifconfig -a
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

答案1

因为您的内核缺少适合您的网络设备(在本例中为 virtio-net)的驱动程序,或者由于某种原因您的系统映像已损坏且驱动程序未自动加载。

相关内容