Hallo,
Clemens Ladisch hat gesagt: // Clemens Ladisch wrote:

> Frank Barknecht wrote:
> > Now I found this in usbquirks.h:
> >     USB_DEVICE_VENDOR_SPEC(0x0582, 0x0025),
> >     .driver_info = (unsigned long) & (const snd_usb_audio_quirk_t) {
> >             .vendor_name = "EDIROL",
> >             .product_name = "UA-20",
> >
> > The prod here, 0x0025, is different than my ProdID, 0026. Could I just
> > change usbquirks to read
> >
> >     USB_DEVICE_VENDOR_SPEC(0x0582, 0x0026),
> >
> > recommpile the modules and be fine???
> 
> Yes, this looks like a typo.

I did recompile kernel and modules, now running 2.4.20 and alsa-rc7,
after changing usbquirks.h to read:
        
        USB_DEVICE_VENDOR_SPEC(0x0582, 0x0026),

Still no midi, though. Now I'm at loss. I will connect the box
tomorrow at work to a Win2000 PC. I still can test the device until
14.3. before my money-back-guarantee runs out ;)

ciao
-- 
 Frank Barknecht                               _ ______footils.org__


-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to