* Midiman Quattro USB drivers @ 2002-08-15 0:14 Eric Griffis 2002-08-15 8:38 ` Patrick Shirkey 0 siblings, 1 reply; 4+ messages in thread From: Eric Griffis @ 2002-08-15 0:14 UTC (permalink / raw) To: alsa-devel [-- Attachment #1: Type: text/plain, Size: 994 bytes --] Hello, people. I've been lurking on this list for a few months and, now that I have a local linux machine to develop on, am going to horn in and ask silly questions from time to time. A month or two ago, I recall a thread regarding attempts to get driver specs for the m-audio quattro usb. Considering that my quattro is my primary audio device, and I am not fond of dual booting just to use it (the windows ASIO drivers are terrible), I am very interested in developing good drivers for this thing. Has anyone succeeded in getting the driver specs? About when that quattro thread was floating around, I met a beta tester for Midiman. He was looking into getting the specs for me and has since disappeared. I live about 10 blocks from their headquarters and have done business with them before (network wiring bids and computer sales and such), so maybe I should look up the owners business card and start snooping. I just wanted to check if the specs were public yet or not. ...eric [-- Attachment #2: Type: text/html, Size: 1455 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Midiman Quattro USB drivers 2002-08-15 0:14 Midiman Quattro USB drivers Eric Griffis @ 2002-08-15 8:38 ` Patrick Shirkey 2002-08-15 10:28 ` Takashi Iwai 0 siblings, 1 reply; 4+ messages in thread From: Patrick Shirkey @ 2002-08-15 8:38 UTC (permalink / raw) To: Eric Griffis; +Cc: alsa-devel Eric Griffis wrote: > Hello, people. I've been lurking on this list for a few months and, now > that I have a local linux machine to develop on, am going to horn in and > ask silly questions from time to time. > > A month or two ago, I recall a thread regarding attempts to get driver > specs for the m-audio quattro usb. Considering that my quattro is my > primary audio device, and I am not fond of dual booting just to use it > (the windows ASIO drivers are terrible), I am very interested in > developing good drivers for this thing. Has anyone succeeded in getting > the driver specs? > > About when that quattro thread was floating around, I met a beta tester > for Midiman. He was looking into getting the specs for me and has since > disappeared. I live about 10 blocks from their headquarters and have > done business with them before (network wiring bids and computer sales > and such), so maybe I should look up the owners business card and start > snooping. I just wanted to check if the specs were public yet or not. > this card is working now. If you look in the docs via the sound card matrix you can ifnd out how to install it. there is even a working asoundrc so that you can use all four channels at one time. Midi is untested but should work because it is a midisport. -- Patrick Shirkey - Boost Hardware Ltd. For the discerning hardware connoisseur Http://www.boosthardware.com Http://www.boosthardware.com/LAU/guide/ ======================================== ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Midiman Quattro USB drivers 2002-08-15 8:38 ` Patrick Shirkey @ 2002-08-15 10:28 ` Takashi Iwai 2002-08-15 16:27 ` Pedro Lopez-Cabanillas 0 siblings, 1 reply; 4+ messages in thread From: Takashi Iwai @ 2002-08-15 10:28 UTC (permalink / raw) To: Patrick Shirkey; +Cc: Eric Griffis, alsa-devel At Thu, 15 Aug 2002 17:38:55 +0900, Patrick Shirkey wrote: > > Eric Griffis wrote: > > Hello, people. I've been lurking on this list for a few months and, now > > that I have a local linux machine to develop on, am going to horn in and > > ask silly questions from time to time. > > > > A month or two ago, I recall a thread regarding attempts to get driver > > specs for the m-audio quattro usb. Considering that my quattro is my > > primary audio device, and I am not fond of dual booting just to use it > > (the windows ASIO drivers are terrible), I am very interested in > > developing good drivers for this thing. Has anyone succeeded in getting > > the driver specs? > > > > About when that quattro thread was floating around, I met a beta tester > > for Midiman. He was looking into getting the specs for me and has since > > disappeared. I live about 10 blocks from their headquarters and have > > done business with them before (network wiring bids and computer sales > > and such), so maybe I should look up the owners business card and start > > snooping. I just wanted to check if the specs were public yet or not. > > > > > this card is working now. If you look in the docs via the sound card > matrix you can ifnd out how to install it. there is even a working > asoundrc so that you can use all four channels at one time. > > Midi is untested but should work because it is a midisport. then you need a corresponding firmware (1x1)? also, please note that when you load both snd-usb-audio and snd-usb-midi, they are assigned as different cards (i.e. pcm hw:0 and midi hw:1) even if the device is identical. it would be of course better to have an integrated interface for them... Takashi ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Midiman Quattro USB drivers 2002-08-15 10:28 ` Takashi Iwai @ 2002-08-15 16:27 ` Pedro Lopez-Cabanillas 0 siblings, 0 replies; 4+ messages in thread From: Pedro Lopez-Cabanillas @ 2002-08-15 16:27 UTC (permalink / raw) To: Takashi Iwai, Patrick Shirkey; +Cc: Eric Griffis, alsa-devel El Jue 15 Ago 2002 12:28, Takashi Iwai escribió: > Patrick Shirkey wrote: > > this card is working now. If you look in the docs via the sound card > > matrix you can ifnd out how to install it. there is even a working > > asoundrc so that you can use all four channels at one time. > > > > Midi is untested but should work because it is a midisport. > > then you need a corresponding firmware (1x1)? I don't have the hardware, and cannot confirm that, and also I don't know if its an EZ-USB device. But if it is, and you load the midisport1x1 firmware on it is rather unlikely that worked as Audio+MIDI together. Perhaps MIDI only, or nothing at all. The reason is that the EZ-USB devices have different descriptor sets before and after renumeration, that is the last step on firmware loading. The ezusbmidi firmware program, when running, replaces the original descriptors with its own set, that has only AudioControl and MIDIStreaming interfaces, but not AudioStreaming ones. And without such interface and its corresponding endpoints, the driver will not work. A specific firmware driver should be written, but perhaps it is not needed at all, if a ROM one is supplied inside the Duo/Quattro devices, as I suspect from the fact that audio function works without that. > also, please note that when you load both snd-usb-audio and > snd-usb-midi, they are assigned as different cards (i.e. pcm hw:0 and > midi hw:1) even if the device is identical. > it would be of course better to have an integrated interface for > them... For some devices that have Audio and MIDI together (a few ones today, but more coming, surely) this will be a good thing. But IMHO, the two modules snd-usb-audio and snd-usb-midi should remain as is: two different modules that you can load separately, for those USB devices that only have an audio or MIDI function, but not both. Regards, Pedro ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-08-15 16:27 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2002-08-15 0:14 Midiman Quattro USB drivers Eric Griffis 2002-08-15 8:38 ` Patrick Shirkey 2002-08-15 10:28 ` Takashi Iwai 2002-08-15 16:27 ` Pedro Lopez-Cabanillas
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.