From d17547d6e61f3d7e94d79f8731d940dc364e98db Mon Sep 17 00:00:00 2001 From: Ark74 Date: Mon, 5 Oct 2020 06:24:12 -0500 Subject: [PATCH] Add current kernel query --- tools/test-jibri-env.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/test-jibri-env.sh b/tools/test-jibri-env.sh index bfb3725..4d8929b 100644 --- a/tools/test-jibri-env.sh +++ b/tools/test-jibri-env.sh @@ -61,7 +61,8 @@ apt -y install --only-upgrade jibri echo -e "\n# -- Test kernel modules --\n" if [ -z $SND_AL_MODULE ]; then - echo -e "No module snd_aloop detected. <== IMPORTANT!\nIf you just installed a new kernel, \ + echo -e "No module snd_aloop detected. <== IMPORTANT! \nCurrent kernel: $(uname -r)" + echo -e "\nIf you just installed a new kernel, \ please try rebooting.\nFor now wait 'til the end of the recommended kernel installation." echo "# Check and Install HWE kernel if possible..." if [ "$HWE_VIR_MOD" == "1" ]; then