-
Notifications
You must be signed in to change notification settings - Fork 0
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
bug: system update introduced gliteches. #79
Comments
thanks to propagandalf at nix discord. {pkgs, ...}: {
# Workaround for GNOME autologin: https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229
systemd.services."getty@tty1".enable = false;
systemd.services."autovt@tty1".enable = false;
services.xserver.desktopManager.gnome.enable = true;
services.udev.packages = with pkgs; [gnome.gnome-settings-daemon];
environment.systemPackages = with pkgs; [gnomeExtensions.appindicator];
environment.gnome.excludePackages =
(with pkgs; [gnome-photos gnome-connections gnome-tour])
++ (with pkgs.gnome; [
cheese # photo booth
eog # image viewer
epiphany # web browser
gedit # text editor
totem # video player
yelp # help viewer
file-roller # archive manager
geary # email client
gnome-calculator
gnome-characters
gnome-contacts
gnome-maps
gnome-music
gnome-weather
]);
} <@930457726323138570> |
try to set up proper driver: |
yet just now again I had a glitch, although much milder than before. [ 1604.795946] asus_wmi: Unknown key code 0xcf
[ 3869.560324] BUG: kernel NULL pointer dereference, address: 000000000000001a
[ 3869.560332] #PF: supervisor read access in kernel mode
[ 3869.560335] #PF: error_code(0x0000) - not-present page researching the error I found: This should be fixed in 6.8.3; how do I get 6.8.3? |
try disabling Bluetooth as a workaround. |
it keeps glithcing #79 update flake and remove nvim ai plugins as they don't work.
To troubleshoot and find the reason for your Linux system crashes, follow these steps:
Remember to always back up your data before attempting to troubleshoot or modify your system. |
$ dmesg
...
[ 3.461249] ACPI BIOS Error (bug): Could not resolve symbol [\CTDP], AE_NOT_FOUND (20230628/psargs-330)
[ 3.461729] ACPI Error: Aborting method \_SB.IETM.IDSP due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
[ 3.462230] ACPI Warning: \_SB.IETM._TRT: Return Package has no elements (empty) (20230628/nsprepkg-94)
[ 3.464055] intel_pmc_core INT33A1:00: initialized
[ 3.466282] Consider using thermal netlink events interface
[ 3.484031] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN1._CRT.S1CT], AE_NOT_FOUND (20230
628/psargs-330)
[ 3.484376] ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN1._CRT due to previous error (AE_NOT_FOUND) (20230628/
psparse-529)
[ 3.485063] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN1._HOT.S1HT], AE_NOT_FOUND (20230
628/psargs-330) |
|
Kernel panic - not syncing, fatal exception in interrupt.Based on the provided search results, a kernel panic - not syncing, fatal exception in interrupt is a critical error that occurs when the kernel detects a fatal exception during an interrupt handling process. This error can be caused by various factors, including: Hardware issues: Problems with the CPU, memory, or other hardware components can trigger a kernel panic. Troubleshooting Steps To resolve a kernel panic - not syncing, fatal exception in interrupt, follow these steps:
Conclusion A kernel panic - not syncing, fatal exception in interrupt is a serious error that requires thorough investigation and troubleshooting. By following these steps and analyzing the search results, you can identify and potentially resolve the underlying cause of the issue. |
after nixos-rebuild switch gnome started to freeze.
some things point to nouveau; so I changed the driver: 2df8c8c, which helped.
Closing tmux tabs while playing music via youtube on brave I experienced a glitch for a few seconds, X server crashed and pushed me back to the login page.
I recall my Bluetooth speaker starting to glitch a while ago.
K900 says 6.8.3 may fix it
The text was updated successfully, but these errors were encountered: