Sunday, April 09, 2023

Kali Linux (2023.1) randomly freezes on Dell Latitude 7490

Kali Linux(2023.1) randomly hard freezes on Dell Latitude 7490. This can happen immediately or after few minutes.

This is  likely caused by a bug in integrated Intel GPU (i915) driver, see the following links for more information:

Bug 102586 - System freeze with Kernels > 4.11.x (freeze on 4.12.x and 4.13.x) 

Fix for Intel i915 GPU Freeze on Recent Linux Kernels

Linux 5.x random kernel panic workaround

Workaround:

  1. Touch /etc/modprobe.d/i915.conf
  2. Add this line
    options i915 enable_psr=0
  3. Reboot

//end

No comments:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...