I'm borrowing an Mbox2 Mini and want to play around with this in Ubuntu 15.10 with gnome.
In with jack, I can see it as a MIDI device:
However, I can not see it as an audio input device:
My Question: Can my system see this as an audio input channel that can be routed via Jack or Patchage (into Qtractor)? What steps might I be missing? In QJackCtl I'm expecting to see the MBox as an audio channel. Am I on the wrong path?
My system sees the device as:
$ lsusb | grep Mbox
Bus 001 Device 007: ID 0dba:3000 Digidesign Mbox 2
And aplay:
$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: MID [HDA Intel MID], device 0: CX20585 Analog [CX20585 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: MID [HDA Intel MID], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: M2 [Mbox 2], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
arecord output:
$ arecord -l
**** List of CAPTURE Hardware Devices ****
card 0: MID [HDA Intel MID], device 0: CX20585 Analog [CX20585 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: M2 [Mbox 2], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
Extra information to try:
After some research, I was able to successfully use audio with qtractor. This is what I did with Qjackctl:
And this is what I did inside of Qtractor. In the title bar you will see the word "track". Left click on this, then click on "Add Track". From here pick "audio", then click OK.
Now click on the R on the left hand side of the screen. After doing this, a circle should have turned red. This is the record button.
Click on that and then click on the play button just to the left of it.
Start talking into your microphone, it should be working. To stop it, press the play button again. I hope this helps.