Greetings, I recently acquired a Focusrite Scarlett 6i6 *2nd Gen*. It appears to work for sound output (haven't tested much else yet), but mixing/routing won't work, and to add insult to injury, Pulseaudio misrepresents it as a multi-channel sound card, defaults to 5.1 and deprives it of the bass. Selecting 5.0 improves the situation as a workaround for stereo output. Hardware differences between 1st and 2nd Gen aside (where pad and inst/line switches moved into software), the interface does not create useful mixer entries. Digging around I figured we didn't have new stuff in the current kernel Git tree, so I chose to continue with what I had and found: in Ubuntu 16.04's 4.8.0 HWE kernel "Advanced Linux Sound Architecture Driver Version k4.8.0-42-generic.", I figured that the USB IDs (VID 0x1235 as usual, PID 0x8203 for the 6i6 2nd Gen) aren't recognized. I added them to the quirks section, and to the mixer_scarlett.c, to no avail. I get this on load, and the second message identically for each attempt to access the card through alsamixer, which alsamixer terminates with SIGPIPE. [10834.242351] usbcore: registered new interface driver snd-usb-audio [10834.329623] usb 2-6: cannot get ctl value: req = 0x81, wValue = 0x901, wIndex = 0x100, type = 4 With the patched module, sound stops after a few notes but I assume that's pulseaudio f*cking up, while it works with the unpatched module. So it appears we need to dig up and implement a bit of its innards and teach mixer_scarlett about it. How do we best go about getting this 2nd Gen Scarlett 6i6 fully supported? Do I need to sniff the USB communications on Windows while poking at the interface with its mixer control tool, or do we have other options? How did the 1st gen driver come to pass, and who did it and might be available for assistance? Is there any user-space poking we can do to dig up the needed information? Thanks. Cheers, Matthias _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel