Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

RX6600XT显卡休眠后无法在D3cold状态下重新回到D0

Featured Replies

我尝试过在/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

你可以参考这个视频看看有没有用:

 

 

脚本:

 

#!/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 by JackieWu

  • 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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.