You are not logged in.
Pages: 1
Hello, so I have been using Andromeda Q4Os for about 2-3 weeks now and have noticed that since then, every so often, my computer will freeze and will not react to input, which forces me to shut off my laptop from the power button. This has been really annoying because sometimes I am doing important work and I become worried it will freeze and I will lose my progress. I am using a Dell Latitude e6420 so i checked which OSes it's compatible with on the dell website, and the only linux listed is Ubuntu 10.10, so that might be contributing to it, but I'm not too sure. I previously had windows 10 on this laptop and I cannot recall ever experiencing my laptop freezing like this before installing Q4OS. I know this problem would hard to recreate, but anybody has an idea of what could be causing it (and if there's a solution) i would really appreciate it. Thank you
This is my first time posting and i have seen other posts give specs so just in case here:
System Info:
Desktop: Trinity R14.1.5
Distro: Q4OS 6.8-deb13u1 (Andromeda)
Kernel: 6.12.101+deb13-amd64
Hardware:
CPU: Intel Core i5-2520M CPU @ 2.50GHz
Host: Dell Latitude E6420
Graphics: Intel 2nd Generation Core Processor Family Integrated Graphics
RAM Total: 8GB's
Storage Total: 119GB's
Bus: 64-bit
Offline
Hello and welcome to the forum.
There are a number of reasons for this sort of occurence.
First of all we do need to know a bit more about your machine.
Please open Konsole and run
inxi -FCopy and paste the results back here. When you do so please highlight all the text and then click the Code Block icon in the tool bar above (next to the Quote mark button)
Offline
Here is the results:
System:
Host: DellLatitudeE6420 Kernel: 6.12.101+deb13-amd64 arch: x86_64 bits: 64
Desktop: TDE (Trinity) v: R14.1.5 Distro: Q4OS 6.8-deb13u1
Machine:
Type: Laptop System: Dell product: Latitude E6420 v: 01
serial: <superuser required>
Mobo: Dell model: 0P6K8J v: A00 serial: <superuser required> BIOS: Dell
v: A25 date: 03/06/2018
Battery:
ID-1: BAT0 charge: 4.6 Wh (10.3%) condition: 44.5/48.8 Wh (91.1%)
volts: 10.4 min: 11.1
CPU:
Info: dual core model: Intel Core i5-2520M bits: 64 type: MT MCP cache:
L2: 512 KiB
Speed (MHz): avg: 798 min/max: 800/3200 cores: 1: 798 2: 798 3: 798 4: 798
Graphics:
Device-1: Intel 2nd Generation Core Processor Family Integrated Graphics
driver: i915 v: kernel
Device-2: Sunplus Innovation Laptop_Integrated_Webcam_FHD driver: uvcvideo
type: USB
Display: x11 server: X.Org v: 21.1.16 driver: X: loaded: modesetting
unloaded: fbdev,vesa dri: crocus gpu: i915 resolution: 1366x768~60Hz
API: EGL v: 1.5 drivers: crocus,swrast
platforms: gbm,x11,surfaceless,device
API: OpenGL v: 4.5 compat-v: 3.3 vendor: intel mesa v: 25.0.7-2+deb13u1
renderer: Mesa Intel HD Graphics 3000 (SNB GT2)
API: Vulkan v: 1.4.309 drivers: llvmpipe surfaces: xcb,xlib
Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo x11: xdriinfo,
xdpyinfo, xprop, xrandr
Audio:
Device-1: Intel 6 Series/C200 Series Family High Definition Audio
driver: snd_hda_intel
API: ALSA v: k6.12.101+deb13-amd64 status: kernel-api
Server-1: aRts v: 1.5.10 status: active
Server-2: PipeWire v: 1.4.2 status: active
Network:
Device-1: Intel 82579LM Gigabit Network driver: e1000e
IF: eno1 state: down mac: d4:be:d9:30:bb:0c
Device-2: Broadcom BCM43228 802.11a/b/g/n driver: bcma-pci-bridge
IF-ID-1: wlp2s0b1 state: up mac: e0:06:e6:02:25:98
RAID:
Hardware-1: Intel 82801 Mobile SATA Controller [RAID mode] driver: ahci
Drives:
Local Storage: total: 119.24 GiB used: 13.96 GiB (11.7%)
ID-1: /dev/sda vendor: Samsung model: MZ7TY128HDHP-000H1 size: 119.24 GiB
Partition:
ID-1: / size: 108.15 GiB used: 13.96 GiB (12.9%) fs: ext4 dev: /dev/sda1
Swap:
ID-1: swap-1 type: partition size: 8.8 GiB used: 0 KiB (0.0%) dev: /dev/sda2
Sensors:
System Temperatures: cpu: 65.0 C mobo: 31.0 C sodimm: 41.0 C
Fan Speeds (rpm): cpu: 2872
Info:
Memory: total: 8 GiB available: 7.65 GiB used: 3.7 GiB (48.3%)
Processes: 233 Uptime: 4h 26m Shell: Bash inxi: 3.3.38Offline
As @bin wrote, "There are a number of reasons for this sort of occurence." I think of some of them.
Did you notice if your laptop always freezes in the same circumstances (running a specific software, running a lot of software simultaneously, ...)? Run `htop` in a terminal to watch processor and memory usage; do they reach 100% before the freeze?
Did you install software using other means than Q4OS Software Centre or the `sudo apt install <package>` command? For example did you install a software from a downloaded package or following instructions from a website? Such a software might be conflicting with the OS and cause the freeze.
Did you use the `sudo` command? It provides the user with full rights on the system, including the right to corrupt it if it is not used carefully.
Q4OS machine: Samsung R519 - Pentium T4200 2.0 GHz - 4 GB RAM - 500 GB SSD
Offline
I have downloaded Vivaldi (web browser) using a package, but i have noticed it also freezes when I'm running apps that were downloaded from the software center. I switched to Firefox to see if it would help but I still experienced freezing. Also, the most recent freeze happened while i was editing something on Kate. I don't remember 100% but i remember that I think I only had Firefox, some Konqueror folders open, and maybe VLC in the background. Sometimes it doesn't take a lot of software to cause it to freeze. When I ran windows on my laptop, i would multitask with even more programs and did not experience freezing, which is kinda interesting.
Offline
@ChillKid
Welcome to the forum 
We would suspect the Intel graphics stack first, especially the HD 3000. After the next freeze and reboot, please run:
$ journalctl -b -1 -p err
and
$ journalctl -b -1 | grep -Ei 'i915|gpu|hang|freeze|oom'
and post the output here. This may show what happened immediately before the freeze.
Offline
Ok
Offline
Pages: 1