Files
chromebox_10th_audio_driver/next.md
jack 60b7cd389f docs/scripts(kaisa): add doctor verify mode and HDMI readiness checks
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
2026-04-09 22:26:35 +08:00

26 lines
776 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 下一步(建议以 docs 主线为准)
本仓库当前主交付已收敛到 **UCM/HiFiJack-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
```