From bf12d8da68c56c3806a04f2858021349e7da2925 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 8 Aug 2023 16:51:01 +0200 Subject: [PATCH] updated by /home/nico/bin/sync-all-repos on sun --- debug-output-sound.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/debug-output-sound.sh b/debug-output-sound.sh index c69ed5b..bc55551 100755 --- a/debug-output-sound.sh +++ b/debug-output-sound.sh @@ -5,9 +5,8 @@ set -e name=$1; shift -lspci -k > ${name}-lspci-kk -dmesg > ${name}-dmesg -aplay -l > ${name}-aplay-l -lsmod > ${name}-lsmod -lsmod > ${name}-lsmod -alsa-info.sh --output ${name}-alsainfo +lspci -k > ${name}-lspci-kk.txt +dmesg > ${name}-dmesg.txt +aplay -l > ${name}-aplay-l.txt +lsmod > ${name}-lsmod.txt +alsa-info.sh --output ${name}-alsainfo.txt