I've bought a new pc setup a couple of days ago and installed Ubuntu on the machine. When I play a certain video, it restarts after a while on VLC. Playing videos on YouTube doesn't cause this problem and playing other videos on VLC doesn't cause it either.
How can I troubleshoot this problem and see why the pc crashes and restarts ?
Additional info:
/proc/sys/kernel/panic;
is set to 0
journalctl -x -p err
results are:
09 08:55:18 pc-A520M-S2H kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PLTF.C00C (20210331>
09 08:55:18 pc-A520M-S2H kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PLTF.C00D (20210331>
09 08:55:18 pc-A520M-S2H kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PLTF.C00E (20210331>
09 08:55:18 pc-A520M-S2H kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PLTF.C00F (20210331>
09 08:55:23 pc-A520M-S2H wpa_supplicant[831]: ioctl[SIOCSIWAP]: Operation not permitted
09 08:55:23 pc-A520M-S2H wpa_supplicant[831]: ioctl[SIOCSIWENCODEEXT]: Invalid argument
09 08:55:23 pc-A520M-S2H wpa_supplicant[831]: ioctl[SIOCSIWENCODEEXT]: Invalid argument
09 08:55:24 pc-A520M-S2H NetworkManager[809]: <error> [1654757724.5493] wifi-wext: (wlxd03745e54257): error setting powersave 1
09 08:55:25 pc-A520M-S2H wpa_supplicant[831]: Failed to add supported operating classes IE
09 08:55:26 pc-A520M-S2H wpa_supplicant[831]: bgscan simple: Failed to enable signal strength monitoring
09 08:55:27 pc-A520M-S2H gdm-password][1416]: gkr-pam: unable to locate daemon control file
09 08:55:48 pc-A520M-S2H pulseaudio[1451]: GetManagedObjects() failed: org.freedesktop.DBus.Error.TimedOut: Failed to activate service '>
-- Reboot --
Problem persists with live boot.
Processor: Ryzen 5 5600g, Ram: 16GB.
Ubuntu version: Ubuntu 20.04.4 LTS focal.
It could be that the power supply is undervolting, but I've set the CPU frequency to 80% and still restarts. Is there a way to troubleshoot the PSU?
journalctl -xe -b -k
. Maybe a temperature issue? Did you try doing the same on a live boot? – Pablo Bianchi Jun 07 '22 at 21:39sudo journalctl -x
(probably-p err
will return less noise) – Pablo Bianchi Jun 08 '22 at 05:24-p
? Computer is up-to-date? That certain video with a live boot on other PC doesn't crash? Add the output of relevant lines ofmediainfo certainvideo
– Pablo Bianchi Jun 09 '22 at 08:49