debug script for sound
This commit is contained in:
parent
105cd8ba4c
commit
ee32e47521
1 changed files with 13 additions and 0 deletions
13
debug-output-sound.sh
Executable file
13
debug-output-sound.sh
Executable 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
|
Loading…
Reference in a new issue