As mentioned in the title, I recently installed ubuntu 22.04.01 in my Lenovo Legion 5 (bios version: H1CN47WW) laptop dual booting with windows 10. From the start there has been an error message while booting accompanied by some issues. Namely, the brightness can't be changed and the battery drains really fast (only on ubuntu, windows is still fine).
The error is:
ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCIO], AE_NOT_FOUND
ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
pci 0000:00:07.0: DPC: RP PID log size 0 is invalid
pci 0000:00:07.2: DPC: RP PID log size 0 is invalid
/dev/nvme0n1p5: clean, 228012/6083568 files, 3864795/24472945 blocks
I have tried looking up the same error online, but I can't find the same one. I have already tried adding the following line of code in the grub file:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
I also tried updating grub and the operating system, but nothing works.
Does anyone have any idea of how to fix this? Thank you!