<div dir="ltr"><div><div><div>Thanks a million Clemens!<br><br></div>I will try as soon as i find out how to recompile a kernel! :) Actualy very happy to have reason to learn how to do that!<br><br></div>Still no answer from zoom... "touching wood"<br>
<br></div>yours,<br>Set<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Oct 15, 2013 at 1:15 PM, Clemens Ladisch <span dir="ltr"><<a href="mailto:clemens@ladisch.de" target="_blank">clemens@ladisch.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">Set Hallstrom wrote:<br>
> lsusb lists my device. But unfortunately, aplay -l dose not detect it.<br>
><br>
> I imagine it has something to with the fact that the r16 has 8 inputs<br>
> and there for needs a non-standard driver.<br>
<br>
</div>Try recompiling the kernel with the following entry in<br>
sound/usb/quirks-table.h:<br>
<br>
{<br>
        /* ZOOM R16 in USB 2.0 mode */<br>
        USB_DEVICE(0x1686, 0x00dd),<br>
        .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {<br>
                .ifnum = QUIRK_ANY_INTERFACE,<br>
                .type = QUIRK_COMPOSITE,<br>
                .data = (const struct snd_usb_audio_quirk[]) {<br>
                        {<br>
                                .ifnum = 0,<br>
                                .type = QUIRK_IGNORE_INTERFACE<br>
                        },<br>
                        {<br>
                                .ifnum = 1,<br>
                                .type = QUIRK_AUDIO_STANDARD_INTERFACE<br>
                        },<br>
                        {<br>
                                .ifnum = 2,<br>
                                .type = QUIRK_AUDIO_STANDARD_INTERFACE<br>
                        },<br>
                        {<br>
                                .ifnum = 3,<br>
                                .type = QUIRK_MIDI_STANDARD_INTERFACE<br>
                        },<br>
                        {<br>
                                .ifnum = .1<br>
                        },<br>
                }<br>
        }<br>
},<br>
<br>
<br>
Regards,<br>
Clemens<br>
</blockquote></div><br><br clear="all"><br>-- <br>Set Hallström<br>AKA<br>reSet Sakrecoer<br><a href="http://sakrecoer.com" target="_blank">http://sakrecoer.com</a><br><br>
</div>