anyc / snd-bcd2000

Linux driver for the Behringer BCD2000 DJ controller
GNU General Public License v2.0
24 stars 5 forks source link

snd-bcd2000

Linux driver for the Behringer BCD2000 DJ controller (1397:00bd) Official Behringer Website

Dependencies:

Usage:

If it does not work:

Troubleshooting

If audio is enabled, device initialization sometimes fails with the following error in the kernel log:

snd-bcd2000: usb_submit_urb failed: -28
snd-bcd2000: could not start pcm stream

This is likely an issue with bandwidth reservation on the USB bus. As a workaroud, the driver now disables the capturing from the device by default as most people just use it for playback. If you see this error or you need to capture audio from the device, try the different USB ports of your PC - especially switch between USB 2 and 3 ports.

There is also a repository:

(https://github.com/CodeKill3r/BCD2000HIDplus)

with an alternative firmware for this device which claims to provide a standard USB audio interface so you would not need a special driver. However, to use this firmware you need special hardware tools.