AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-304360

John Chrysostom's questions

Martin Hope
John Chrysostom
Asked: 2020-10-24 04:30:56 +0800 CST

如何解决系统总挂起问题

  • 0

我有一台带有 Ubuntu 20.04 的新 System76 Lemur Pro 笔记本电脑。我真的很想爱上它,但我发现它每周都会完全锁定好几次,这会抑制我的感受。我正在与 System76 支持人员联系,但我也在尝试自己进行一些故障排除。我对 Linux 还很陌生,我希望不仅能学习如何修复我的机器,还能学习对未来有用的一般故障排除步骤。

系统:System76 Lemur Pro,i7,40gb RAM,单 SSD。Ubuntu 20.04。已安装所有更新。只有外围设备是插入鼠标和键盘的 USB 集线器,以及通过 USB-C 连接到 DisplayPort 适配器的外接显示器。没有什么异国情调。

崩溃:一周几次,我会回到我的笔记本电脑(通常是在它整夜闲置后的早晨),发现它对鼠标/键盘完全没有响应。使用 ALT+F_ 尝试切换到终端不会执行任何操作。ALT + PRTSCR + REISUB 不执行任何操作。按下电源按钮没有任何作用。尝试打开内部 LCD 没有任何作用。只有按住电源按钮并硬重置机器才能让我恢复。这种情况只发生过一次,当时我正在积极使用机器,Gnome 桌面保持可见,鼠标和键盘锁定,我正在听的歌曲大约 1/4 秒卡在一个循环中。只有硬重置才能恢复。

我试过的:

  • 压力测试CPU。我在运行压力测试几分钟时监控了 CPU 温度。温度从未超过 80 多度,CPU 风扇启动以控制它。这似乎是安全的,因为热/临界温度被列为 100。
  • 运行内存测试仪。循环了5次,一切都过去了。
  • 安装 Ubuntu 推荐的任何更新。
  • 查看系统日志 (/var/log/syslog)。当系统挂起时,这些日志会变成空白,并保持空白,直到我硬重置它。坠机前的任何事情看起来都非常有趣。
  • 禁用睡眠。已经被禁用,但我想我会提到它。

在这一点上,我不太确定我的下一步应该是什么。我可以查看其他日志吗?我可以运行的其他诊断程序?我是否应该假设它是一个外围设备并一次断开键盘/鼠标/显示器/集线器一个以尝试隔离?似乎不太可能是一个常见的外围设备,但谁知道呢。

编辑:/var/log/kern.log根据要求,这是一次崩溃之前的日志。它包含大量有关正在管理的 CPU 节流的信息。但是,当计算机也稳定时,此类消息也会定期出现...

Oct 22 07:52:00 system76-pc kernel: [44320.095989] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 7775)
Oct 22 07:52:00 system76-pc kernel: [44320.095990] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 4669)
Oct 22 07:52:00 system76-pc kernel: [44320.095992] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 719)
Oct 22 07:52:00 system76-pc kernel: [44320.095992] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 752)
Oct 22 07:52:00 system76-pc kernel: [44320.095994] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 752)
Oct 22 07:52:00 system76-pc kernel: [44320.096970] mce: CPU2: Package temperature/speed normal
Oct 22 07:52:00 system76-pc kernel: [44320.096972] mce: CPU0: Package temperature/speed normal
Oct 22 07:52:00 system76-pc kernel: [44320.096972] mce: CPU5: Package temperature/speed normal
Oct 22 07:52:00 system76-pc kernel: [44320.096973] mce: CPU3: Package temperature/speed normal
Oct 22 07:52:00 system76-pc kernel: [44320.096974] mce: CPU6: Core temperature/speed normal
Oct 22 07:52:00 system76-pc kernel: [44320.096974] mce: CPU7: Core temperature/speed normal
Oct 22 07:52:00 system76-pc kernel: [44320.096975] mce: CPU4: Package temperature/speed normal
Oct 22 07:52:00 system76-pc kernel: [44320.096976] mce: CPU1: Package temperature/speed normal
Oct 22 07:52:00 system76-pc kernel: [44320.096977] mce: CPU6: Package temperature/speed normal
Oct 22 07:52:00 system76-pc kernel: [44320.096977] mce: CPU7: Package temperature/speed normal
laptop freeze crash 20.04
  • 2 个回答
  • 773 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve