| 7 Apr 2025 |
nyanbinary 🏳️⚧️ | sure | 20:54:12 |
nyanbinary 🏳️⚧️ | * 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 |
nyanbinary 🏳️⚧️ | * 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 | 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 | seems like there may be a regression in 6.13 | 21:01:03 |
nyanbinary 🏳️⚧️ | Whats that pkg named in nixpkgs again | 21:01:48 |
nyanbinary 🏳️⚧️ | :P | 21:01:49 |
nyanbinary 🏳️⚧️ | for 6.12 | 21:01:50 |
ElvishJerricco | boot.kernelPackages = pkgs.linuxPackages_6_12; | 21:02:17 |
Makuru | boot.kernelPackages = linuxKernel.kernels.linux_6_13 | 21:02:27 |
Makuru | Doesnt exist, I think. | 21:02:36 |
Makuru | boot.kernelPackages = linuxKernel.kernels.linux_6_13; | 21:02:55 |
ElvishJerricco | uh, no that should exist | 21:02:58 |
ElvishJerricco | 6.13 is explicitly the one I'm trying to avoid | 21:03:06 |
ElvishJerricco | $ nix eval github:NixOS/nixpkgs/nixos-unstable#linuxPackages_6_12.kernel.version
"6.12.21"
| 21:03:38 |
Makuru | Yup, I am wrong, for some reason nixos search doesn't show it. | 21:04:22 |
ElvishJerricco | 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 | but there's nothing wrong with just linuxPackages_6_12 | 21:05:00 |
Makuru | Huh | 21:05:44 |
ElvishJerricco | the search probably just doesn't show the package sets | 21:05:50 |
ElvishJerricco | the kernel is, of course, just the kernel, not the package set that boot.kernelPackages needs | 21:06:11 |
nyanbinary 🏳️⚧️ | Erm whats the more 'correct' way of defining it (random question but yeag) | 21:06:38 |
ElvishJerricco | boot.kernelPackages = pkgs.linuxPackages_6_12; and boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_12; are equally correct | 21:07:06 |
nyanbinary 🏳️⚧️ | Switched to 6.12 and switched off the nixos-hardware thingy | 21:17:33 |
nyanbinary 🏳️⚧️ | dont know which one was it I assume the kernel | 21:17:41 |
nyanbinary 🏳️⚧️ | but it worked | 21:17:43 |
nyanbinary 🏳️⚧️ | WARNING: [Loader Message] Code 0 : terminator_CreateInstance: Received return code -3 from call to vkCreateInstance in ICD /nix/store/xylg7c2w19n7lpvc7xs3zgkh5is934lv-mesa-25.0.3/lib/libvulkan_dzn.so. Skipping this driver.
GPU0:
VkPhysicalDeviceProperties:
---------------------------
apiVersion = 1.4.305 (4210993)
driverVersion = 25.0.3 (104857603)
vendorID = 0x1002
deviceID = 0x15bf
deviceType = PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU
deviceName = AMD Radeon 780M (RADV PHOENIX)
pipelineCacheUUID = 1c54bf54-2a2d-a605-9e24-f007edcb13f3
--
GPU1:
VkPhysicalDeviceProperties:
---------------------------
apiVersion = 1.4.305 (4210993)
driverVersion = 25.0.3 (104857603)
vendorID = 0x1002
deviceID = 0x7480
deviceType = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
deviceName = AMD Radeon RX 7700S (RADV NAVI33)
pipelineCacheUUID = a3f02fe2-91f7-b3b5-ed67-d59268e61e40
--
GPU2:
VkPhysicalDeviceProperties:
---------------------------
apiVersion = 1.4.305 (4210993)
driverVersion = 0.0.1 (1)
vendorID = 0x10005
deviceID = 0x0000
deviceType = PHYSICAL_DEVICE_TYPE_CPU
deviceName = llvmpipe (LLVM 19.1.7, 256 bits)
pipelineCacheUUID = 32352e30-2e33-6161-6161-616161616161
| 21:17:53 |
ElvishJerricco | probably the kernel | 21:17:55 |
ElvishJerricco | but yay! | 21:18:01 |
nyanbinary 🏳️⚧️ | :P so why is it regressed is there a upstream kernel bug on it? | 21:18:14 |