Re: MOTU Fastlane USB MIDI interface

2007-08-24 Thread Clemens Ladisch

David Griffith wrote:

On Mon, 20 Aug 2007, Clemens Ladisch wrote:

David Griffith wrote:
> $ aplaymidi -p 20:0 casablan.mid
>
> Nothing is written to the Fastlane.  No lights.  Nothing.

Please run "amidi -d -p virtual" and then play to the virtual port
created by amidi, to see if MIDI playback works even without hardware.


$ aplaymidi -p 128:0 casablan.mid

At this point, MIDI data flew by in the xterm in which amidi was running.


Hmmm, it's either the driver or device.

Please uncomment the "#define DUMP_PACKETS" in line 58 of sound/usb/usbmidi.c
and recompile the driver.  All MIDI data should then be visible in the system
log.


Regards,
Clemens

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: MOTU Fastlane USB MIDI interface

2007-08-24 Thread Clemens Ladisch

David Griffith wrote:

On Mon, 20 Aug 2007, Clemens Ladisch wrote:

David Griffith wrote:
 $ aplaymidi -p 20:0 casablan.mid

 Nothing is written to the Fastlane.  No lights.  Nothing.

Please run amidi -d -p virtual and then play to the virtual port
created by amidi, to see if MIDI playback works even without hardware.


$ aplaymidi -p 128:0 casablan.mid

At this point, MIDI data flew by in the xterm in which amidi was running.


Hmmm, it's either the driver or device.

Please uncomment the #define DUMP_PACKETS in line 58 of sound/usb/usbmidi.c
and recompile the driver.  All MIDI data should then be visible in the system
log.


Regards,
Clemens

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: MOTU Fastlane USB MIDI interface

2007-08-20 Thread David Griffith
On Mon, 20 Aug 2007, Clemens Ladisch wrote:

> David Griffith wrote:
> > On Fri, 17 Aug 2007, Clemens Ladisch wrote:
> > > David Griffith wrote:
> > > > On Thu, 16 Aug 2007, Clemens Ladisch wrote:
> > > > > Please try "amidi -d -p virtual" and playing a .mid file to this port 
> > > > > with
> > > > > aplaymidi.
> > > >
> > > > $ aplaymidi -p "virtual" castle2.mid
> > > > Invalid port virtual - No such file or directory
> > >
> > > Sorry, the name of the correspondig sequencer port is different,
> > > probably "128:0"; see the output of "aplaymidi -l".
> >
> > $ aplaymidi -l
> >  PortClient name  Port name
> >  14:0Midi Through Midi Through Port-0
> >  16:0Ensoniq AudioPCI ES1371
> >  20:0Fastlane Fastlane MIDI A
> >  20:1Fastlane Fastlane MIDI B
> >
> > $ aplaymidi -p 20:0 casablan.mid
> >
> > Nothing is written to the Fastlane.  No lights.  Nothing.
>
> Please run "amidi -d -p virtual" and then play to the virtual port
> created by amidi, to see if MIDI playback works even without hardware.

$ amidi -d -p virtual

$ aplaymidi -l
 PortClient name  Port name
 14:0Midi Through Midi Through Port-0
 16:0Ensoniq AudioPCI ES1371
128:0Client-128   Virtual RawMIDI

$ aplaymidi -p 128:0 casablan.mid

At this point, MIDI data flew by in the xterm in which amidi was running.


-- 
David Griffith
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: MOTU Fastlane USB MIDI interface

2007-08-20 Thread Clemens Ladisch
David Griffith wrote:
> On Fri, 17 Aug 2007, Clemens Ladisch wrote:
> > David Griffith wrote:
> > > On Thu, 16 Aug 2007, Clemens Ladisch wrote:
> > > > Please try "amidi -d -p virtual" and playing a .mid file to this port 
> > > > with
> > > > aplaymidi.
> > >
> > > $ aplaymidi -p "virtual" castle2.mid
> > > Invalid port virtual - No such file or directory
> >
> > Sorry, the name of the correspondig sequencer port is different,
> > probably "128:0"; see the output of "aplaymidi -l".
> 
> $ aplaymidi -l
>  PortClient name  Port name
>  14:0Midi Through Midi Through Port-0
>  16:0Ensoniq AudioPCI ES1371
>  20:0Fastlane Fastlane MIDI A
>  20:1Fastlane Fastlane MIDI B
> 
> $ aplaymidi -p 20:0 casablan.mid
> 
> Nothing is written to the Fastlane.  No lights.  Nothing.

Please run "amidi -d -p virtual" and then play to the virtual port
created by amidi, to see if MIDI playback works even without hardware.


Regards,
Clemens
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: MOTU Fastlane USB MIDI interface

2007-08-20 Thread Clemens Ladisch
David Griffith wrote:
 On Fri, 17 Aug 2007, Clemens Ladisch wrote:
  David Griffith wrote:
   On Thu, 16 Aug 2007, Clemens Ladisch wrote:
Please try amidi -d -p virtual and playing a .mid file to this port 
with
aplaymidi.
  
   $ aplaymidi -p virtual castle2.mid
   Invalid port virtual - No such file or directory
 
  Sorry, the name of the correspondig sequencer port is different,
  probably 128:0; see the output of aplaymidi -l.
 
 $ aplaymidi -l
  PortClient name  Port name
  14:0Midi Through Midi Through Port-0
  16:0Ensoniq AudioPCI ES1371
  20:0Fastlane Fastlane MIDI A
  20:1Fastlane Fastlane MIDI B
 
 $ aplaymidi -p 20:0 casablan.mid
 
 Nothing is written to the Fastlane.  No lights.  Nothing.

Please run amidi -d -p virtual and then play to the virtual port
created by amidi, to see if MIDI playback works even without hardware.


Regards,
Clemens
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: MOTU Fastlane USB MIDI interface

2007-08-20 Thread David Griffith
On Mon, 20 Aug 2007, Clemens Ladisch wrote:

 David Griffith wrote:
  On Fri, 17 Aug 2007, Clemens Ladisch wrote:
   David Griffith wrote:
On Thu, 16 Aug 2007, Clemens Ladisch wrote:
 Please try amidi -d -p virtual and playing a .mid file to this port 
 with
 aplaymidi.
   
$ aplaymidi -p virtual castle2.mid
Invalid port virtual - No such file or directory
  
   Sorry, the name of the correspondig sequencer port is different,
   probably 128:0; see the output of aplaymidi -l.
 
  $ aplaymidi -l
   PortClient name  Port name
   14:0Midi Through Midi Through Port-0
   16:0Ensoniq AudioPCI ES1371
   20:0Fastlane Fastlane MIDI A
   20:1Fastlane Fastlane MIDI B
 
  $ aplaymidi -p 20:0 casablan.mid
 
  Nothing is written to the Fastlane.  No lights.  Nothing.

 Please run amidi -d -p virtual and then play to the virtual port
 created by amidi, to see if MIDI playback works even without hardware.

$ amidi -d -p virtual

$ aplaymidi -l
 PortClient name  Port name
 14:0Midi Through Midi Through Port-0
 16:0Ensoniq AudioPCI ES1371
128:0Client-128   Virtual RawMIDI

$ aplaymidi -p 128:0 casablan.mid

At this point, MIDI data flew by in the xterm in which amidi was running.


-- 
David Griffith
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: MOTU Fastlane USB MIDI interface

2007-08-19 Thread David Griffith
On Fri, 17 Aug 2007, Clemens Ladisch wrote:

> David Griffith wrote:
> > On Thu, 16 Aug 2007, Clemens Ladisch wrote:
> > > Please try "amidi -d -p virtual" and playing a .mid file to this port with
> > > aplaymidi.
> >
> > $ aplaymidi -p "virtual" castle2.mid
> > Invalid port virtual - No such file or directory
>
> Sorry, the name of the correspondig sequencer port is different,
> probably "128:0"; see the output of "aplaymidi -l".

$ aplaymidi -l
 PortClient name  Port name
 14:0Midi Through Midi Through Port-0
 16:0Ensoniq AudioPCI ES1371
 20:0Fastlane Fastlane MIDI A
 20:1Fastlane Fastlane MIDI B

$ aplaymidi -p 20:0 casablan.mid

Nothing is written to the Fastlane.  No lights.  Nothing.

-- 
David Griffith
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: MOTU Fastlane USB MIDI interface

2007-08-19 Thread David Griffith
On Fri, 17 Aug 2007, Clemens Ladisch wrote:

 David Griffith wrote:
  On Thu, 16 Aug 2007, Clemens Ladisch wrote:
   Please try amidi -d -p virtual and playing a .mid file to this port with
   aplaymidi.
 
  $ aplaymidi -p virtual castle2.mid
  Invalid port virtual - No such file or directory

 Sorry, the name of the correspondig sequencer port is different,
 probably 128:0; see the output of aplaymidi -l.

$ aplaymidi -l
 PortClient name  Port name
 14:0Midi Through Midi Through Port-0
 16:0Ensoniq AudioPCI ES1371
 20:0Fastlane Fastlane MIDI A
 20:1Fastlane Fastlane MIDI B

$ aplaymidi -p 20:0 casablan.mid

Nothing is written to the Fastlane.  No lights.  Nothing.

-- 
David Griffith
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: MOTU Fastlane USB MIDI interface

2007-08-17 Thread Clemens Ladisch
David Griffith wrote:
> On Thu, 16 Aug 2007, Clemens Ladisch wrote:
> > Please try "amidi -d -p virtual" and playing a .mid file to this port with
> > aplaymidi.
> 
> $ aplaymidi -p "virtual" castle2.mid
> Invalid port virtual - No such file or directory

Sorry, the name of the correspondig sequencer port is different,
probably "128:0"; see the output of "aplaymidi -l".


Regards,
Clemens
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: MOTU Fastlane USB MIDI interface

2007-08-17 Thread Clemens Ladisch
David Griffith wrote:
 On Thu, 16 Aug 2007, Clemens Ladisch wrote:
  Please try amidi -d -p virtual and playing a .mid file to this port with
  aplaymidi.
 
 $ aplaymidi -p virtual castle2.mid
 Invalid port virtual - No such file or directory

Sorry, the name of the correspondig sequencer port is different,
probably 128:0; see the output of aplaymidi -l.


Regards,
Clemens
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: MOTU Fastlane USB MIDI interface

2007-08-16 Thread David Griffith
On Thu, 16 Aug 2007, Clemens Ladisch wrote:

> David Griffith wrote:
> > Checking further, I've never been able to
> > get midi to work with kernels 2.6.18 and later.
>
> Please try "amidi -d -p virtual" and playing a .mid file to this port with
> aplaymidi.

$ aplaymidi -p "virtual" castle2.mid
Invalid port virtual - No such file or directory

amidi reports nothing.

-- 
David Griffith
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: MOTU Fastlane USB MIDI interface

2007-08-16 Thread Clemens Ladisch

David Griffith wrote:

Checking further, I've never been able to
get midi to work with kernels 2.6.18 and later.


Please try "amidi -d -p virtual" and playing a .mid file to this port with
aplaymidi.


Regards,
Clemens

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: MOTU Fastlane USB MIDI interface

2007-08-16 Thread David Griffith
On Thu, 16 Aug 2007, Clemens Ladisch wrote:

> David Griffith wrote:
> > Does anyone here have or can borrow a MOTU Fastlane USB MIDI
> > interface? I'm having a nasty time trying to nail down what's going
> > wrong.  It seems that for kernels 2.6.17 and earlier, MIDI works fine
> > through this interface.  After that, it doesn't.
>
> What do you mean with "doesn't work"?  Does the kernel detect it?  Does
> it appear in /proc/asound/cards?  What happens if you try to use it?

$ cat /proc/asound/cards
 0 [AudioPCI   ]: ENS1371 - Ensoniq AudioPCI
  Ensoniq AudioPCI ENS1371 at 0xec00, irq 18
 1 [Fastlane   ]: USB-Audio - Fastlane
  MOTU Fastlane at usb-:00:10.2-1, full speed

$ amidi -l
IO  hw:0,0ES1371
IO  hw:1,0,0  Fastlane MIDI A
IO  hw:1,0,1  Fastlane MIDI B

$ amidi -d -p hw:1,0,0

At this point I should see two-digit hex numbers in groups of five or six
whenever a key or other control on the midi keyboard is operated.
Nothing happens though.  Oddly enough, nothing happens when I try midi
through the soundcard as well.  Checking further, I've never been able to
get midi to work with kernels 2.6.18 and later.


-- 
David Griffith
[EMAIL PROTECTED]

A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: MOTU Fastlane USB MIDI interface

2007-08-16 Thread Clemens Ladisch

David Griffith wrote:

Does anyone here have or can borrow a MOTU Fastlane USB MIDI interface?
I'm having a nasty time trying to nail down what's going wrong.  It seems
that for kernels 2.6.17 and earlier, MIDI works fine through this
interface.  After that, it doesn't.


What do you mean with "doesn't work"?  Does the kernel detect it?   
Does it appear

in /proc/asound/cards?  What happens if you try to use it?


Regards,
Clemens

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: MOTU Fastlane USB MIDI interface

2007-08-16 Thread Clemens Ladisch

David Griffith wrote:

Does anyone here have or can borrow a MOTU Fastlane USB MIDI interface?
I'm having a nasty time trying to nail down what's going wrong.  It seems
that for kernels 2.6.17 and earlier, MIDI works fine through this
interface.  After that, it doesn't.


What do you mean with doesn't work?  Does the kernel detect it?   
Does it appear

in /proc/asound/cards?  What happens if you try to use it?


Regards,
Clemens

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: MOTU Fastlane USB MIDI interface

2007-08-16 Thread David Griffith
On Thu, 16 Aug 2007, Clemens Ladisch wrote:

 David Griffith wrote:
  Does anyone here have or can borrow a MOTU Fastlane USB MIDI
  interface? I'm having a nasty time trying to nail down what's going
  wrong.  It seems that for kernels 2.6.17 and earlier, MIDI works fine
  through this interface.  After that, it doesn't.

 What do you mean with doesn't work?  Does the kernel detect it?  Does
 it appear in /proc/asound/cards?  What happens if you try to use it?

$ cat /proc/asound/cards
 0 [AudioPCI   ]: ENS1371 - Ensoniq AudioPCI
  Ensoniq AudioPCI ENS1371 at 0xec00, irq 18
 1 [Fastlane   ]: USB-Audio - Fastlane
  MOTU Fastlane at usb-:00:10.2-1, full speed

$ amidi -l
IO  hw:0,0ES1371
IO  hw:1,0,0  Fastlane MIDI A
IO  hw:1,0,1  Fastlane MIDI B

$ amidi -d -p hw:1,0,0

At this point I should see two-digit hex numbers in groups of five or six
whenever a key or other control on the midi keyboard is operated.
Nothing happens though.  Oddly enough, nothing happens when I try midi
through the soundcard as well.  Checking further, I've never been able to
get midi to work with kernels 2.6.18 and later.


-- 
David Griffith
[EMAIL PROTECTED]

A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: MOTU Fastlane USB MIDI interface

2007-08-16 Thread Clemens Ladisch

David Griffith wrote:

Checking further, I've never been able to
get midi to work with kernels 2.6.18 and later.


Please try amidi -d -p virtual and playing a .mid file to this port with
aplaymidi.


Regards,
Clemens

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: MOTU Fastlane USB MIDI interface

2007-08-16 Thread David Griffith
On Thu, 16 Aug 2007, Clemens Ladisch wrote:

 David Griffith wrote:
  Checking further, I've never been able to
  get midi to work with kernels 2.6.18 and later.

 Please try amidi -d -p virtual and playing a .mid file to this port with
 aplaymidi.

$ aplaymidi -p virtual castle2.mid
Invalid port virtual - No such file or directory

amidi reports nothing.

-- 
David Griffith
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/