!hzgkCxLtCOTmFXGauj:nixos.org

NixOS Gaming

614 Members
Gaming things, my hands are typing words.166 Servers

Load older messages


SenderMessageTime
7 Apr 2025
@elvishjerricco:matrix.orgElvishJerricco speaking of cmdline, I have no idea what this does: amdgpu.dcdebugmask=0x10 20:48:22
@niko:nyanbinary.rsnyanbinary 🏳️‍⚧️Disables AMD Psr20:49:40
@niko:nyanbinary.rsnyanbinary 🏳️‍⚧️its buggy20:49:42
@niko:nyanbinary.rsnyanbinary 🏳️‍⚧️and causes hangs/crashes20:49:46
@niko:nyanbinary.rsnyanbinary 🏳️‍⚧️https://github.com/NixOS/nixos-hardware/blob/de6fc5551121c59c01e2a3d45b277a6d05077bc4/framework/16-inch/common/amd.nix#L1520:50:23
@elvishjerricco:matrix.orgElvishJerriccooh jfc nixos-hardware means the surface area of possible problems has gone up tremendously20:51:30
@elvishjerricco:matrix.orgElvishJerricco nyanbinary 🏳️‍⚧️: can you try it without any of the nixos-hardware stuff? I don't see anything in there that would be critical 20:53:11
@niko:nyanbinary.rsnyanbinary 🏳️‍⚧️sure20:54:12
@niko:nyanbinary.rsnyanbinary 🏳️‍⚧️ * binary login: [ 18.745279] amdgpu 0000:03:00.0: amdgpu: SMU: response:0xFFFFFFFF for index:43 param:0x00000000 message:PouerDownVcn?
[ 18.745323] amdgpu 0000:03:00.0: amdgpu: Failed to power gate VCN instance 0!
18.745347] [drm:vcn_v4_0_stop [andgpu]] ERROR Dpm disable uvd failed, ret = -121
18,745877] amdgpu 0000:03:00.0: amdgpu: SMU: response:0xFFFFFFFF for index:36 param:0x00000001 message:SetWorkloadMask?
[ 18.745917] amdgpu 0000:03:00.0: amdgpu: Failed to set workload mask 0x00000001
20:58:54
@niko:nyanbinary.rsnyanbinary 🏳️‍⚧️ * binary login: [ 18.745279] amdgpu 0000:03:00.0: amdgpu: SMU: response:0xFFFFFFFF for index:43 param:0x00000000 message:PowerDownVcn?
[ 18.745323] amdgpu 0000:03:00.0: amdgpu: Failed to power gate VCN instance 0!
18.745347] [drm:vcn_v4_0_stop [andgpu]] ERROR Dpm disable uvd failed, ret = -121
18,745877] amdgpu 0000:03:00.0: amdgpu: SMU: response:0xFFFFFFFF for index:36 param:0x00000001 message:SetWorkloadMask?
[ 18.745917] amdgpu 0000:03:00.0: amdgpu: Failed to set workload mask 0x00000001
20:59:15
@elvishjerricco:matrix.orgElvishJerricco nyanbinary 🏳️‍⚧️: also, your dmesg looks similar to this: https://bbs.archlinux.org/viewtopic.php?pid=2235267 Though your symptoms are probably different. Still, give kernel 6.12 a try 21:00:21
@elvishjerricco:matrix.orgElvishJerriccoseems like there may be a regression in 6.1321:01:03
@niko:nyanbinary.rsnyanbinary 🏳️‍⚧️Whats that pkg named in nixpkgs again 21:01:48
@niko:nyanbinary.rsnyanbinary 🏳️‍⚧️:P21:01:49
@niko:nyanbinary.rsnyanbinary 🏳️‍⚧️for 6.1221:01:50
@elvishjerricco:matrix.orgElvishJerricco boot.kernelPackages = pkgs.linuxPackages_6_12; 21:02:17
@makuru:catgirl.cloudMakuru boot.kernelPackages = linuxKernel.kernels.linux_6_13 21:02:27
@makuru:catgirl.cloudMakuru Doesnt exist, I think. 21:02:36
@makuru:catgirl.cloudMakuru boot.kernelPackages = linuxKernel.kernels.linux_6_13; 21:02:55
@elvishjerricco:matrix.orgElvishJerriccouh, no that should exist21:02:58
@elvishjerricco:matrix.orgElvishJerricco6.13 is explicitly the one I'm trying to avoid21:03:06
@elvishjerricco:matrix.orgElvishJerricco
$ nix eval github:NixOS/nixpkgs/nixos-unstable#linuxPackages_6_12.kernel.version 
"6.12.21"
21:03:38
@makuru:catgirl.cloudMakuruYup, I am wrong, for some reason nixos search doesn't show it.21:04:22
@elvishjerricco:matrix.orgElvishJerricco linuxKernel.kernels.linux_6_12 is only the kernel. You'd want linuxKernel.packages.linux_6_12 if you wanted the newstyle attr path 21:04:51
@elvishjerricco:matrix.orgElvishJerricco but there's nothing wrong with just linuxPackages_6_12 21:05:00
@makuru:catgirl.cloudMakuruHuh21:05:44
@elvishjerricco:matrix.orgElvishJerriccothe search probably just doesn't show the package sets21:05:50
@elvishjerricco:matrix.orgElvishJerricco the kernel is, of course, just the kernel, not the package set that boot.kernelPackages needs 21:06:11
@niko:nyanbinary.rsnyanbinary 🏳️‍⚧️Erm whats the more 'correct' way of defining it (random question but yeag)21:06:38
@elvishjerricco:matrix.orgElvishJerricco boot.kernelPackages = pkgs.linuxPackages_6_12; and boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_12; are equally correct 21:07:06

Show newer messages


Back to Room ListRoom Version: 10