Forum Discussion
Hey,
I solved the "lspci" issue with a proper power boot sequence.
But now after checking in lspci and rebooting the system the error -
"pci 0000:01:00.0: AER: Error of this Agent is reported first"
Keeps popping up bootup.
Any idea as to what might be the issue?
Thank you,
Best Regards.
- KianHinT_altera2 years ago
Frequent Contributor
Hi,
I'm Kian and will also be assisting you in this case.
I suspect the card needs to be programmed first . Have you done any programming to the card ?
Also I was looking up on the AER error and some mentioned about disabling the pcie power management might help (pcie_aspm=off) to resolve the issue AER: Error of this Agent is reported first
Quote"
This may be due to PCIe Active State Power Management that is transitioning the link to a lower power state and maybe causing the device to trigger these errors.
You could add this to "/etc/default/grub"Code:pcie_aspm=off
And
Code:sudo update-grub
"
Thanks
Regards
Kian