Update README.md

This commit is contained in:
Serif 2025-09-12 15:44:17 +02:00 committed by GitHub
parent aefc02d715
commit 4f08a0fb56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

@ -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.