PipeWire and WirePlumber configuration for the RODE RODECaster Pro II on Linux.
- Automatically sets the Pro Audio profile exposing all channels
- Renames devices to match Windows naming convention:
- RODECaster Pro II - USB 1 Main - Primary stereo input/output
- RODECaster Pro II - USB 1 Chat - Dedicated channel for Discord/Skype/communication apps
- RODECaster Pro II - Multitrack - 16-channel input for individual fader recording
- PipeWire (audio server)
- WirePlumber 0.5.x+ (session manager)
Most modern Linux distributions (Fedora 39+, Ubuntu 24.04+, Arch, etc.) ship with compatible versions. Check your version with wireplumber --version.
# With yay
yay -S rodecaster-pro2-pipewire
# With paru
paru -S rodecaster-pro2-pipewire# Clone the repository
git clone https://github.com/Jordan-Milner/rodecaster-pro2-pipewire.git
cd rodecaster-pro2-pipewire
# Build and install (Arch-based)
makepkg -si
# Or copy files manually (any distro)
sudo cp 50-rodecaster-pro2.conf /usr/share/pipewire/pipewire.conf.d/
sudo cp 51-rodecaster-pro2-rename.conf /usr/share/wireplumber/wireplumber.conf.d/Restart PipeWire and WirePlumber:
systemctl --user restart wireplumber pipewire pipewire-pulseOr simply reconnect your RODECaster Pro II.
After installation, your RODECaster Pro II will expose:
| Name | Type | Description |
|---|---|---|
| RODECaster Pro II - USB 1 Main | Output | Send audio to the RODECaster main mix |
| RODECaster Pro II - USB 1 Chat | Output | Send audio to the RODECaster chat channel (for Discord, etc.) |
| RODECaster Pro II - USB 1 Main | Input | Receive the main stereo mix from RODECaster |
| RODECaster Pro II - Multitrack | Input | Receive all 16 individual channels for multitrack recording |
Check if the device is recognized:
lsusb | grep -i rodeIf not showing, try:
- Reconnect the USB cable
- Try a different USB port (preferably USB 3.0)
- Check
journalctl -b | grep -i rodefor errors
Verify WirePlumber loaded the config:
wpctl statusIf names are still generic, restart WirePlumber:
systemctl --user restart wireplumberMIT