December 24, 20232 yr 我尝试过在/sys/bus/pci/devices/0000:03:00.0目录下设置d3cold_allowed文件值为0 但再我睡了一觉后发现仍然会出现这个错误,我再次的检查了d3cold_allowed并发现他的数值又重新为1了 我在网上看到了一些解决方案 但我想这些方案可能不适用于 UNRAID Dec 24 14:11:53 Home kernel: pcieport 0000:01:00.0: Unable to change power state from D3cold to D0, device inaccessible Dec 24 14:11:53 Home kernel: pcieport 0000:02:00.0: Unable to change power state from D3cold to D0, device inaccessible Dec 24 14:11:54 Home kernel: amdgpu 0000:03:00.0: not ready 1023ms after resume; giving up Dec 24 14:11:58 Home kernel: pcieport 0000:01:00.0: not ready 1023ms after resume; giving up Dec 24 14:11:58 Home kernel: pcieport 0000:01:00.0: Unable to change power state from D3cold to D0, device inaccessible Dec 24 14:11:58 Home kernel: pcieport 0000:02:00.0: Unable to change power state from D3cold to D0, device inaccessible Dec 24 14:11:59 Home kernel: amdgpu 0000:03:00.0: not ready 1023ms after resume; giving up Dec 24 14:12:03 Home kernel: pcieport 0000:01:00.0: not ready 1023ms after resume; giving up Dec 24 14:12:03 Home kernel: pcieport 0000:01:00.0: Unable to change power state from D3cold to D0, device inaccessible Dec 24 14:12:03 Home kernel: pcieport 0000:02:00.0: Unable to change power state from D3cold to D0, device inaccessible Dec 24 14:12:04 Home kernel: amdgpu 0000:03:00.0: not ready 1023ms after resume; giving up
December 25, 20232 yr 你可以参考这个视频看看有没有用: 脚本: #!/bin/bash # #replace xx\:xx.x with the number of your gpu and sound counterpart # # echo "disconnecting amd graphics" echo "1" | tee -a /sys/bus/pci/devices/0000\:xx\:xx.x/remove echo "disconnecting amd sound counterpart" echo "1" | tee -a /sys/bus/pci/devices/0000\:xx\:xx.x/remove echo "entered suspended state press power button to continue" echo -n mem > /sys/power/state echo "reconnecting amd gpu and sound counterpart" echo "1" | tee -a /sys/bus/pci/rescan echo "AMD graphics card sucessfully reset" 另外,你也可以参考下面的方法(不一定有用): 如果有其他的 PCIE 插槽,可以尝试将显卡换到别的插槽看看。 升级 BIOS 。 更换 UNRAID 版本(降级/升级)。 Edited December 25, 20232 yr by JackieWu
December 25, 20232 yr Author 1 hour ago, JackieWu said: 你可以参考这个视频看看有没有用: 脚本: #!/bin/bash # #replace xx\:xx.x with the number of your gpu and sound counterpart # # echo "disconnecting amd graphics" echo "1" | tee -a /sys/bus/pci/devices/0000\:xx\:xx.x/remove echo "disconnecting amd sound counterpart" echo "1" | tee -a /sys/bus/pci/devices/0000\:xx\:xx.x/remove echo "entered suspended state press power button to continue" echo -n mem > /sys/power/state echo "reconnecting amd gpu and sound counterpart" echo "1" | tee -a /sys/bus/pci/rescan echo "AMD graphics card sucessfully reset" 另外,你也可以参考下面的方法(不一定有用): 如果有其他的 PCIE 插槽,可以尝试将显卡换到别的插槽看看。 升级 BIOS 。 更换 UNRAID 版本(降级/升级)。 好的 下一次再出现这个问题我会试试
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.