From 4f08a0fb564690574619e286001648304316d427 Mon Sep 17 00:00:00 2001 From: Serif <62844718+serifpersia@users.noreply.github.com> Date: Fri, 12 Sep 2025 15:44:17 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 24bb4c0..c550350 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,15 @@ An unofficial ALSA kernel module for the TASCAM US-144MKII USB audio interface. This is an out-of-tree kernel module, meaning you must compile it against the headers for your specific kernel version. +For Arch users, a community-maintained DKMS package is available in AUR. +Install it via: +```bash +paru -S us144mkii-dkms-git +``` +or if you are using yay: +```bash +yay -S us144mkii-dkms-git +``` ### Step 1: Blacklist the Stock `snd-usb-us122l` Driver The standard kernel includes a driver that will conflict with our custom module. You must prevent it from loading.