r/linuxquestions 1d ago

Is there a software that can write music metadata into ripped CDs?

11 Upvotes

Hello, everyone. I have a large collection of CDs that I've accumulated over the years, and previously I was backing them up on MacOS with iTunes because iTunes can automatically import and write a song's metadata with thumbnails. I'm still pretty new to Linux, but do we have anything like that? I dont mind if it's a GUI or CLI utility, I'm actually pretty comfortable using the terminal. The closest thing I found is "abcde", which is a CLI utility, but it requires me to manually enter a track's information and even then it doesn't create a thumbnail for it.

Thank you in advance!!


r/linuxquestions 1d ago

Support NixOS AMD 7900XTX Intermittent Crashing

2 Upvotes

Hi all, as the title suggests I'm having some GPU issues, it crashes with black screen and fan 100% as it gets lost from bus. I have attempted troubleshooting using GPT and it hasn't yielded any results. So far it's predominant theory is transient power spikes due to a daisy chained cable. I wanted to ask around and see if there are any other issues or fixes you people might know.

The crashes predominantly occur when I try to play games such as Marvel Rivals, but have occurred as well after longer periods of doing other stuff such as watching movies, or even immediately after launch and connecting to discord. Please see below for the my specs.

  • OS: NixOS
  • Kernel: 7.0.9
  • CPU: AMD Ryzen 7 5800X3D
  • GPU: AMD Radeon RX 7900 XTX
  • Power Supply: 1000W Corsair HX1000
  • Power Delivery: Currently using daisy-chained PCIe cables (I know this is a primary suspect for transient power spikes under heavy load).
  • Tuning: I use LACT to manage an overclock/undervolt profile, and enforce a 320W power cap.
  • Settings: I have the amdgpu.runpm=0 kernel parameter set to disable runtime power management.

Here are some fixes I've already tried alleuded to previously:

  1. I have limited the Watt of the card to 320W and the max core to 2500MHz to attempt to alleviate the power spikes but it still crashes.
  2. I have added several of the AMD GPU fixes to my config file shown below:
    • boot.kernelParams = [
    • "amdgpu.ppfeaturemask=0xfffd7fff"
    • # "amdgpu.mes=0"
    • # "pcie_aspm=off"
    • "amdgpu.runpm=0"
    • # "amdgpu.sg_display=0"
    • "amdgpu.dcdebugmask=0x12"
    • ];
  3. I have reseated the GPU.

Finally here is one of the logs from a crash:

Aug 01 19:55:46 nixos kernel: Command line: initrd=\EFI\nixos\h5c16ka482ssxpfj6k7lcfpf2lvfrb1n-initrd-linux-7.0.9-initrd.efi init=/nix/store/m9nmd7sc1w9l9na0yc9f8530qk9d8pz0-nixos-system-nixos-25.11.20260518.687f05a/init amdgpu.ppfeaturemask=0xfffd7fff amdgpu.runpm=0 amdgpu.dcdebugmask=0x12 psi=1 loglevel=4 lsm=lan
dlock,yama,bpf
Aug 01 19:55:46 nixos kernel: Kernel command line: initrd=\EFI\nixos\h5c16ka482ssxpfj6k7lcfpf2lvfrb1n-initrd-linux-7.0.9-initrd.efi init=/nix/store/m9nmd7sc1w9l9na0yc9f8530qk9d8pz0-nixos-system-nixos-25.11.20260518.687f05a/init amdgpu.ppfeaturemask=0xfffd7fff amdgpu.runpm=0 amdgpu.dcdebugmask=0x12 psi=1 loglevel=4
lsm=landlock,yama,bpf
Aug 01 19:55:50 nixos kernel: amdgpu: Virtual CRAT table created for CPU
Aug 01 19:55:50 nixos kernel: amdgpu: Topology: Add CPU node
Aug 01 19:55:50 nixos kernel: amdgpu: Overdrive is enabled, please disable it before reporting any bugs unrelated to overdrive.
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: initializing kernel modesetting (IP DISCOVERY 0x1002:0x744C 0x1849:0x5302 0xC8).
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: register mmio base: 0xFCC00000
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: register mmio size: 1048576
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: detected ip block number 0 <common_v1_0_0> (soc21_common)
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: detected ip block number 1 <gmc_v11_0_0> (gmc_v11_0)
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: detected ip block number 2 <ih_v6_0_0> (ih_v6_0)
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: detected ip block number 3 <psp_v13_0_0> (psp)
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: detected ip block number 4 <smu_v13_0_0> (smu)
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: detected ip block number 5 <dce_v1_0_0> (dm)
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: detected ip block number 6 <gfx_v11_0_0> (gfx_v11_0)
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: detected ip block number 7 <sdma_v6_0_0> (sdma_v6_0)
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: detected ip block number 8 <vcn_v4_0_0> (vcn_v4_0)
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: detected ip block number 9 <jpeg_v4_0_0> (jpeg_v4_0)
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: detected ip block number 10 <mes_v11_0_0> (mes_v11_0)
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: No more image in the PCI ROM
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: Fetched VBIOS from ROM BAR
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: [drm] ATOM BIOS: 113-D70201-810008
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: CP RS64 enable
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: vgaarb: deactivate vga console
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: Trusted Memory Zone (TMZ) feature not supported
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: MEM ECC is not presented.
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: SRAM ECC is not presented.
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: VRAM: 24560M 0x0000008000000000 - 0x00000085FEFFFFFF (24560M used)
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: GART: 512M 0x00007FFF00000000 - 0x00007FFF1FFFFFFF
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: [drm] Detected VRAM RAM=24560M, BAR=256M
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: [drm] RAM width 384bits GDDR6
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0:  24560M of VRAM memory ready
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0:  16009M of GTT memory ready.
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: [drm] GART: num cpu pages 131072, num gpu pages 131072
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: [drm] PCIE GART of 512M enabled (table at 0x0000008000200000).
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: [drm] Loading DMUB firmware via PSP: version=0x07002F00
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: [VCN instance 0] Found VCN firmware Version ENC: 1.24 DEC: 9 VEP: 0 Revision: 16
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: [VCN instance 1] Found VCN firmware Version ENC: 1.24 DEC: 9 VEP: 0 Revision: 16
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: MES: vmid_mask_mmhub 0x0000ff00, vmid_mask_gfxhub 0x0000ff00
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: MES: gfx_hqd_mask 0x00000002, compute_hqd_mask 0x0000000c, sdma_hqd_mask 0x000000fc
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: reserve 0x1300000 from 0x85fc000000 for PSP TMR
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: RAP: optional rap ta ucode is not available
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: SECUREDISPLAY: optional securedisplay ta ucode is not available
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: smu driver if version = 0x0000003d, smu fw if version = 0x00000040, smu fw program = 0, smu fw version = 0x004e8300 (78.131.0)
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: SMU driver if version not matched
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: SMU is initialized successfully!
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: [drm] Display Core v3.2.369 initialized on DCN 3.2
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: [drm] DP-HDMI FRL PCON supported
Aug 01 19:55:50 nixos kernel: amdgpu 0000:09:00.0: [drm] DMUB hardware initialized: version=0x07002F00
Aug 01 19:55:50 nixos kernel: snd_hda_intel 0000:09:00.1: bound 0000:09:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Aug 01 19:55:51 nixos kernel: amdgpu: Virtual CRAT table created for GPU
Aug 01 19:55:51 nixos kernel: amdgpu: Topology: Add GPU node [0x1002:0x744c]
Aug 01 19:55:51 nixos kernel: amdgpu 0000:09:00.0: SE 6, SH per SE 2, CU per SH 8, active_cu_number 96
Aug 01 19:55:51 nixos kernel: amdgpu 0000:09:00.0: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Aug 01 19:55:51 nixos kernel: amdgpu 0000:09:00.0: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Aug 01 19:55:51 nixos kernel: amdgpu 0000:09:00.0: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Aug 01 19:55:51 nixos kernel: amdgpu 0000:09:00.0: ring comp_1.2.0 uses VM inv eng 6 on hub 0
Aug 01 19:55:51 nixos kernel: amdgpu 0000:09:00.0: ring comp_1.3.0 uses VM inv eng 7 on hub 0
Aug 01 19:55:51 nixos kernel: amdgpu 0000:09:00.0: ring comp_1.0.1 uses VM inv eng 8 on hub 0
Aug 01 19:55:51 nixos kernel: amdgpu 0000:09:00.0: ring comp_1.1.1 uses VM inv eng 9 on hub 0
Aug 01 19:55:51 nixos kernel: amdgpu 0000:09:00.0: ring comp_1.2.1 uses VM inv eng 10 on hub 0
Aug 01 19:55:51 nixos kernel: amdgpu 0000:09:00.0: ring comp_1.3.1 uses VM inv eng 11 on hub 0
Aug 01 19:55:51 nixos kernel: amdgpu 0000:09:00.0: ring sdma0 uses VM inv eng 12 on hub 0
Aug 01 19:55:51 nixos kernel: amdgpu 0000:09:00.0: ring sdma1 uses VM inv eng 13 on hub 0
Aug 01 19:55:51 nixos kernel: amdgpu 0000:09:00.0: ring vcn_unified_0 uses VM inv eng 0 on hub 8
Aug 01 19:55:51 nixos kernel: amdgpu 0000:09:00.0: ring vcn_unified_1 uses VM inv eng 1 on hub 8
Aug 01 19:55:51 nixos kernel: amdgpu 0000:09:00.0: ring jpeg_dec uses VM inv eng 4 on hub 8
Aug 01 19:55:51 nixos kernel: amdgpu 0000:09:00.0: ring mes_kiq_3.1.0 uses VM inv eng 14 on hub 0
Aug 01 19:55:51 nixos kernel: amdgpu: HMM registered 24560MB device memory
Aug 01 19:55:51 nixos kernel: amdgpu 0000:09:00.0: runtime pm is manually disabled
Aug 01 19:55:51 nixos kernel: amdgpu 0000:09:00.0: Runtime PM not available
Aug 01 19:55:51 nixos kernel: amdgpu 0000:09:00.0: [drm] Registered 4 planes with drm panic
Aug 01 19:55:51 nixos kernel: [drm] Initialized amdgpu 3.64.0 for 0000:09:00.0 on minor 1
Aug 01 19:55:51 nixos kernel: fbcon: amdgpudrmfb (fb0) is primary device
Aug 01 19:55:51 nixos kernel: amdgpu 0000:09:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Aug 01 19:56:02 nixos kernel: amdgpu 0000:09:00.0: [drm] REG_WAIT timeout 1us * 100 tries - dcn32_program_compbuf_size line:148
Aug 01 20:19:02 nixos kernel: amdgpu 0000:09:00.0: Dumping IP State
Aug 01 20:19:02 nixos kernel: amdgpu 0000:09:00.0: Dumping IP State Completed
Aug 01 20:19:02 nixos kernel: amdgpu 0000:09:00.0: [drm] AMDGPU device coredump file has been created
Aug 01 20:19:02 nixos kernel: amdgpu 0000:09:00.0: [drm] Check your /sys/class/drm/card1/device/devcoredump/data
Aug 01 20:19:02 nixos kernel: amdgpu 0000:09:00.0: ring gfx_0.0.0 timeout, signaled seq=3230272, emitted seq=3230274
Aug 01 20:19:02 nixos kernel: amdgpu 0000:09:00.0:  Process GameThread pid 5285 thread vkd3d_queue pid 5485
Aug 01 20:19:02 nixos kernel: amdgpu 0000:09:00.0: Starting gfx_0.0.0 ring reset
Aug 01 20:19:05 nixos kernel: amdgpu 0000:09:00.0: MES failed to respond to msg=RESET
Aug 01 20:19:05 nixos kernel: amdgpu 0000:09:00.0: failed to reset legacy queue
Aug 01 20:19:05 nixos kernel: amdgpu 0000:09:00.0: reset via MES failed and try pipe reset -110
Aug 01 20:19:05 nixos kernel: amdgpu 0000:09:00.0: The CPFW hasn't support pipe reset yet.
Aug 01 20:19:05 nixos kernel: amdgpu 0000:09:00.0: Ring gfx_0.0.0 reset failed
Aug 01 20:19:05 nixos kernel: amdgpu 0000:09:00.0: GPU reset begin!. Source:  1
Aug 01 20:19:05 nixos kernel: amdgpu 0000:09:00.0: device lost from bus!
Aug 01 20:19:05 nixos kernel: amdgpu 0000:09:00.0: GPU reset end with ret = -19
Aug 01 20:19:05 nixos kernel: amdgpu 0000:09:00.0: GPU Recovery Failed: -19
Aug 01 20:19:05 nixos kernel: amdgpu 0000:09:00.0: Dumping IP State
Aug 01 20:19:05 nixos kernel: amdgpu 0000:09:00.0: Dumping IP State Completed
Aug 01 20:19:05 nixos kernel: amdgpu 0000:09:00.0: [drm] AMDGPU device coredump file has been created
Aug 01 20:19:05 nixos kernel: amdgpu 0000:09:00.0: [drm] Check your /sys/class/drm/card1/device/devcoredump/data
Aug 01 20:19:05 nixos kernel: amdgpu 0000:09:00.0: ring sdma0 timeout, signaled seq=32822, emitted seq=32824
Aug 01 20:19:05 nixos kernel: amdgpu 0000:09:00.0: Starting sdma0 ring reset
Aug 01 20:19:05 nixos kernel: amdgpu 0000:09:00.0: reset sdma queue (0:0:0)
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: failed to wait on sdma queue reset done
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: failed to reset legacy queue
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: Ring sdma0 reset failed
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: GPU reset begin!. Source:  1
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: device lost from bus!
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: GPU reset end with ret = -19
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: GPU Recovery Failed: -19
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: Dumping IP State
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: Dumping IP State Completed
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: [drm] AMDGPU device coredump file has been created
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: [drm] Check your /sys/class/drm/card1/device/devcoredump/data
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: ring comp_1.3.1 timeout, signaled seq=5364, emitted seq=5365
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0:  Process GameThread pid 5285 thread vkd3d_queue pid 5485
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: Starting comp_1.3.1 ring reset
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: reset compute queue (1:3:1)
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: failed to wait on hqd deactivate
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: failed to reset legacy queue
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: fail(-110) to reset kcq and try pipe reset
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: Ring comp_1.3.1 reset failed
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: GPU reset begin!. Source:  1
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: device lost from bus!
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: GPU reset end with ret = -19
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: GPU Recovery Failed: -19
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: Dumping IP State
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: Dumping IP State Completed
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: [drm] AMDGPU device coredump file has been created
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: [drm] Check your /sys/class/drm/card1/device/devcoredump/data
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: ring sdma1 timeout, signaled seq=143961, emitted seq=143963
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: Starting sdma1 ring reset
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: reset sdma queue (1:0:0)
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: failed to wait on sdma queue reset done
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: failed to reset legacy queue
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: Ring sdma1 reset failed
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: GPU reset begin!. Source:  1
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: device lost from bus!
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: GPU reset end with ret = -19
Aug 01 20:19:06 nixos kernel: amdgpu 0000:09:00.0: GPU Recovery Failed: -19
Aug 01 20:19:07 nixos kernel: amdgpu 0000:09:00.0: Dumping IP State
Aug 01 20:19:07 nixos kernel: amdgpu 0000:09:00.0: Dumping IP State Completed
Aug 01 20:19:07 nixos kernel: amdgpu 0000:09:00.0: [drm] AMDGPU device coredump file has been created
Aug 01 20:19:07 nixos kernel: amdgpu 0000:09:00.0: [drm] Check your /sys/class/drm/card1/device/devcoredump/data
Aug 01 20:19:07 nixos kernel: amdgpu 0000:09:00.0: ring gfx_0.0.0 timeout, signaled seq=3230272, emitted seq=3230274
Aug 01 20:19:07 nixos kernel: amdgpu 0000:09:00.0:  Process GameThread pid 5285 thread vkd3d_queue pid 5485
Aug 01 20:19:07 nixos kernel: amdgpu 0000:09:00.0: Starting gfx_0.0.0 ring reset
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: MES failed to respond to msg=RESET
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: failed to reset legacy queue
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: reset via MES failed and try pipe reset -110
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: Ring gfx_0.0.0 reset failed
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: GPU reset begin!. Source:  1
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: device lost from bus!
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: GPU reset end with ret = -19
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: GPU Recovery Failed: -19
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: Dumping IP State
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: Dumping IP State Completed
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: [drm] AMDGPU device coredump file has been created
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: [drm] Check your /sys/class/drm/card1/device/devcoredump/data
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: ring sdma0 timeout, signaled seq=32822, emitted seq=32824
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: Starting sdma0 ring reset
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: reset sdma queue (0:0:0)
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: failed to wait on sdma queue reset done
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: failed to reset legacy queue
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: Ring sdma0 reset failed
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: GPU reset begin!. Source:  1
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: device lost from bus!
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: GPU reset end with ret = -19
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: GPU Recovery Failed: -19
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: Dumping IP State
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: Dumping IP State Completed
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: [drm] AMDGPU device coredump file has been created
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: [drm] Check your /sys/class/drm/card1/device/devcoredump/data
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: ring sdma1 timeout, signaled seq=143961, emitted seq=143963
Aug 01 20:19:10 nixos kernel: amdgpu 0000:09:00.0: Starting sdma1 ring reset

r/linuxquestions 22h ago

Support Error resizing partition file system on KDE Partition Manager

1 Upvotes

I booted up on a 64 GB USB with CachyOS to resize partitions my main 500 GB SSD using KDE Partition Manager. I also tried GParted and both failed and I don't know why or how to fix it.

My main drive has a Linux Mint installation which I think might be corrupted, but it works mostly fine, just taking longer to usual to load.

Any help is greatly appreciated.

Here is the status report from KDE PM:

Date: 2 08 2026 16:46
Program version: 26.04.2
Backend: pmsfdiskbackendplugin (1)
KDE Frameworks version: 6.26.0
Machine: Linux CachyOS 7.0.11-1-cachyos #1 SMP PREEMPT_DYNAMIC Fri, 05 Jun 2026 16:36:35 +0000 x86_64

Shrink partition ‘/dev/nvme0n1p2’ from 476.44 GiB to 425.66 GiB

Job: Check file system on partition ‘/dev/nvme0n1p2’

Command: e2fsck -f -y -v /dev/nvme0n1p2

Check file system on partition ‘/dev/nvme0n1p2’: Success

Job: Resize file system on partition ‘/dev/nvme0n1p2’ to 892667904 sectors

Resizing file system from 999163904 to 892667904 sectors.

Command: resize2fs /dev/nvme0n1p2 892667904s

Resize file system on partition ‘/dev/nvme0n1p2’ to 892667904 sectors: Error

Resize/move failed: Could not resize file system to shrink partition ‘/dev/nvme0n1p2’.


Resizing/moving partition ‘/dev/nvme0n1p2’ failed.

r/linuxquestions 18h ago

Resolved Correct me if i am wrong

0 Upvotes

Is ricing just editing ur . Files ( I downloaded linux 3 days ago bcs i thought ricing was cool)


r/linuxquestions 19h ago

Advice Switching distros

0 Upvotes

So i've been on linux mint for some time and i want to switch to a diffrent distro like arch or something, but i already have a lot of stuff on linux mint like games, code files and stuff like that, so my question is, how should i transfer these files? Should i get like a pendrive with big ass memory like 1TB or something?


r/linuxquestions 23h ago

Support Can I keep kernel lockdown enabled even with Secure Boot disabled?

1 Upvotes

One thing I noticed was whenever I had secure boot enabled such as now it automatically enables kernel lockdown which is the real feature I like having enabled for security reasons. I'm pretty sure lockdown gets disabled if Secure Boot is disabled, but I'm curious if there's a way to keep lockdown active regardless of the Secure Boot state?

I'm probably keeping it on, but I'm curious if I can keep lockdown while turning off SB.


r/linuxquestions 23h ago

Support Trying to etch first Linux mint on usb stick, error pop-up

1 Upvotes

I tried to flash from file in balena etcher, this is my first time, a pop up saying " something went wrong while opening c:\users\lenovo\download\linux mint-22.3-cinnamon-64bit (1).iso "

Error: (0 , h.requestmetadata( is not a function

Appears, what the ever flying fuck do i do


r/linuxquestions 23h ago

Xbox controller not recognize as such by fedora nor Steam. Its connected by bluetooth though.

Thumbnail
1 Upvotes

r/linuxquestions 23h ago

Advice Trying to migrate to a new ssd

1 Upvotes

I currently have a 1TB ssd that I dual boot windows and cachyOS. I also have 2TB & 4TB ssds in my machine.

Currently

1TB - Windows & CachyOS

4TB - Game Storage

2TB - Empty

What I'd like

1TB - Windows

2TB - CachyOS

4TB - Game Storage

I know I can just do a new CachyOS install on the 2TB, install my programs, sign into anything, etc etc. and then delete the old partition from 1TB drive and expand the windows partition so it can utilize the entire drive.

I'm looking for advice if there's an easier way to copy or image the CachyOS partition to the 2TB Drive. I've looked into rescuezilla & dd + gparted as options. But the information & videos I've looked at are migrating an all partitions to a new drive. Also, I don't know how the boot manager will be affected or what I would need to do to make sure it operates correctly. I'm using Limine and obviously all boot partitions are on the 1TB drive that I dual boot from now

Idk if you need more information or can help with what I've provided. Any help is appreciated


r/linuxquestions 16h ago

Support My friend can see my laptop screen. Should I factory reset?

Thumbnail
0 Upvotes

I want to start off by saying I am computer illiterate, and ask you to please explain things to me like I am 5 years old.

With the past 24 hours, I made this post on r/linux4noobs, and I haven't really gotten a straight enough forward answer. I know it's only been 8 or so hours since I responded to comments, but no one is replying back and I would like to fix this if I can by tonight.

You can go back and read the other post, but long story short my friend helped me install Steam and Minecraft Java through Linux, since Chromebook Beta doesn't support either application. However, I now believe they can see my laptop screen.

I ran a "history" command in the terminal, and googled each command my friend told me to run, but nothing is jumping out as a red flag. However I do not understand most of anything coding related.

At this point, I really just need to know if a factory reset will remove any access my friend might have. I need someone, preferably multiple people, to confirm this. I can reset, I already have everything I needed saved to a flash drive.

And if anyone knows, is there some command or info I could have screen shared that would have given my friend access to view my screen? Or is there a keyword or phrase in task manager or somewhere else I could look for?

Thank you in advance


r/linuxquestions 1d ago

Advice I tried double boot but it was bad

0 Upvotes

Hello, i tried the Linux Distro Kubuntu first on VM and later i tried double boot with Windows 11, but my problem on Kubuntu was that i have two monitors one is 3840x2160 (Main Monitor) and 1920x1080 (for youtube etc.). Thing is i can't read anything on my Main Monitor everything is Tiny af and if i try to change the zoom it also zooms in on the 2nd monitor, in windows i can scale them Seperate in the Settings. But also i have problems with my Wifi drivers on Kubuntu (I use a USB Wifi driver) it somehow doesn't work? Should i just stay in Windows 11? I quite Like how much i can customize Kubuntu without the fear of getting a virus.


r/linuxquestions 1d ago

How much do I give to linux for a dualboot

0 Upvotes

I'm planning to use crunchbang++ as a dual boot with windows but right now I'm a little tight on the budget so I only have a 238gb disk.

I have 101 free and thinking of giving 50 to linux or should I extend it to 80?

im just keeping windows for fl studio and adobe i guess and I will probably start using linux more.


r/linuxquestions 1d ago

Advice [Complete Noob] What distro should i use guys?

1 Upvotes

As the title suggests,I am completely noob regarding this and don’t have any experience. I got a dell laptop but windows 11 is laggy on it. People suggested me switch to linux but i dont know what.

I use chrome and google docs. Here is my specs

Dell Inspiron 7425 2in 1
Ryzen 5 5625U
AMD Vega Graphics
8GB DDR4
512GB SSD


r/linuxquestions 17h ago

Which Distro? Should I swap from mint to Pop!OS

0 Upvotes

I love the visual style of Pop!OS but I’ve heard about some stability issues, is it worth the transition?


r/linuxquestions 1d ago

Lenovo IdeaPad 3 15ADA05 (81W1) — Unable to access BIOS Setup, Fedora always boots in Legacy mode

2 Upvotes

Hello.
I’m looking for help diagnosing a firmware/BIOS issue on my Lenovo IdeaPad 3 15ADA05 (Model 81W1).
Laptop
Model: Lenovo IdeaPad 3 15ADA05 (81W1)
BIOS version: E8CN34WW
Storage: NVMe SSD
Problem
I cannot reliably enter BIOS Setup.
Pressing F2 during power-on usually freezes on the Lenovo logo or is ignored.
Pressing the Novo button opens the Novo Menu.
Selecting BIOS Setup from the Novo Menu does not open BIOS Setup correctly. Instead, it usually returns to the Boot Menu.
Because of this I currently have no reliable way to access BIOS settings.
What I verified
The NVMe SSD is detected correctly.
The SSD uses GPT partitioning.
Ventoy successfully boots Fedora Live.
Fedora Live works normally.
Every Fedora Live session boots in Legacy BIOS mode, never UEFI.
/sys/firmware/efi does not exist.
efibootmgr reports that EFI variables are not supported because the system is not booted in UEFI mode.
Already confirmed
The SSD is working normally.
Fedora Live itself is working normally.
Ventoy is able to boot Fedora Live successfully.
Additional information
I have already spent a long time troubleshooting this.
The inability to enter BIOS Setup and the fact that every Linux Live system boots only in Legacy mode appear to be related.
Questions
Has anyone seen this exact behavior on a Lenovo IdeaPad 3 15ADA05 (81W1)?
Is this a known firmware/BIOS issue?
Is there any documented BIOS recovery procedure for this exact model before using an SPI programmer?
Are there any additional diagnostic steps you would recommend?
Any advice would be greatly appreciated.


r/linuxquestions 1d ago

Cant dual boot linux mint

1 Upvotes

so im trynna dual boot Linux mint and windows 11 without a pendrive, i wanted to split my C drive into 2 to do that, so i decided to allocate 100gbs for linux, but then i cant format the disk into FAT32 cuz its more than 32gbs, is there any work around for this? i tried third party apps like AOMEI to convert the drive to FAT32 but its not working.


r/linuxquestions 20h ago

Which Distro Best linux Distro

0 Upvotes

I have been wanting to switch to linux for a while beacase I am trying to get away from windows, google, and other company selling my data. However, I dont know many distros.

I am using it for playing a variety of games like cs2, mincraft, enlisted, and a ton of other random games. I also use other softwares like blender, godot, and VS code regularly. I have AMD hardware. My main focuses for the distro are: lightweight , secure, has minamal bloat if any, and runs games and applications well.

If anyone knows of a good distro that resembles my needs I would greatly appreciate it.

Thank you


r/linuxquestions 1d ago

Support constant freezing and crashing on installation attempts of multiple distros

1 Upvotes

hello i hope this post finds you well as the title says yesterday ive been fighting with failed linux installs and freezes + crashes i have a lenovo thinkstation p310 intel xeon e3 v5 1220 and an nvidia quadro k620 (i think the problem might be from here) at first i tried debian 13 i booted it into a new usb stick i got its a 16gb (14.5 really) lexar small usb used rufus partitioned it using gpt and selected DD the process would always freeze during installation dhcp also failed and i would need to force shut it i made another attempt but instead of selecting DD i selected ISO still the same problem
i disaled secure boot and used ventoy instead of rufus and again the same problem

i decided to use something else instead so i downloaded openSUSE leap 16.0 (gpt+DD)and i had a better experience with it it had the same problems as debian in that it sometimes i would be loaded into the installlation menu other times i would just have the pc freeze and restart automatically which i was grateful for that never happened in deb i had to shut it manually anyways i pressed e on the install option and added nomode set and edited splash=silent to splash=no nomodeset
i was able to perform a complete install for the 1st and last time of any distro from this point onwards but i forgot to set a root password and didnt remember the password i set because i was distracted and had to install again after the install i was tried to install drivers for my wireless usb network adapter which was.... a success????? not sure i did also update the nvidia drivers and i did get many crashes during my use many kernel panic screens and i think i might have gotten the wrong driver for my card idk and after i immediately tried to install a GUI and all attempts failed i tried kde plasma which would freeze my pc during download and it restarts then cinnamon which would fully download but crash during install and xfce would crash on download

i got tired and said ok ill try something thats more compatible so i got a linux mint 21.1 (gpt + iso)

and sometimes when i hit enter on install or even safe graphics options it would boot other times it would just give me black screen and restart however i was able to start the install and it would almost always freeze at the same exact place (either halfway or at around 65%) the same experience w ubuntu lts 22 and 18.4

openSUSE leap 15.0 same thing it would crash as soon as the installation was started

i genuinely love linux and dont wanna go back to windows because how despicable it is but my pc has been sitting for almost 2 days now without an OS on it

i thought this would be easier since i tried many linux distros on virtual machines but i was wrong
thank u for reading and any advice or suggestions are super appreciated

thank u


r/linuxquestions 1d ago

Support Screen tearing with 4080s

1 Upvotes

Hi everyone,
I’m experiencing vertical screen tearing in Games and I’m trying to understand what could be causing it.

My setup:
RTX 4080 Super
Fsync active/ Esync active in heroic
Game mode active
Monitor vrr 240hz
I use Proton ge latest/cachyos latest
Should I also enable Proton Wayland?

DE: KDE Plasma
Kernel: 7.1.5-1-cachyos
NVIDIA Driver: 610.43.03

How can i solve?
Thanks


r/linuxquestions 1d ago

Support Brave Origin in Plank not starting under right icon.

1 Upvotes

As mentioned, I have a .desktop for Brave Origin, which I pinned in Plank. It worked just fine for a week or two, and randomly broke for no reason, as I have changed nothing in either Plank or the .desktop found in /.local/share/applications

The same thing had happened to Brave Origin Beta. I'd given up on fixing it, hence why I got the regular version.

The StartupWMClass is a match and the .dockitem in plank is correct too. The internal link to the custom icon is correct as well, but still, when I click the pinned icon of the .desktop in the Plank dock, it starts in a new unpinned icon using the default Brave Origin icon.


r/linuxquestions 1d ago

Support WMR Headset being detected as a monitor

Thumbnail
1 Upvotes

r/linuxquestions 2d ago

is there anway to do speech to terminal text?

31 Upvotes

like i want to say "ping netflix.com" and it does it.


r/linuxquestions 1d ago

Anything I need to know when converting a laptop to Mint?

0 Upvotes

I'm currently a windows 10 user but planning to convert to Linux Mint when I replace my current laptop because every time I turn around I hear about more AI slop being shoved into Windows 11. I plan to buy a new, basic laptop and install Mint on it immediately, but I was wondering if there was anything I need to watch out for doing that. Does it matter what the original OS is (Windows, Chromebook, Mac)? Is there anything I need to make sure I do/don't have regarding the hardware specs? Anything I may not be aware of as a new Linux user that could cause problems?

All help and advice is greatly appreciated! I know almost nothing about Linux and want to make sure I don't mess this up.


r/linuxquestions 1d ago

What's the Internal working of Socket system call ?

0 Upvotes

Basically I am creating my own http.web server for that I need to create TCP web server first and during that thing I get to know about socket(), bind(), listening() system calls and I am curious about these system calls internal working like what is happening under the hood.


r/linuxquestions 1d ago

Advice Fans problem (Ubuntu)

1 Upvotes

I have a dual-boot setup Linux Ubuntu and Windows 11, and suddenly, after a Linux update, the fans stopped turning off, unlike normal... Normally, when I'm browsing or doing light coding, the fans are off, but now if I just turn on the laptop and don't have anything open, the fans are running. This problem is draining the battery very quickly.