← 返回命令列表

Linux command

steamos-dump-info 命令

安全

权限或系统影响较大,执行前请核对目标。

常用示例

Dump all system information

sudo steamos-dump-info

List available sections

steamos-dump-info --list-sections

Dump with verbose output

sudo steamos-dump-info --verbose

Dump without compressing output

sudo steamos-dump-info --no-compress

Dump only a specific section

sudo steamos-dump-info --section [network]

说明

steamos-dump-info collects comprehensive system diagnostics from a SteamOS installation into a compressed archive. The output includes system logs (journalctl, /var/log), hardware information (lspci, lsusb, /proc entries), network configuration, Steam client logs, Xorg logs, and system configuration files. The resulting archive is commonly requested by Valve support for troubleshooting Steam Deck and SteamOS issues, and can be uploaded to bug trackers or support tickets.

参数

-h, --help
Display help message.
-L, --list-sections
List all available sections that can be dumped individually.
--section _NAME_
Dump only the specified section. Can be used multiple times.
-V, --version
Display version information.
-v, --verbose
Enable verbose output with more detail about the collection process.
-q, --quiet
Suppress most output, showing only critical messages.
--no-compress
Create an uncompressed directory instead of a compressed archive.

FAQ

What is the steamos-dump-info command used for?

steamos-dump-info collects comprehensive system diagnostics from a SteamOS installation into a compressed archive. The output includes system logs (journalctl, /var/log), hardware information (lspci, lsusb, /proc entries), network configuration, Steam client logs, Xorg logs, and system configuration files. The resulting archive is commonly requested by Valve support for troubleshooting Steam Deck and SteamOS issues, and can be uploaded to bug trackers or support tickets.

How do I run a basic steamos-dump-info example?

Run `sudo steamos-dump-info` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -h, --help do in steamos-dump-info?

Display help message.