From 55bbdc79387fa2f0f4cc1e82ecc57c53933aed5c Mon Sep 17 00:00:00 2001 From: Ark74 Date: Mon, 27 Apr 2020 20:18:33 -0500 Subject: [PATCH] Improve possible audio module issue message --- quick_jibri_installer.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 37589d0..b23a520 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -65,15 +65,16 @@ modprobe snd-aloop echo "snd-aloop" >> /etc/modules if [ "$(lsmod | grep snd_aloop | head -n 1 | cut -d " " -f1)" = "snd_aloop" ]; then echo " -#-------------------------------------------------- +#----------------------------------------------------------------------- # Audio driver seems - OK. -#--------------------------------------------------" +#-----------------------------------------------------------------------" else echo " -#-------------------------------------------------- -# Seems to be an issue with your audio driver, -# please review your hw setup. -#--------------------------------------------------" +#----------------------------------------------------------------------- +# Your audio driver might not be able to load, once the installation +# is complete and server restarted, please run: `lsmod | grep snd_aloop' +# to make sure it did. If not, any feedback for your setup is welcome. +#-----------------------------------------------------------------------" read -n 1 -s -r -p "Press any key to continue...$'\n' " fi