LTE modem driver install

My laptop has Intel LTE Modem, but command qvm-pci list shows it as - “Unknown: Intel […] Modem”.

However searching it in Intel https://www.intel.com/content/www/us/en/download-center/home.html

Gives no result.

Also, how can I figure out whether Cubes would support my modem if I manage to find its driver?

Run this command in dom0 terminal:

lspci -nn

You’ll see the device VID:PID at the end of the line in brackets like this:
Unknown: Intel … Modem [xxxx:xxxx]
Search the driver for your VID:PID xxxx:xxxx.

1 Like