Re: [Alsa-user] How to order multiple usb devices

2009-01-14 Thread Hal V. Engel
On Tuesday 13 January 2009 22:41:50 Ari Moisio wrote: Hi You need to use index option when loading the modules, with usb devices you also have to specifythe id of the device. Here are examples from my modules.conf file # Usb-headset options snd-usb-audio index=2 vid=0x046d,0x0a02

Re: [Alsa-user] How to order multiple usb devices

2009-01-14 Thread Mark Constable
On Thursday 15 January 2009 07:05:31 Hal V. Engel wrote: One other option is it use UDEV. Here is a how to http://alsa.opensrc.org/index.php/Udev This also kind of solves a similar problem, at least to provide a particular default device regardless of what devices are available...

Re: [Alsa-user] How to order multiple usb devices

2009-01-14 Thread Yan Seiner
On Wed, January 14, 2009 2:36 pm, Mark Constable wrote: On Thursday 15 January 2009 07:05:31 Hal V. Engel wrote: One other option is it use UDEV. Here is a how to http://alsa.opensrc.org/index.php/Udev This also kind of solves a similar problem, at least to provide a particular default

[Alsa-user] How to order multiple usb devices

2009-01-13 Thread sonof...@iinet.net.au
Hi, I have multiple USB devices and one PCI device and would like to ensure the order of the devices is set. I understand this is possible but requires some of the hardware detail. Does someone have an example they can send through? Regards Allan

Re: [Alsa-user] How to order multiple usb devices

2009-01-13 Thread Ari Moisio
Hi You need to use index option when loading the modules, with usb devices you also have to specifythe id of the device. Here are examples from my modules.conf file # Usb-headset options snd-usb-audio index=2 vid=0x046d,0x0a02 # M-audio fasttrack options snd-usb-audio index=3

Re: [Alsa-user] How to order multiple usb devices

2009-01-13 Thread Clemens Ladisch
Ari Moisio wrote: # Usb-headset options snd-usb-audio index=2 vid=0x046d,0x0a02 # M-audio fasttrack options snd-usb-audio index=3 vid=0x0763,0x2012 This does not work because the second 'options' line overrides the first, and the product ID must be put into the 'pid' parameter. Use this: