From 2529b0b08e7d2ff6646efdf01af741a2946e365e Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Tue, 9 Aug 2022 08:16:53 -0500 Subject: [PATCH] update quick stats --- pat-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pat-functions b/pat-functions index b3dfc4b..136da71 100644 --- a/pat-functions +++ b/pat-functions @@ -147,7 +147,7 @@ TELNET=$(grep telnet, $SMD) ARDOP=$(grep ardop, $SMD) AX25=$(grep ax25, $SMD) PAT=$(pidof pat) -CARD=$(arecord -l | grep CODEC | awk '{print $2;}' | sed 's/://') +CARD=$(arecord -l | grep USB | awk '{print $2;}' | sed 's/://') #Check if sound card found if [ -z $CARD ]; then