From 579276461234b3b8305bf6d0d50b14ca6e7cecc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0erif=20Rami?= Date: Sat, 9 Aug 2025 10:55:22 +0200 Subject: [PATCH] auto build script dir update --- build_and_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_and_install.sh b/build_and_install.sh index 8eea0ff..95c21f5 100755 --- a/build_and_install.sh +++ b/build_and_install.sh @@ -11,7 +11,7 @@ make echo "--- Installing the driver ---" SUDO_CMD="sudo" -KERNEL_MODULE_DIR="/lib/modules/$(uname -r)/extra" +KERNEL_MODULE_DIR="/lib/modules/$(uname -r)/extra/us144mkii" echo "Creating directory if it doesn't exist: $KERNEL_MODULE_DIR" $SUDO_CMD mkdir -p "$KERNEL_MODULE_DIR" @@ -29,4 +29,4 @@ $SUDO_CMD rmmod snd_usb_us144mkii -f || true echo "Loading new driver..." $SUDO_CMD modprobe snd-usb-us144mkii -echo "--- Driver build and installation complete! ---" \ No newline at end of file +echo "--- Driver build and installation complete! ---"