Add a more detailed --verify flow to capture Jack/ELD/subdevices, route per sink, and collect kernel error windows. Improve --fix with readiness gating, retries, and connected-only selection; document single-monitor pcm mapping behavior and ignore local logs/artifacts. Made-with: Cursor
26 lines
776 B
Markdown
26 lines
776 B
Markdown
# 下一步(建议以 docs 主线为准)
|
||
|
||
本仓库当前主交付已收敛到 **UCM/HiFi(Jack-driven HDMI)** 主线;操作与验收请优先阅读:
|
||
|
||
- `docs/linux-hdmi/OPERATION_PipeWire_Kaisa_UCM_HiFi.md`
|
||
|
||
排障与根因分析:
|
||
|
||
- `docs/linux-hdmi/DEBUG_Reboot_No_Sound_and_Fix.md`
|
||
- `docs/linux-hdmi/LOCAL_Root_Cause_and_Fix.md`
|
||
- `docs/linux-hdmi/ROOTCAUSE_Reboot_Silent_Analysis.md`
|
||
|
||
建议的一键诊断(在桌面会话、普通用户下运行):
|
||
|
||
```bash
|
||
./scripts/kaisa-audio-doctor.sh --verify
|
||
./scripts/kaisa-audio-doctor.sh --fix --verify
|
||
```
|
||
|
||
单显示器环境下建议使用“只测已连接输出”的验证,避免误测未连接的 HDMI PCM:
|
||
|
||
```bash
|
||
./scripts/kaisa-audio-doctor.sh --fix --verify --only-connected --retries 10
|
||
```
|
||
|