How does onboard Wi-Fi get presented to the OS? Desktop Motherboard

As Micheal Frank mentioned in his answer, the motherboard in question comes with a Intel® Dual Band Wireless-AC 8265 card, and Intel's ARK website states: "System Interface Type: PCIe, USB".

This means that the card needs both PCIe and USB to work, not either-or. Typically in these kinds of combo Wifi + Bluetooth cards, whether made by Intel, Atheros (now Qualcomm) or Broadcom, whether in MiniPCIe or m.2 form factor, the PCIe lanes connect the WiFi part, and the USB lanes connect the Bluetooth part.

For example, the following is a screenshot taken from Device Manager on a Windows 10 laptop, where menu "View -> Device by connection" is selected:

Device Manager screenshot

Similarly, on a Linux computer, the WiFi card will show up in lspci, and the Bluetooth card will show up in lsusb.

The MiniPCIe and m.2 connection specifications both include PCIe lanes and USB lanes, and for a combo WiFi + Bluetooth card to work properly, both protocols are required. The PCIe adapter provided with the motherboard routes PCIe lanes on the m.2 connector to the PCIe slot, and the USB lanes to the USB connector, where it must be plugged in to the motherboard's internal USB headers using the provided cable. If the cable is not connected, WiFi may work, but Bluetooth will not work. (Certain models of laptops may have either only PCIe lanes or only USB lanes connected on their MiniPCIe / m.2 slots, and if a combo card is plugged in to those slots, only one function will work.)

Since the OP would like to use PCI passthrough to present the wireless card to a virtual machine, both the PCIe device and the USB device must be passed through if WiFi and Bluetooth are both desired in the virtual machine. (Even then it may not work properly, because PCI passthrough is black magic, and many devices don't like it. I have attempted to pass through a simple PCIe WiFi card before, and never got it to work; your mileage may vary.)


The details page you linked has this information on it:

Intel® Dual Band Wireless-AC 8265 card

  • Supports Wi-Fi 802.11 a/b/g/n/ac, dual band (2.4GHz, 5GHz) up to 867 Mbps speed.
  • Supports Dual Mode Bluetooth® 2.1, 2.1+EDR, 3.0, 4.0, BLE, 4.2

Following that, you can find on Intel Ark that this wireless card could be either PCIe or USB.

Finally, looking at the box art:

enter image description here

There's a PCIe card!

However... and this is where the plot thickens... The product manual reveals the following information:

enter image description here

A USB Cable?!

But then further along it also mentions the following:

Intel® Dual Band Wireless-AC 8265 card
* The Wireless card is pre-install in the M2_3 (M.2 Key E) slot.

There's also this diagram:

enter image description here

All in all, it's quite unclear how exactly this wireless card actually connects to the motherboard, so basically... I dunno?