Random System Freeze

I’ve reflashed my bios, so let’s see what happens.
(Took me 3 attempts to boot to get grub)

3 Likes

The new release fixed my problems.

Thank you again very much for the help and insight for this issue.

1 Like

Hi guys,

After all these months my laptop froze again.
Would someone look at my log?

http://ix.io/2mIi

I did not have a freeze with the 5.4.x LTS Kernel. How long have you had a freeze with LTS Kernel? For my part, I have experienced this freeze on both laptops and desktops with 5.6.x Kernels. Returning to the LTS Kernel, there has been no freezing so far. This may also have something to do with the case. https://linuxreviews.org/Linux_Kernel_5.5_Will_Not_Fix_The_Frequent_Intel_GPU_Hangs_In_Recent_Kernels

I did not have a freeze for a couple of months, I’m using the LTS kernel since then.

There is a very important issue following to Lemon’s problem.

I will dig into the Kernel and find a way out of it.
Can’t promise to find a solution, yet. It will take a few DaYs.

Thank you again for the amazing effort.

1 Like

I had forgotten which CPU you have but i do see your parameters here.

rw quiet intel_idle.max_cstate=1 resume=UUID=31fc204a-f877-4128-b63f-ac70b0d5312e loglevel=3

Some solutions may work here under troubleshooting and xorg config as @zoli62 has posted.

https://linuxreviews.org/Intel_graphics

You may want to try adding enable_dc=0 and or consoleblank=0 and acpi=force
I would experiment adding one at a time and or combination of and then all

You may not need both intel_idle.max_cstate=1 and enable_dc=0
First one limits sleep states and second one disable GPU power management and consoleblank=0 stops display from blanking. acpi=force to force power management parameters.

I’m not sure i can’t remember if yours is using the modestting or xorg but i think it was modesetting?
Looks like is Braswell chip.

There was a Mesa update recently also so you can see if you have it. You could always drop back to previous version.

Current version

[ricklinux@eos-cinnamon ~]$ pacman -Q mesa
mesa 20.0.7-2
[ricklinux@eos-cinnamon ~]

There was also recently a whole slew of xorg related updates too numerous know.

This is my system:

System:
  Kernel: 5.4.41-1-lts x86_64 bits: 64 compiler: gcc v: 10.1.0 
  Desktop: Xfce 4.14.2 tk: Gtk 3.24.20 info: xfce4-panel wm: xfwm4 
  dm: LightDM 1.30.0 Distro: EndeavourOS 
Machine:
  Type: Portable System: Dell product: Inspiron 15-3552 v: 4.4.0 
  serial: <filter> Chassis: type: 8 serial: <filter> 
  Mobo: Dell model: ������ v: ��� serial: <filter> UEFI [Legacy]: Dell 
  v: 4.4.0 date: 03/06/2018 
Battery:
  ID-1: BAT0 charge: 30.1 Wh condition: 30.1/37.3 Wh (81%) volts: 16.7/14.8 
  model: PANASONIC DELL 78V9D63 type: Unknown serial: <filter> status: Full 
  Device-1: hidpp_battery_0 model: Logitech Wireless Mouse serial: <filter> 
  charge: 55% (should be ignored) rechargeable: yes status: Discharging 
CPU:
  Topology: Dual Core model: Intel Celeron N3050 bits: 64 type: MCP 
  arch: Airmont rev: 3 L2 cache: 1024 KiB 
  flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 6400 
  Speed: 1337 MHz min/max: 480/2160 MHz Core speeds (MHz): 1: 1337 2: 1887 
Graphics:
  Device-1: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx 
  Integrated Graphics 
  vendor: Dell driver: i915 v: kernel bus ID: 00:02.0 chip ID: 8086:22b1 
  Device-2: Suyin Integrated_Webcam_HD type: USB driver: uvcvideo 
  bus ID: 1-5:3 chip ID: 064e:9209 serial: <filter> 
  Display: x11 server: X.Org 1.20.8 driver: intel 
  unloaded: fbdev,modesetting,vesa resolution: 1366x768~60Hz s-dpi: 96 
  Message: Unable to show advanced data. Required tool glxinfo missing. 
Audio:
  Device-1: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series 
  High Definition Audio 
  vendor: Dell driver: snd_hda_intel v: kernel bus ID: 00:1b.0 
  chip ID: 8086:2284 
  Sound Server: ALSA v: k5.4.41-1-lts 
Network:
  Device-1: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter 
  vendor: Dell driver: ath9k v: kernel port: f040 bus ID: 01:00.0 
  chip ID: 168c:0036 
  IF: wlan0 state: up mac: <filter> 
  Device-2: Qualcomm Atheros type: USB driver: btusb bus ID: 1-2.1:11 
  chip ID: 0cf3:e005 
Drives:
  Local Storage: total: 119.24 GiB used: 46.71 GiB (39.2%) 
  ID-1: /dev/sda vendor: Crucial model: CT128MX100SSD1 size: 119.24 GiB 
  speed: 6.0 Gb/s serial: <filter> rev: MU03 scheme: MBR 
Partition:
  ID-1: / size: 108.73 GiB used: 46.70 GiB (43.0%) fs: ext4 dev: /dev/sda1 
Swap:
  ID-1: swap-1 type: partition size: 8.27 GiB used: 9.2 MiB (0.1%) 
  priority: -2 dev: /dev/sda2 
Sensors:
  System Temperatures: cpu: 26.0 C mobo: 44.0 C 
  Fan Speeds (RPM): cpu: 0 
Info:
  Processes: 149 Uptime: 9h 44m Memory: 3.76 GiB used: 1.54 GiB (41.0%) 
  Init: systemd v: 245 Compilers: gcc: 10.1.0 Shell: bash v: 5.0.16 
  running in: xfce4-terminal inxi: 3.1.00 

The lock happened after the update from yesterday.
The mesa version is the same as yours: 20.0.7-2.

I did not have a frozen screen today.
I’m not sure if it is a specific Eos problem, I have had this with Manjaro too.

Now see what to try first… :thinking:

And another lockup today.
This is my journal: http://ix.io/2mUG

I’ve downgraded mesa, let’s see what will happen.

Which version of Mesa as the current version fixed the previous from black screen and possibly freeze? I think the version before was 20.0.7-1 that was a problem? Not sure on the exact version number.

Edit: Yes that was problem version for some. The previous version before it was 20.0.6-2

I’ve downgraded to 20.0.6

A new version of Mesa 20.0.7-3 just came out.

And a new kernel too.

He’s running the lts kernel but I still would try both. :smile:

What’s weird is i just tried to update Plasma and i don’t have any updates?

Refresh your mirrors? I have half a gig of updates since yesterday.

I did and nothing.

[ricklinux@eos-plasma ~]$ sudo pacman -Syyu
[sudo] password for ricklinux: 
:: Synchronizing package databases...
 core                    133.4 KiB  2.96 MiB/s 00:00 [----------------------------] 100%
 extra                  1718.8 KiB  29.4 MiB/s 00:00 [----------------------------] 100%
 community                 4.9 MiB  69.6 MiB/s 00:00 [----------------------------] 100%
 multilib                159.2 KiB  0.00   B/s 00:00 [----------------------------] 100%
 endeavouros              12.0 KiB  0.00   B/s 00:00 [----------------------------] 100%
:: Starting full system upgrade...
 there is nothing to do
[ricklinux@eos-plasma ~]$ 

Only in Canada Eh!

Isn’t the mirrors in Germany updating first? It seems like they are always first.

But Arch is originally from Canada isn’t it? :wink: Or?

So you upgraded this morning and forgot about it? :wink: