Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
套陆 committed Mar 11, 2021
1 parent 60beba8 commit 55641ab
Showing 1 changed file with 4 additions and 5 deletions.
Expand Up @@ -3,14 +3,13 @@
## 描述

- ASPM 即 **活动状态电源管理** (Active State Power Management),它是系统层面支持的一种电源链接管理方案。在 ASPM 管理下,当 PCI 设备空闲时尝试进入节电模式。

- ASPM 几种工作模式
- L0—正常模式。
- L0s—待机模式。L0s模式能够快速进入或退出空闲状态,进入空闲状态后,设备置于较低的功耗。
- L1—低功耗待机模式。L1相比L0s会进一步降低功耗。但进入或退出空闲状态的时间比L0s更长。
- L2—辅助电源模式。略。

- 对于采用了 `AOAC` 技术的机器,尝试改变 `无线网卡``SSD` 的 ASPM 模式降低机器功耗
- 对于采用了 `AOAC` 技术的机器,尝试改变 `无线网卡``SSD` 等 PCI 设备的 ASPM 模式降低机器功耗。
- 改变 PCI 设备的 ASPM 模式有可能解决某些第三方设备在系统引导阶段不能正确驱动的问题。例如:RTS525A 型号的 SD 卡在 `L0s` 模式下(默认模式)有概率不能识别。将其改变为 `L1` 后,识别正确

## 设置ASPM工作模式

Expand Down Expand Up @@ -67,9 +66,9 @@
}
```

**注1**:小新 PRO13 无线网卡路径是 `_SB.PCI0.RP05`
**注1**:小新 PRO13 无线网卡路径是 `_SB.PCI0.RP05`

**注2**`\_SB.PCI0.RP05.L1 = 1` 时,ASPM = L0s/L1; `\_SB.PCI0.RP05.L1 = 0` 时,ASPM = L1。
**注2**`\_SB.PCI0.RP05.L1 = 1` 时,ASPM = L0s/L1; `\_SB.PCI0.RP05.L1 = 0` 时,ASPM = L1。

## 注意事项

Expand Down

0 comments on commit 55641ab

Please sign in to comment.