Цитата(krux @ Nov 5 2015, 17:02)

Много раз уже почитал, но не могу понять в чём дело, показывает (
pci_msi_vec_count()), что устройство поддерживает 4 прерывания MSI,
разрешает (
pci_enable_msi_range(pdev, 1, 4)) - 1 прерывание MSI.
Или Вы про это:
Цитата
4. How to use MSIs
PCI devices are initialised to use pin-based interrupts. The device
driver has to set up the device to use MSI or MSI-X. Not all machines
support MSIs correctly, and for those machines, the APIs described below
will simply fail and the device will continue to use pin-based interrupts.
4.1 Include kernel support for MSIs
To support MSI or MSI-X, the kernel must be built with the CONFIG_PCI_MSI
option enabled. This option is only available on some architectures,
and it may depend on some other options also being set. For example,
on x86, you must also enable X86_UP_APIC or SMP in order to see the
CONFIG_PCI_MSI option.
??? Как тогда определить моя система должна работать или нет (Ubuntu 15.04)?