Comment 0 for bug 1841304

Revision history for this message
kris777 (kris777) wrote :

Linux 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
error similar to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1798921
........................................................
however, all kernel patches do not fix this error !!!!!!
........................................................
maybe it is related to specific hardware / BIOS version?
in my case the Samsung R780 laptop
terminal fix helps:
sudo modprobe -r sky2; sudo modprobe -i sky2

or an entry in GRUB
GRUB_CMDLINE_LINUX_DEFAULT = "quiet splash pci = nomsi, noaer"
I think the problem is rather related to the option: pci = nomsi, noaer
regards!