Was there another Bios update or did you revert back to a previous?
No, I reinstalled the newest one.
I thought that this one might have been corrupt.
But it wasnât.
The link isnât working.
Aug 04 09:45:22 Richard-pc kernel: BIOS ACPI warning (error): 32 / 64X length does not match in FADT / Gpe0Block: 128/32 (20190816 / tbfadt-564)
Aug 04 09:45:22 kernel richard-pc: ACPI FADT declares that the system does not support PCIe ASPM, so disable it
Aug 04 09:45:22 richard-pc kernel: PCI: use of ACPI host bridge windows; if necessary use "pci = nocrs" and report an error
According to the report and as far as I know, you have to disable pcie_aspm = off
Instead enable pci-norcs
Regarding the first error read â https://yovantoh.blogspot.com/2018/03/acpi-bios-warning-bug-length-mismatch.html
Itâs not my case.
According to Judd it does.
Where would I make these changes?
In the /etc/default/grub
file on the following line:
sudo nano /etc/default/grub
Here is the line:
/etc/default/grub
# GRUB boot loader configuration
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="EndeavourOS"
GRUB_CMDLINE_LINUX_DEFAULT="pci=nocrs" â âhere and so.
GRUB_CMDLINE_LINUX=""
you can also check ACPI
sudo cat /sys/firmware/acpi/tables/DSDT > dsdt.dat
iasl -d dsdt.dat
â> check if ACPI is ok and valid
I would do both.
aug 04 09:45:22 richard-pc kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
aug 04 09:45:22 richard-pc kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
pcie_aspm = off
â no
pcie_aspm=off
â yes
Itâs all a matter of testing, but the OPâs report said it should be removed âŚ
Yes âŚtesting. Maybe it worksâŚmaybe it donât.
Okay guys, thanks for helping me.
My grub looks like this now:
# GRUB boot loader configuration
GRUB_DEFAULT=0
GRUB_TIMEOUT=2
GRUB_DISTRIBUTOR="EndeavourOS"
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_idle.max_cstate=1 resume=UUID=31fc204a-f877-4128-b63f-ac70b0d5312e loglevel=3 pci=nocrs pcie_aspm=off"
GRUB_CMDLINE_LINUX=""
I hope it works for you. All you can do is test with and if it doesnât cause any problems you should be good.
Yes, I could even try the newest kernel with this.
See what happens.
Well, that didnât last very long, the panel starts to flicker and the mouse pointer freezes a few seconds every 10 seconds with the newest kernelâŚ
Is this intel i915?
Delete from the line pcie_aspm=off
and see if it changes.
Yes, it is.
I must say it ran okay since the last post, no more weird panel crittersâŚhmmâŚ
Has it changed or not ?
It works better, it improved. ?