Laptop keeps freezing

I am experiencing random freezing no matter what i do .
In the logs i found an error which idk if it has something to do with the freezing:
19-02-2023 21:16 kernel rtl_usb: Urb has error status 0xFFFFFFB9
Its being spammed most of the time
I can still swap tabs and use my mouse like normal .
If i for example try to watch a video and enter yay in my bash both will after waiting a little begin doing something at the same time.
System:
OS: Manjaro Linux x86_64
Host: Latitude E6510 0001
Kernel: 6.1.11-1-MANJARO
Uptime: 24 mins
Packages: 1197 (pacman), 4 (flatpak)
Shell: bash 5.1.16
Resolution: 1920x1080 @ 60.00Hz, 1680x1050 @ 59.88Hz
DE: Plasma 5.26.5
WM: KWin
Theme: [Plasma], Breeze [GTK2/3]
Icons: [Plasma], breeze [GTK2/3]
Terminal: konsole
CPU: Intel i7 Q 720 (8) @ 1.600GHz [57.0°C]
GPU: NVIDIA NVS 3100M
Memory: 2303MiB / 15933MiB

Hi there.

Just to rule it out, have you tried running a more mature LTS kernel for a while, to see if you experience the same issues? Try 5.15 & see how you go. I can’t help beyond that.

All the best with this one, Ruziel :slight_smile:

2 Likes

Hi @Lukas, and welcome!

In order for us, or anyone for that matter, to be able to provide assistance, more information is necessary. To that end, please see:

Hope you manage!


:bangbang: Tip: :bangbang:

To provide terminal output, copy the text you wish to share, and paste it here, surrounded by three (3) backticks, a.k.a grave accents. Like this:

```
pasted text
```

Or three (3) tilde signs, like this:

~~~
pasted text
~~~

This will just cause it to be rendered like this:

Portaest sed
elementum
cursus nisl nisi
hendrerit ac quis
sit
adipiscing
tortor sit leo commodo.

Instead of like this:

Portaest sed elementum cursus nisl nisi hendrerit ac quis sit adipiscing tortor sit leo commodo.

Alternatively, paste the text you wish to format as terminal output, select all pasted text, and click the </> button on the taskbar. This will indent the whole pasted section with one TAB, causing it to render the same way as described above.

Thereby improving legibility and making it much easier for those trying to be of assistance.


:bangbang::bangbang: Additionally

If your language isn’t English, please prepend any and all terminal commands with LC_ALL=C. For example:

LC_ALL=C bluetoothctl

This will just cause the terminal output to be in English, making it easier to understand and debug.

Please edit your post accordingly.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.