From 6c85ffbfd45a3c2f23e6b8f512c40cf9b0678d86 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 19 Dec 2023 11:44:03 +0100 Subject: [PATCH] alsa: remove kernel module unload at uninstall this sometimes result in unstable/crashing kernel. Signed-off-by: Arne Fitzenreiter --- src/paks/alsa/uninstall.sh | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.39.5