MorphiusFaydal@lemmy.worldtoLinux@lemmy.ml•Ubuntu Dapper Drake virtio package needed to set up networking in the VMEnglish
4·
11 days agoYou may need to shut down the VM, check the device config to ensure it’s set to e1000, then boot it back up. The PCI ID on your original post belongs to the virtio-net device.
I don’t recall in virt-manager off the top of my head. But if you make changes in the XML of a domain, you do have to shutdown/restart the domain before they’re effective. And just to be safe, I would say to shutdown the domain, then check the XML, then start up again.
You do say you’re just using qemu, so if that’s the case and you aren’t using libvirt in front of it, shutdown the VM, make sure your qemu command specifies an e1000 network device, and run again.
I can check virt-manager when I get some free time this evening, if that’s what you want/need.