Does the STANDARD LE (not the virtualized image) support the virtio devices (especially virtio net)?

  • I'm tinkering with sky42 's special image for Intel N150-based rigs, as a virtualized proxmox instance.

    The VM has internet access just fine, but when I'm yrying to enable WOL I receive an error.

    FYI, dmesg output:

    External Content pastebin.com
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.

    Regardless of the image I'm currently using, any idea if the standard image LE12 image includes virtio* devices?

    EDIT: Yes it does, see post #2.


    Addendum: the latest official LE12 nightly produces a black screen, LE works though (can SSH):

    External Content pastebin.com
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.

    From kodi.log:

    Edited 4 times, last by cosmos: Merged a post created by cosmos into this post. (July 7, 2025 at 5:24 PM).

  • Adding output of ethtool corresponding to the virtio-net provided card:

    From the looks of it, the driver is correctly identified as virtio_net. For some reason though, there is a lot of information missing (like duplex or any wake-on-lan capabilities). IIRC, other VMs get this information just fine.

    Could it be a kernel build issue?