Re: [Alsa-user] Unrecognized USB Sound Card Roland UA-55 - QuadCapture

2013-07-14 Thread Arkkitekton
Hello Clemens and Ewald, Bought this card the other week, been looking into making it work on my linux box. I am not a coder, so what follows is speculative. I have both the UA-25EX and the UA-55, so made some lsusb -v comparisons and deductions: (In the next mail (because of mailing list limit

Re: [Alsa-user] Unrecognized USB Sound Card Roland UA-55 - QuadCapture

2012-08-21 Thread Ewald Reisenberger
Hello Clemens, concerning the UA-55, in addition to the quirk from you I tested the following quirk { USB_DEVICE_VENDOR_SPEC(0x0582, 0x012f), .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { .vendor_name = "ROLAND", .product_name = "UA-55",

Re: [Alsa-user] Unrecognized USB Sound Card Roland UA-55 - QuadCapture

2012-08-01 Thread Ewald Reisenberger
Hello Clemens, I added the output of the selfmade kernel with the quirks you suggested, dmesg gives [ 7360.416110] usb 1-3: new high-speed USB device number 7 using ehci_hcd [ 7360.550016] usb 1-3: New USB device found, idVendor=0582, idProduct=012f [ 7360.550025] usb 1-3: New USB device strings:

Re: [Alsa-user] Unrecognized USB Sound Card Roland UA-55 - QuadCapture

2012-07-28 Thread Clemens Ladisch
Ewald Reisenberger wrote: > aplay and arecord only show the internal card Are there any error messages in the system log (/var/log/messages or the output of dmesg) after you've loaded the driver? Regards, Clemens -- Liv

Re: [Alsa-user] Unrecognized USB Sound Card Roland UA-55 - QuadCapture

2012-07-27 Thread Ewald Reisenberger
Hello Clemens, aplay and arecord only show the internal card, not the ua-55 but amidi shows Dir DeviceName IO hw:1,0,0 UA-55 MIDI 1 which looks good. aplay sent back the following aplay -D default:UA55 * ALSA lib conf.c:4687:(snd_config_expand) Unknown parameters UA55 ALSA lib pcm.c:2217:

Re: [Alsa-user] Unrecognized USB Sound Card Roland UA-55 - QuadCapture

2012-07-27 Thread Clemens Ladisch
Ewald Reisenberger wrote: > When I use alsamixer, I have no controls. Many such devices have no software-accessible controls. > At least the card is mentioned in /proc/asound. Are there devices in the output of "aplay -l", "arecord -l", and "amidi -l"? > Which steps should be next to bring the

Re: [Alsa-user] Unrecognized USB Sound Card Roland UA-55 - QuadCapture

2012-07-27 Thread Ewald Reisenberger
Hello Clemens, I tried the new quirk, but no success. The lsusb -v gives the same output as before. When I use alsamixer, I have no controls. At least the card is mentioned in /proc/asound. Which steps should be next to bring the card to life? Best regards, Ewald On 26/07/12 20:37, Clemens L

Re: [Alsa-user] Unrecognized USB Sound Card Roland UA-55 - QuadCapture

2012-07-26 Thread Clemens Ladisch
Ewald Reisenberger wrote: > the Roland UA-55 is not recognized by Alsa. Is there a way to use this card? > > I tried so far the quirk below, but did not succeded. The interface numbers were off. Try this: { USB_DEVICE(0x0582, 0x012f), .driver_info = (unsigned long) & (const struc

[Alsa-user] Unrecognized USB Sound Card Roland UA-55 - QuadCapture

2012-07-25 Thread Ewald Reisenberger
Hello, the Roland UA-55 is not recognized by Alsa. Is there a way to use this card? I tried so far the quirk below, but did not succeded. { /* has ID 0x0066 when not in "Advanced Driver" mode */ USB_DEVICE(0x0582, 0x012f), .driver_info = (unsigned long) & (const struct