Open CyanoKobalamyne opened 3 years ago
The version from the repo seems to work on 18.04, but on 16.04 that also fails to install, although with a different error:
/var/lib/dkms/connectal/20.06.4/build/portal.c: In function ‘pcieportal_board_activate’:
/var/lib/dkms/connectal/20.06.4/build/portal.c:548:39: error: implicit declaration of function ‘pci_irq_vector’ [-Werror=implicit-function-declaration]
this_board->irq_num = pci_irq_vector(this_board->pci_dev, 8);
^
Do you have any idea how to resolve this error in ubuntu 16.04?
The version from the repo seems to work on 18.04, but on 16.04 that also fails to install, although with a different error:
/var/lib/dkms/connectal/20.06.4/build/portal.c: In function ‘pcieportal_board_activate’: /var/lib/dkms/connectal/20.06.4/build/portal.c:548:39: error: implicit declaration of function ‘pci_irq_vector’ [-Werror=implicit-function-declaration] this_board->irq_num = pci_irq_vector(this_board->pci_dev, 8); ^
Hi Manish,
Ubuntu 16.04 is no longer getting security updates, so I recommend upgrading to the newest LTS that you can use.
Otherwise, the thing to do is look up pci_irq_vector in Linux cross reference and look at its history between 16.04 and 18.04.
Jamey
When trying to compile
pcieportal
, I get the following error:Kernel version is the default 4.4.0. I also tried on 18.04, with a newer kernel (the default, I think 4.15), and that gave me the same error.