Skip to content

Commit

Permalink
carbon: mask gpe69 again
Browse files Browse the repository at this point in the history
  • Loading branch information
leana8959 committed Sep 12, 2024
1 parent 932a865 commit f583ac4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions nix/configurations/host/carbon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@
"dmask=0077"
];

# related issues
# https://unix.stackexchange.com/questions/20483/how-to-find-which-process-is-causing-high-cpu-usage
# https://unix.stackexchange.com/questions/588018/kworker-thread-kacpid-notify-kacpid-hogging-60-70-of-cpu
# https://askubuntu.com/questions/1275749/acpi-event-69-made-my-system-unusable
boot.kernelParams = [
# Happens after waking up
"acpi_mask_gpe=0x69" # very high count

# # This bricks bluetooth ?
# "acpi_mask_gpe=0x16"
];

nix.settings.trusted-users = [
"root"
"leana"
Expand Down

0 comments on commit f583ac4

Please sign in to comment.