Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACPI fix stopped working after Win11+Fedora dual-boot install. #25

Closed
aimzieslol opened this issue Sep 7, 2022 · 1 comment
Closed

Comments

@aimzieslol
Copy link

Yesterday, I installed Win11 on the free space on the laptop. Now, no matter what I do, I can't get the keyboard to work again.

I've even done the acpi_override fix as described on Reddit: https://www.reddit.com/r/linuxhardware/comments/vdc6tz/comment/ijjjwah/

Not even the fix from this repo works:

sh install.sh acpi

My /etc/default/grub looks like this:

GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="rhgb quiet"
GRUB_DISABLE_RECOVERY="true"
#GRUB_ENABLE_BLSCFG=true
GRUB_EARLY_INITRD_LINUX_CUSTOM=acpi_override
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX acpi_osi=! acpi_osi=Linux"

I also run the following:

grub2-mkconfig -o /boot/grub2/grub.cfg
grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg

Is there anything I can check in dmesg?

@aimzieslol
Copy link
Author

OK, figured it out. Probably a problem with Fedora and how it handles grub. I changed this line from true to false in the /etc/default/grub file:

GRUB_ENABLE_BLSCFG=false

Just in case anyone else runs into this problem.

@vrolife vrolife changed the title ACPI fix stopped working after Win11 dual-boot install. ACPI fix stopped working after Win11+Fedora dual-boot install. Sep 7, 2022
@vrolife vrolife pinned this issue Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant