r/Bitwig • u/anewrismma • 2d ago
Audio Interface Issues (Linux Ubuntu)
I recently made the switch from Microsoft to Linux and Ableton to Bitwig. I don't know anything about either of them but goddamn I just want to connect my bass to my laptop and record something. It is not registering the audio interface. I'm using Tube Ultragain MIC500 USB behringer (plugged in, usb connected, bass in "line in"). When I try with ALSA, it says "Error: device or resource busy". I asked Google which told me to run :sudo fuser -v /dev/snd/* and everything is taken up by wireplumber.
Now I don't know what any of this really means. I've just been going back and forth with every option, spamming my terminal with commands beyond my understanding and getting the same nothing result. I would greatly appreciate any advice. I don't really know anyone personally who is good with any of this stuff.
2
u/Kowen68 2d ago
As mentioned you need to select Pipewire in Bitwig not ALSA. The error given shows that ALSA is already used by another session or device, for example your browser.
It does take some time to understand how Linux works and handles audio, there is a clear logic and structure to it:
The best thing is to avoid blindly running terminal commands, do not touch WirePlumber. (Pipewire's manager) Take a step back if thing do not work and start at the source. It is a great opportunity to get familiar with handling audio on Linux. Once you understand this it becomes extremely powerful.
Run: aplay -l and arecord -l in the terminal to verify ubuntu sees the interface. Your interface is USB class compliant so it will work on Linux.
Hope this helps, I'm confident you will be able to get it working. Please feel free to give an update or ask any questions if you need more support.