updated by /home/nico/bin/sync-all-repos on sun

This commit is contained in:
Nico Schottelius 2023-08-08 16:51:01 +02:00
parent fd1c80823e
commit bf12d8da68
1 changed files with 5 additions and 6 deletions

View File

@ -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