From 996d44670031868f5301eeb5aa18d3fa4d0def25 Mon Sep 17 00:00:00 2001 From: Marvin Date: Sun, 15 Mar 2026 15:13:49 -0300 Subject: [PATCH] Update README.md to document US-200 support - Add US-200 to supported devices list alongside US-144MKII - Update project title and descriptions to mention US-200 - Clarify installation instructions for both device types --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9529ef0..fd719f2 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ ## Feel free to fork and improve it yourself. -# ALSA Driver for TASCAM US-144MKII +# ALSA Driver for TASCAM US-144MKII / US-200 -An unofficial ALSA kernel module for the TASCAM US-144MKII & US-144 USB audio interface. +An unofficial ALSA kernel module for the TASCAM US-144MKII, US-200 & US-144 USB audio interface. For TASCAM US-122MKII check us122mkii branch. @@ -24,6 +24,10 @@ functionality and fixes not yet available in the upstream kernel. - **Audio Capture (Recording)** - **MIDI IN / OUT** +### Supported Devices +- **TASCAM US-144MKII** (fully tested) +- **TASCAM US-200** (newly added support) + ### Known Limitations - Non-MKII US-144 devices need more testing @@ -107,8 +111,8 @@ You need the necessary tools to compile kernel modules and the headers for your ``` -### Step 3: Compile and Load the Driver -This process will build the module from source and load it for your current session. This is the best way to test it. +### Step 3: Compile and Load the Driver (US-144MKII / US-200) +This process will build the module from source and load it for your current session. This is the best way to test it on both US-144MKII and US-200 devices. 1. Clone this repository and navigate into the source directory. @@ -135,7 +139,7 @@ cd us144mkii/ # Check if ALSA sees the new sound card aplay -l ``` - The first command should show `snd_usb_us144mkii`. The second command should list your "TASCAM US-144MKII" as an available playback device. You should now be able to select it in your audio settings and play sound. + The first command should show `snd_usb_us144mkii`. The second command should list your "TASCAM US-144MKII" or "TASCAM US-200" as an available playback device. You should now be able to select it in your audio settings and play sound. ### Step 4: Install for Automatic Loading on Boot To make the driver load automatically every time you start your computer, follow these steps after you have successfully compiled it in Step 3.