Yamaha steinberg usb driver linux: A guide for installing and troubleshooting
- frohverjoemea1972
- Aug 16, 2023
- 2 min read
On Fri, Dec 12, 2014 at 1:41 PM, Eliran Malka wrote:>> thanks a lot for the fix! you're the best :)>> --> You received this bug notification because you are subscribed to the bug> report.> >> Title:> Yamaha Steinberg UR22 not supported (Yamaha USB chipset 0499:1509)>> Status in The Linux Kernel:> Fix Released> Status in linux package in Ubuntu:> Fix Released>> Bug description:> Hello,>> my external USB Sound Interface is not supported from the generic kernel.> I know the Chip is very similar to the Focusrite Scarlett 2i2 which> works very fine. Defining the USB Device in the quirks-table as generic> audio device fixed this.>> Is it possible to add this lines in the next patch somewhere in> sound/usb/quirks-table.h?> When there is a kernel update, I have to add it and compile it everytime> on my own to get this device woking.>> > USB_DEVICE(0x0499, 0x1509),> .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) > /* .vendor_name = "Yamaha", */> /* .product_name = "Steinberg UR22", */> .ifnum = QUIRK_ANY_INTERFACE,> .type = QUIRK_COMPOSITE,> .data = (const struct snd_usb_audio_quirk[]) > > .ifnum = 1,> .type = QUIRK_AUDIO_STANDARD_INTERFACE> ,> > .ifnum = 2,> .type = QUIRK_AUDIO_STANDARD_INTERFACE> ,> > .ifnum = 3,> .type = QUIRK_MIDI_YAMAHA> ,> > .ifnum = 4,> .type = QUIRK_IGNORE_INTERFACE> ,> > .ifnum = -1> > > > ,>>> Thanks and best regards,> Dennis>>> P.S. Here are some additional device informations:> $ lsusb -v -d 0499:1509>> Bus 001 Device 002: ID 0499:1509 Yamaha Corp.> Device Descriptor:> bLength 18> bDescriptorType 1> bcdUSB 2.00> bDeviceClass 255 Vendor Specific Class> bDeviceSubClass 0> bDeviceProtocol 255> bMaxPacketSize0 64> idVendor 0x0499 Yamaha Corp.> idProduct 0x1509> bcdDevice 1.00> iManufacturer 1 Yamaha Corporation> iProduct 2 Steinberg UR22> iSerial 0> bNumConfigurations 1> Configuration Descriptor:> bLength 9> bDescriptorType 2> wTotalLength 442> bNumInterfaces 5> bConfigurationValue 1> iConfiguration 0> bmAttributes 0xc0> Self Powered> MaxPower 500mA> Interface Descriptor:> bLength 9> bDescriptorType 4> bInterfac...
Yamaha steinberg usb driver linux
2ff7e9595c
Comments