[LAD] Support for Steinberg UR22 (Yamaha USB chipset 0499:1509)?

2013-02-23 Thread cullinan
Hi, there! I just got a Steinberg UR22 USB<->Audio / MIDI interface for my semi-prof. DJ work. I am working on Linux (only), but wanted to give this new product a chance. Well, it's basically a nice device but with an Yamaha chipset in it which seem unfortunately not supported from the latest (3.7

Re: [LAD] Support for Steinberg UR22 (Yamaha USB chipset 0499:1509)?

2013-02-23 Thread Paul Davis
On Sat, Feb 23, 2013 at 10:43 AM, wrote: > > But if it's too much work, to get it working, I could also just decide to > send it back to Steinberg and thank them for not supporting Linux with > their > products. > [ ... ] > > bDeviceClass 255 Vendor Specific Class > > bInterfa

Re: [LAD] Support for Steinberg UR22 (Yamaha USB chipset 0499:1509)?

2013-02-23 Thread cullinan
Hi, Paul! On 02/23/2013 07:06 PM, Paul Davis wrote: > On Sat, Feb 23, 2013 at 10:43 AM, wrote: > But if it's too much work, to get it working, I could also just > decide to send it back to Steinberg and thank them for not > supporting Linux with their products. > > [ ... ] > bD

Re: [LAD] Support for Steinberg UR22 (Yamaha USB chipset 0499:1509)?

2013-02-23 Thread Clemens Ladisch
culli...@rocketmail.com wrote: > iManufacturer 1 Yamaha Corporation > iProduct2 Steinberg UR22 > Interface Descriptor: > bInterfaceNumber1 > bInterfaceClass 255 Vendor Specific Class > bInterfaceSubClass 2 > bInterfaceProt

Re: [LAD] Support for Steinberg UR22 (Yamaha USB chipset 0499:1509)?

2013-02-26 Thread cullinan
Hello, Clemens! Thank you very much! On 02/23/2013 10:27 PM, Clemens Ladisch wrote: > culli...@rocketmail.com wrote: >> iManufacturer 1 Yamaha Corporation >> iProduct2 Steinberg UR22 >> [...] > > Please try adding the following entry somewhere in sound/usb/quirks-ta

Re: [LAD] Support for Steinberg UR22 (Yamaha USB chipset 0499:1509)?

2013-02-26 Thread Paul Davis
On Tue, Feb 26, 2013 at 9:27 AM, wrote: > Hello, Clemens! > > Thank you very much! > > On 02/23/2013 10:27 PM, Clemens Ladisch wrote: > > culli...@rocketmail.com wrote: > >> iManufacturer 1 Yamaha Corporation > >> iProduct2 Steinberg UR22 > >> [...] > > > > Please tr

Re: [LAD] Support for Steinberg UR22 (Yamaha USB chipset 0499:1509)?

2013-02-26 Thread Clemens Ladisch
culli...@rocketmail.com wrote: > Are there any limitations envolved with the quirks you do here? There's only one way to find out ... > What is .ifnum 4 doing, which is now QUIRK_IGNORE_INTERFACE? If I knew that, I wouldn't tell the driver to ignore it. Regards, Clemens ___

Re: [LAD] Support for Steinberg UR22 (Yamaha USB chipset 0499:1509)?

2013-02-26 Thread Clemens Ladisch
Paul Davis wrote: > (1) this is why it always pays to talk to clemens ladisch Pay? Who? Whom? ;-) > (2) does this make yamaha liars for their claims of "vendor dependent" types? Sometimes it's necessary to prevent the Windows driver from trying to handle a device. Regards, Clemens _

Re: [LAD] Support for Steinberg UR22 (Yamaha USB chipset 0499:1509)?

2014-04-04 Thread covux
Hello, first thanks for the quirks-table.h patch. I got it working with some restrictions under 3.13/3.14 vanilla kernel. The card works fine, after disabling USB 3.0 (Lenovo T440s). I can set samplerates up to 192khz with 512 Frames using jack. With USB 3.0 i can only set samplerates up to 48kh

Re: [LAD] Support for Steinberg UR22 (Yamaha USB chipset 0499:1509)?

2014-04-04 Thread Clemens Koller
Hi, Christian! I also own this device. Linux / kernel 3.13.8 is still lacking proper support (the patch + x) for it. No audio device comes up. I did some reverse engineering just to find out that it's an proprietary Yamaha SSP2 DSP inside which has YC706A0 SSP2 on his number plate. This is very l

Re: [LAD] Support for Steinberg UR22 (Yamaha USB chipset 0499:1509)?

2014-04-05 Thread covux
Hi Clemens, unfortunately i am more a user then a dev. So I can only test things, a dev comes up with. Just out of interest I logged all events, when plugging the device in under win 8.1 with usbtrace. Here are the results: UR22.html

Re: [LAD] Support for Steinberg UR22 (Yamaha USB chipset 0499:1509)?

2014-04-07 Thread Clemens Koller
Hello, Christian! > unfortunately i am more a user then a dev. > So I can only test things, a dev comes up with. Well, there is the patch from Clemens Ladisch: http://linuxaudio.org/mailarchive/lad/2013/2/23/197831 This was working for me. However, I didn't test that with 3.13.x lately as I on

Re: [LAD] Support for Steinberg UR22 (Yamaha USB chipset 0499:1509)?

2014-04-07 Thread covux
Hi Clemens Well, there is the patch from Clemens Ladisch: http://linuxaudio.org/mailarchive/lad/2013/2/23/197831 This was working for me. However, I didn't test that with 3.13.x lately as I only needed the UR22 to suck in some measurement data from a low noise microphone at that time. yep, I

Re: [LAD] Support for Steinberg UR22 (Yamaha USB chipset 0499:1509)?

2014-04-08 Thread Clemens Koller
Hi, Christian! On 04/07/2014 08:51 PM, covux wrote:> Hi Clemens > >> Well, there is the patch from Clemens Ladisch: >> http://linuxaudio.org/mailarchive/lad/2013/2/23/197831 >> >> This was working for me. >> >> However, I didn't test that with 3.13.x lately as I only >> needed the UR22 to suck in

Re: [LAD] Support for Steinberg UR22 (Yamaha USB chipset 0499:1509)?

2014-04-14 Thread Clemens Koller
Hi, Christian On 04/07/2014 08:51 PM, covux wrote:> Hi Clemens > >> Well, there is the patch from Clemens Ladisch: >> http://linuxaudio.org/mailarchive/lad/2013/2/23/197831 >> >> This was working for me. >> >> However, I didn't test that with 3.13.x lately as I only >> needed the UR22 to suck in

Re: [LAD] Support for Steinberg UR22 (Yamaha USB chipset 0499:1509)?

2014-04-14 Thread covux
Hi Clemens, On 04/14/2014 03:26 PM, Clemens Koller wrote: Hi, Christian On 04/07/2014 08:51 PM, covux wrote:> Hi Clemens Well, there is the patch from Clemens Ladisch: http://linuxaudio.org/mailarchive/lad/2013/2/23/197831 This was working for me. However, I didn't test that with 3.13.x la