debug script for sound

This commit is contained in:
Nico Schottelius 2023-07-15 17:21:50 +02:00
parent 105cd8ba4c
commit ee32e47521
1 changed files with 13 additions and 0 deletions

13
debug-output-sound.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh
set -x
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