All of lore.kernel.org
 help / color / mirror / Atom feed
* ozone : 763/2808/100
@ 2003-10-22  5:53 Matt Flax
  2003-10-22  9:53 ` Takashi Iwai
  2003-10-22 10:18 ` Matt Flax
  0 siblings, 2 replies; 4+ messages in thread
From: Matt Flax @ 2003-10-22  5:53 UTC (permalink / raw)
  To: core sound

Hi ALSA devs,

I just got an Ozone ... nice external card.... good for live use ...

I get the following error in my /var/log/messages
Oct 21 22:39:45 localhost usb.agent[781]: ... no modules for USB product
763/2808/100

referring to this fix:
http://www.mail-archive.com/alsa-devel@lists.sourceforge.net/msg09026.html

should this be added too ? :

{
        USB_DEVICE_VENDOR_SPEC(0x0763, 0x2808),
        .driver_info = (unsigned long) & (const snd_usb_audio_quirk_t) {
                .vendor_name = "M-Audio",
                .product_name = "Ozone",
                .ifnum = 3,
                .type = QUIRK_MIDI_MIDIMAN,
                .data = & (const snd_usb_midi_endpoint_info_t) {
                        .out_cables = 0x0001,
                        .in_cables  = 0x0001
                }
        }
},

Matt


-- 
http://flatmax.org

WSOLA TimeScale Audio Mod  : http://mffmtimescale.sourceforge.net/
FFTw C++                   : http://mffmfftwrapper.sourceforge.net/
Vector Bass                : http://mffmvectorbass.sourceforge.net/
Multimedia Time Code       : http://mffmtimecode.sourceforge.net/


-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ozone : 763/2808/100
  2003-10-22  5:53 ozone : 763/2808/100 Matt Flax
@ 2003-10-22  9:53 ` Takashi Iwai
  2003-10-22 10:09   ` Takashi Iwai
  2003-10-22 10:18 ` Matt Flax
  1 sibling, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2003-10-22  9:53 UTC (permalink / raw)
  To: Matt Flax; +Cc: alsa-devel

At Wed, 22 Oct 2003 15:53:32 +1000,
Matt Flax wrote:
> 
> Hi ALSA devs,
> 
> I just got an Ozone ... nice external card.... good for live use ...
> 
> I get the following error in my /var/log/messages
> Oct 21 22:39:45 localhost usb.agent[781]: ... no modules for USB product
> 763/2808/100
> 
> referring to this fix:
> http://www.mail-archive.com/alsa-devel@lists.sourceforge.net/msg09026.html
> 
> should this be added too ? :

yes, but now 0.9.8 tarball is released.
please try this one.


Takashi


-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ozone : 763/2808/100
  2003-10-22  9:53 ` Takashi Iwai
@ 2003-10-22 10:09   ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2003-10-22 10:09 UTC (permalink / raw)
  To: Matt Flax; +Cc: alsa-devel

At Wed, 22 Oct 2003 11:53:56 +0200,
I wrote:
> 
> At Wed, 22 Oct 2003 15:53:32 +1000,
> Matt Flax wrote:
> > 
> > Hi ALSA devs,
> > 
> > I just got an Ozone ... nice external card.... good for live use ...
> > 
> > I get the following error in my /var/log/messages
> > Oct 21 22:39:45 localhost usb.agent[781]: ... no modules for USB product
> > 763/2808/100
> > 
> > referring to this fix:
> > http://www.mail-archive.com/alsa-devel@lists.sourceforge.net/msg09026.html
> > 
> > should this be added too ? :
> 
> yes, but now 0.9.8 tarball is released.
> please try this one.

oops, sorry, it's not 2008 but 2808.
then it's not supported.  (IIRC, there is a firmware problem regarding
this...)


Takashi


-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ozone : 763/2808/100
  2003-10-22  5:53 ozone : 763/2808/100 Matt Flax
  2003-10-22  9:53 ` Takashi Iwai
@ 2003-10-22 10:18 ` Matt Flax
  1 sibling, 0 replies; 4+ messages in thread
From: Matt Flax @ 2003-10-22 10:18 UTC (permalink / raw)
  To: Matt Flax; +Cc: core sound

This question was answered by Clemens... here is the reply (and the ID 
does change, I ttested it, however my version still doesn't run with 
snd usb audio)...

Clemens wrote :
No, 0x2808 is the ID for an Ozone without firmware. After the firmware
has been downloaded, the ID changes to 0x2008.

Unfortunately, there isn't a firmware loader for linux. I tried to
write one, but it doesn't work (because of what I think is an
unidentified bug in at least the 2.4 kernels).

It may work if you let the Windows driver initialize the Ozone, and
then reboot into Linux.


On Wed, Oct 22, 2003 at 03:53:32PM +1000, Matt Flax wrote:
> Hi ALSA devs,
> 
> I just got an Ozone ... nice external card.... good for live use ...
> 
> I get the following error in my /var/log/messages
> Oct 21 22:39:45 localhost usb.agent[781]: ... no modules for USB product
> 763/2808/100
> 
> referring to this fix:
> http://www.mail-archive.com/alsa-devel@lists.sourceforge.net/msg09026.html
> 
> should this be added too ? :
> 
> {
>         USB_DEVICE_VENDOR_SPEC(0x0763, 0x2808),
>         .driver_info = (unsigned long) & (const snd_usb_audio_quirk_t) {
>                 .vendor_name = "M-Audio",
>                 .product_name = "Ozone",
>                 .ifnum = 3,
>                 .type = QUIRK_MIDI_MIDIMAN,
>                 .data = & (const snd_usb_midi_endpoint_info_t) {
>                         .out_cables = 0x0001,
>                         .in_cables  = 0x0001
>                 }
>         }
> },
> 
> Matt
> 
> 
> -- 
> http://flatmax.org
> 
> WSOLA TimeScale Audio Mod  : http://mffmtimescale.sourceforge.net/
> FFTw C++                   : http://mffmfftwrapper.sourceforge.net/
> Vector Bass                : http://mffmvectorbass.sourceforge.net/
> Multimedia Time Code       : http://mffmtimecode.sourceforge.net/
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by OSDN developer relations
> Here's your chance to show off your extensive product knowledge
> We want to know what you know. Tell us and you have a chance to win $100
> http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel

-- 
http://flatmax.org

WSOLA TimeScale Audio Mod  : http://mffmtimescale.sourceforge.net/
FFTw C++                   : http://mffmfftwrapper.sourceforge.net/
Vector Bass                : http://mffmvectorbass.sourceforge.net/
Multimedia Time Code       : http://mffmtimecode.sourceforge.net/


-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-10-22 10:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-22  5:53 ozone : 763/2808/100 Matt Flax
2003-10-22  9:53 ` Takashi Iwai
2003-10-22 10:09   ` Takashi Iwai
2003-10-22 10:18 ` Matt Flax

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.