Reply To: use Behringer UCA-202 with Pi2 and M2P

Max2Play Home Forums Max2Play on Raspberry PI use Behringer UCA-202 with Pi2 and M2P Reply To: use Behringer UCA-202 with Pi2 and M2P

15. September 2015 at 22:50 #15704

When I look at the dmesg after plugging in the soundcard into an Ubuntu14.04LTS driven machine, this is what I get:

[56603.296195] usb 5-1: new full-speed USB device number 2 using uhci_hcd
[56603.826101] usb 5-1: New USB device found, idVendor=08bb, idProduct=2902
[56603.826110] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[56603.826115] usb 5-1: Product: USB Audio CODEC
[56603.826120] usb 5-1: Manufacturer: Burr-Brown from TI
[56603.832177] input: Burr-Brown from TI USB Audio CODEC as /devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.3/input/input13
[56603.832469] hid-generic 0003:08BB:2902.0003: input,hidraw2: USB HID v1.00 Device [Burr-Brown from TI USB Audio CODEC ] on usb-0000:00:1d.0-1/input3
[56604.785386] usbcore: registered new interface driver snd-usb-audio

When I do the same to the Max2play/RaspBi driven Pi B+ (with the soundcard to load on boot set to ’none‘) I get:
[ 684.946788] usb 1-1.3: new full-speed USB device number 5 using dwc_otg
[ 685.070370] usb 1-1.3: New USB device found, idVendor=08bb, idProduct=2902
[ 685.070413] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 685.070433] usb 1-1.3: Product: USB Audio CODEC
[ 685.070451] usb 1-1.3: Manufacturer: Burr-Brown from TI
[ 685.090896] input: Burr-Brown from TI USB Audio CODEC as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3:1.3/0003:08BB:2902.0002/input/input1
[ 685.092347] hid-generic 0003:08BB:2902.0002: input,hidraw0: USB HID v1.00 Device [Burr-Brown from TI USB Audio CODEC ] on usb-bcm2708_usb-1.3/input3

Is the trouble that it is not „registering“ the new driver? How can I make ALSA on max2play use the „snd-usb-audio“ driver?