Re: [Alsa-user] USB Uno Midi - SUCCESS

2006-02-07 Thread Bob van der Poel
Lee Revell wrote: On Tue, 2006-02-07 at 02:08 +0100, Nigel Henry wrote: Both "Audio" and "Usb_midi" are OSS modules. OSS is sort of deprecated now, and these modules probably should no longer be showing up in the kernel. Quite why "Usb_midi" takes precedence and loads before snd_usb-audio ha

Re: [Alsa-user] USB Uno Midi - SUCCESS

2006-02-06 Thread Nigel Henry
On Tuesday 07 February 2006 02:34, Lee Revell wrote: > On Tue, 2006-02-07 at 02:08 +0100, Nigel Henry wrote: > > Both "Audio" and "Usb_midi" are OSS modules. OSS is sort of deprecated > > now, > > and these modules probably should no longer be showing up in the > > kernel. > > Quite why "Usb_midi"

Re: [Alsa-user] USB Uno Midi - SUCCESS

2006-02-06 Thread Lee Revell
On Tue, 2006-02-07 at 02:08 +0100, Nigel Henry wrote: > Both "Audio" and "Usb_midi" are OSS modules. OSS is sort of deprecated > now, > and these modules probably should no longer be showing up in the > kernel. > Quite why "Usb_midi" takes precedence and loads before snd_usb-audio > has a > chan

Re: [Alsa-user] USB Uno Midi - SUCCESS

2006-02-06 Thread Nigel Henry
On Tuesday 07 February 2006 00:02, Bob van der Poel wrote: > Ross Vandegrift wrote: > > On Sun, Feb 05, 2006 at 07:38:33PM -0700, Bob van der Poel wrote: > >> I added the following lines to /etc/hotplug/blacklist: > >> > >> usb_midi > >> audio > >> > >> But, it appears that this file is being auto-

Re: [Alsa-user] USB Uno Midi - SUCCESS

2006-02-06 Thread Bob van der Poel
Ross Vandegrift wrote: On Sun, Feb 05, 2006 at 07:38:33PM -0700, Bob van der Poel wrote: I added the following lines to /etc/hotplug/blacklist: usb_midi audio But, it appears that this file is being auto-generated on boot??? Heh, be a little more heavy-handed. Find the modules like this:

Re: [Alsa-user] USB Uno Midi

2006-02-06 Thread Sergei Steshenko
On Sun, 5 Feb 2006 23:31:17 -0500 [EMAIL PROTECTED] (Ross Vandegrift) wrote: > On Sun, Feb 05, 2006 at 07:38:33PM -0700, Bob van der Poel wrote: > > I added the following lines to /etc/hotplug/blacklist: > > > > usb_midi > > audio > > > > But, it appears that this file is being auto-generated on

Re: [Alsa-user] USB Uno Midi

2006-02-05 Thread Ross Vandegrift
On Sun, Feb 05, 2006 at 07:38:33PM -0700, Bob van der Poel wrote: > I added the following lines to /etc/hotplug/blacklist: > > usb_midi > audio > > But, it appears that this file is being auto-generated on boot??? Heh, be a little more heavy-handed. Find the modules like this: # locate usb_mid

Re: [Alsa-user] USB Uno Midi

2006-02-05 Thread Bob van der Poel
We may be getting closer. I certainly hope so :) Lee Revell wrote: On Sun, 2006-02-05 at 17:23 -0700, Bob van der Poel wrote: Feb 5 17:21:24 localhost kernel: usbcore: registered new driver audio Feb 5 17:21:24 localhost kernel: drivers/usb/class/audio.c: v1.0.0:USB Audio Class driver Th

Re: [Alsa-user] USB Uno Midi

2006-02-05 Thread Lee Revell
On Sun, 2006-02-05 at 17:23 -0700, Bob van der Poel wrote: > Feb 5 17:21:24 localhost kernel: usbcore: registered new driver audio > Feb 5 17:21:24 localhost kernel: drivers/usb/class/audio.c: > v1.0.0:USB > Audio Class driver This is the problem - it's binding to the OSS USB audio driver rath

Re: [Alsa-user] USB Uno Midi

2006-02-05 Thread Bob van der Poel
Ross Vandegrift wrote: On Sun, Feb 05, 2006 at 01:45:44PM -0700, Bob van der Poel wrote: 2. A few of you suggest that there is a distro bug. Quite likely :) But, Mandriva 2006 is pretty current so there should be some simple work-arounds. Does your USB device require firmware to be loaded?

Re: [Alsa-user] USB Uno Midi

2006-02-05 Thread Bob van der Poel
Nigel Henry wrote: You should find the hotplug blacklist in /etc/hotplug.d or a similar directory. Both audio & usb_midi are deprecated OSS modules and should not be loaded. Adding these 2 modules on separate lines in the blacklist will prevent them being loaded, and may well help avoid so

Re: [Alsa-user] USB Uno Midi

2006-02-05 Thread Ross Vandegrift
On Sun, Feb 05, 2006 at 01:45:44PM -0700, Bob van der Poel wrote: > 2. A few of you suggest that there is a distro bug. Quite likely :) But, > Mandriva 2006 is pretty current so there should be some simple work-arounds. Does your USB device require firmware to be loaded? I have a Midiman 2x2 USB

Re: [Alsa-user] USB Uno Midi

2006-02-05 Thread Bob van der Poel
Okay, guys, a whole bunch of suggestions ... but still no joy here. 1. I have tried adding snd_seq_midi (and audio) to the list in /etc/modules. No change. Matter of fact, after a boot snd_seq_midi DOES not show up with lsmod. But, I can manually load it with modprobe. But, even after that I sti

Re: [Alsa-user] USB Uno Midi

2006-02-05 Thread Bill Unruh
On Sun, 5 Feb 2006, Bob van der Poel wrote: Nigel Henry wrote: On Sunday 05 February 2006 17:56, Bob van der Poel wrote: Nigel Henry wrote: Hi Bob. I'd try adding the following 2 option lines to your /etc/modprobe.conf. options snd-via82xx index=0 options snd-usb-audio index=1 Tried and

Re: [Alsa-user] USB Uno Midi

2006-02-05 Thread Lee Revell
On Sun, 2006-02-05 at 20:18 +0100, Nigel Henry wrote: > On Sunday 05 February 2006 19:52, Lee Revell wrote: > > On Sun, 2006-02-05 at 11:41 -0700, Bob van der Poel wrote: > > > There is a bit of line wrapping going on, but that's obvious. > > > > > > Anything leap out for you? > > > > Yes - snd-seq

Re: [Alsa-user] USB Uno Midi

2006-02-05 Thread Nigel Henry
On Sunday 05 February 2006 19:52, Lee Revell wrote: > On Sun, 2006-02-05 at 11:41 -0700, Bob van der Poel wrote: > > There is a bit of line wrapping going on, but that's obvious. > > > > Anything leap out for you? > > Yes - snd-seq-midi is not being loaded on boot - it seems to not load > until you

Re: [Alsa-user] USB Uno Midi

2006-02-05 Thread Lee Revell
On Sun, 2006-02-05 at 11:41 -0700, Bob van der Poel wrote: > > > There is a bit of line wrapping going on, but that's obvious. > > Anything leap out for you? Yes - snd-seq-midi is not being loaded on boot - it seems to not load until you replug the device. This is either a bug in ALSA or in y

Re: [Alsa-user] USB Uno Midi

2006-02-05 Thread Bob van der Poel
Nigel Henry wrote: On Sunday 05 February 2006 17:56, Bob van der Poel wrote: Nigel Henry wrote: Hi Bob. I'd try adding the following 2 option lines to your /etc/modprobe.conf. options snd-via82xx index=0 options snd-usb-audio index=1 Tried and failed :) But, thanks for the try. Sigh, thi

Re: [Alsa-user] USB Uno Midi

2006-02-05 Thread Sergei Steshenko
Nigel, it turns up in ALSA list. On Sun, 5 Feb 2006 18:28:27 +0100 Nigel Henry <[EMAIL PROTECTED]> wrote: > On Sunday 05 February 2006 17:56, Bob van der Poel wrote: > > Nigel Henry wrote: > > > > > > > > > Hi Bob. I'd try adding the following 2 option lines to > > > your /etc/modprobe.conf.

Re: [Alsa-user] USB Uno Midi

2006-02-05 Thread Nigel Henry
On Sunday 05 February 2006 17:56, Bob van der Poel wrote: > Nigel Henry wrote: > > > > > Hi Bob. I'd try adding the following 2 option lines to > > your /etc/modprobe.conf. > > options snd-via82xx index=0 > > options snd-usb-audio index=1 > > Tried and failed :) > > But, thanks for the try. Sigh,

Re: [Alsa-user] USB Uno Midi

2006-02-05 Thread Bob van der Poel
Nigel Henry wrote: Hi Bob. I'd try adding the following 2 option lines to your /etc/modprobe.conf. options snd-via82xx index=0 options snd-usb-audio index=1 Tried and failed :) But, thanks for the try. Sigh, this is getting to be quite frustrating! I'm wondering if there is a problem wi