search for: 966569

Displaying 1 result from an estimated 1 matches for "966569".

Did you mean: 966269
2014 Jul 03
3
How to check for proper MSI support?
Hello, A user (cc'd) reported that nouveau's enabling of MSI causes the card to not work on his setup [1]. I think the situation is that MSI is just not supported by the underlying motherboard, even though the card, and probably bridge, support it just fine. It's a very old board. The nouveau code does: pmc->use_msi = pci_enable_msi(device->pdev) == 0; Does it need to do more