笔记本电脑在 Ubuntu 23.10 上随机冻结

笔记本电脑在 Ubuntu 23.10 上随机冻结

自从去年我买了笔记本电脑并安装了 Ubuntu 后,它就经常会随机死机。我试图找出问题所在,但始终找不到。现在我对此非常厌烦,因为它干扰了我的工作,如果我能得到一些帮助就太好了。

冻结没有规律。有时一整天都不会发生。有时重启后会连续发生多次。无论我运行什么程序都没关系。有时它会在没有运行任何程序的情况下冻结。解决此问题的唯一方法是使用电源按钮手动关闭笔记本电脑并重新启动。

free -h 给出:

               total        used        free      shared  buff/cache   available
Mem:            62Gi       2.9Gi        52Gi       625Mi       8.5Gi        59Gi
Swap:          8.0Gi          0B       8.0Gi

sysctl vm.swappiness 给出:

vm.swappiness = 60

swapon -s 给出:

Filename                Type        Size        Used    Priority
/swap.img                               file        8388604     0   -2

我的笔记本电脑信息是:

# System Details Report
---

## Report details
- **Date generated:**                              2024-03-25 11:21:45

## Hardware Information:
- **Hardware Model:**                              HP HP ENVY Laptop 17-ch0xxx
- **Memory:**                                      64.0 GiB
- **Processor:**                                   11th Gen Intel® Core™ i7-1165G7 × 8
- **Graphics:**                                    Intel® Xe Graphics (TGL GT2)
- **Disk Capacity:**                               (null)

## Software Information:
- **Firmware Version:**                            F.12
- **OS Name:**                                     Ubuntu 23.10
- **OS Build:**                                    (null)
- **OS Type:**                                     64-bit
- **GNOME Version:**                               45.2
- **Windowing System:**                            Wayland
- **Kernel Version:**                              Linux 6.5.0-26-generic

最后,崩溃之前我的系统日志中唯一的东西是:

2024-03-25T11:05:01.599439-07:00 eitan-HPEnvy wpa_supplicant[932]: wlo1: PMKSA-CACHE-ADDED 6c:c4:9f:c6:00:f0 0
2024-03-25T11:05:01.605680-07:00 eitan-HPEnvy wpa_supplicant[932]: wlo1: PMKSA-CACHE-REMOVED 6c:c4:9f:c5:f9:60 0
2024-03-25T11:05:01.605723-07:00 eitan-HPEnvy wpa_supplicant[932]: wlo1: PMKSA-CACHE-ADDED 6c:c4:9f:c6:5a:a0 0

请帮忙!

相关内容