From: Eric Shattow <lucent@gmail.com>
To: Clemens Ladisch <clemens@ladisch.de>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: Hercules PC DJ Console (Windows Edition) information
Date: Thu, 29 Sep 2005 08:04:03 -0500 [thread overview]
Message-ID: <2c746f6205092906046546188c@mail.gmail.com> (raw)
In-Reply-To: <Pine.HPX.4.33n.0509281356340.3203-100000@studcom.urz.uni-halle.de>
On 9/28/05, Clemens Ladisch <clemens@ladisch.de> wrote:
> Eric Shattow wrote:
> > I have a Hercules PC DJ Console (Windows Edition) that I would like to
> > work with ALSA. The device outputs some sound at 48kHz after asoundrc
> > configuration,
>
> It should just work without an .asoundrc. What did you put in there?
>
> > MIDI is not functional.
>
> Please try the patch below (against the current CVS).
> How many ports does it have? -- Eight is probably too much ... :-)
>
>
> HTH
> Clemens
>
>
> --- alsa-kernel/usb/usbquirks.h 26 Sep 2005 07:55:01 -0000 1.54
> +++ alsa-kernel/usb/usbquirks.h 28 Sep 2005 11:58:56 -0000
> @@ -1066,6 +1066,21 @@
> /* TODO: add Edirol UM-3 support */
> /* TODO: add Edirol MD-P1 support */
>
> +/* Guillemot devices */
> +{
> + USB_DEVICE_VENDOR_SPEC(0x06f8, 0xb000),
> + .driver_info = (unsigned long) & (const snd_usb_audio_quirk_t) {
> + .vendor_name = "Hercules",
> + .product_name = "DJ Console",
> + .ifnum = 4,
> + .type = QUIRK_MIDI_FIXED_ENDPOINT,
> + .data = & (const snd_usb_midi_endpoint_info_t) {
> + .out_cables = 0x00ff,
> + .in_cables = 0x00ff
> + }
> + }
> +},
> +
> /* Midiman/M-Audio devices */
> {
> USB_DEVICE_VENDOR_SPEC(0x0763, 0x1002),
>
>
I tried the above patch, and applied it to debian alsa-source package
1.0.9b4, and now the DJ Console is recognized. I've changed some of
the hardware around since my last post.
baker:/usr/src# amidi -l
Device Name
hw:0,0 M Audio Delta 1010 MIDI
hw:2,0,0 DJ Console MIDI 1
hw:2,0,1 DJ Console MIDI 2
hw:2,0,2 DJ Console MIDI 3
hw:2,0,3 DJ Console MIDI 4
hw:2,0,4 DJ Console MIDI 5
hw:2,0,5 DJ Console MIDI 6
hw:2,0,6 DJ Console MIDI 7
hw:2,0,7 DJ Console MIDI 8
However, using amidi -d -p hw:2,0,n does not yield any output when
moving the controls. I also tried 'amidi -p virtual -d' and to connect
all the outputs that show up in the alsa sequencer from the DJ Console
to this virtual device, and no output.
Isn't that strange? Maybe this is due to me not using cvs code, I will
have to make some time soon and try it. Anyways, thanks for the patch.
It is giving me some hope this device will eventually work :)
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
next prev parent reply other threads:[~2005-09-29 13:04 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-28 0:52 Hercules PC DJ Console (Windows Edition) information Eric Shattow
2005-09-28 11:06 ` Patrick Shirkey
2005-09-28 12:03 ` Clemens Ladisch
2005-09-29 13:04 ` Eric Shattow [this message]
2005-09-29 13:17 ` Clemens Ladisch
2005-09-29 18:53 ` Eric Shattow
2005-10-01 4:26 ` Eric Shattow
2005-10-04 7:49 ` Clemens Ladisch
2005-10-04 9:47 ` Eric Shattow
2005-10-04 13:29 ` Clemens Ladisch
2005-10-04 22:22 ` Eric Shattow
2005-10-11 21:24 ` Eric Shattow
2005-10-17 13:03 ` Eric Shattow
2005-10-18 9:11 ` Eric Shattow
2005-10-18 9:25 ` Clemens Ladisch
[not found] ` <2c746f620510182301j3419d000o857c2c72ef29880a@mail.gmail.com>
2005-10-19 6:03 ` Eric Shattow
2005-10-19 18:32 ` Lee Revell
2005-10-19 21:10 ` Eric Shattow
2005-10-19 21:18 ` Lee Revell
2006-01-11 7:30 ` Eric Shattow
2006-01-11 7:34 ` Lee Revell
2006-01-12 8:47 ` Clemens Ladisch
2006-01-17 6:05 ` Eric Shattow
2006-01-17 13:20 ` Clemens Ladisch
2006-01-18 5:25 ` Eric Shattow
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2c746f6205092906046546188c@mail.gmail.com \
--to=lucent@gmail.com \
--cc=alsa-devel@lists.sourceforge.net \
--cc=clemens@ladisch.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.