From 17e2875d4d6b47376861a1f936b9f5b365845a11 Mon Sep 17 00:00:00 2001 From: Baozhu Zuo Date: Mon, 16 Aug 2021 11:22:46 +0800 Subject: [PATCH] delete snd-soc-wm8960.ko first see https://github.com/raspberrypi/linux/commit/14075fb3b561869c760a096a92ca0fab1f573174 --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 8c84be9..3603ae3 100755 --- a/install.sh +++ b/install.sh @@ -52,6 +52,9 @@ if [ $errorFound = 1 ] ; then exit 1 fi +#because https://github.com/raspberrypi/linux/commit/14075fb3b561869c760a096a92ca0fab1f573174, remove snd-soc-wm8960.ko first +find /lib/modules -name "snd-soc-wm8960.ko" -exec rm -rf {} \; + ver="0.3" uname_r=$(uname -r)