From: Arne Fitzenreiter Date: Tue, 19 Dec 2023 10:44:03 +0000 (+0100) Subject: alsa: remove kernel module unload at uninstall X-Git-Tag: v2.27-core182~8 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=6c85ffbfd45a3c2f23e6b8f512c40cf9b0678d86 alsa: remove kernel module unload at uninstall this sometimes result in unstable/crashing kernel. Signed-off-by: Arne Fitzenreiter --- diff --git a/src/paks/alsa/uninstall.sh b/src/paks/alsa/uninstall.sh index ce88c294bc..a02e2bbf9e 100644 --- a/src/paks/alsa/uninstall.sh +++ b/src/paks/alsa/uninstall.sh @@ -24,9 +24,6 @@ . /opt/pakfire/lib/functions.sh stop_service ${NAME} make_backup ${NAME} -# unload alsa related modules -modprobe -r snd_pcm_oss >/dev/null 2>&1 || failed=1 -modprobe -r snd_timer >/dev/null 2>&1 || failed=1 remove_files rm -rf /etc/rc.d/rc*.d/*alsa exit 0