Re: [Alsa-user] Attempts to influence sound card ordering: a report

2006-04-10 Thread Matthias Koenig
Joel Roth <[EMAIL PROTECTED]> writes: > Thanks. Worked first time. Great :-) > But the changes in modutils--/etc/modprobe.d and not needing > update-modules--I never would have guessed. That was one > part of the process I was absolutely certain I was informed > about! Yes, things have changed s

Re: [Alsa-user] Attempts to influence sound card ordering: a report

2006-04-08 Thread Christoph Burger-Scheidlin
On Saturday 08 April 2006 19:23, you wrote: > On Sat, 2006-04-08 at 19:12 +0100, Christoph Burger-Scheidlin wrote: > > The only problems occur with things like skype where you cannot use > > aoss. > > This is not 100% accurate - it does work for many people. Try it first. You are right, it was an

Re: [Alsa-user] Attempts to influence sound card ordering: a report

2006-04-08 Thread Lee Revell
On Sat, 2006-04-08 at 19:12 +0100, Christoph Burger-Scheidlin wrote: > The only problems occur with things like skype where you cannot use > aoss. This is not 100% accurate - it does work for many people. Try it first. Lee --- This SF.Net em

Re: [Alsa-user] Attempts to influence sound card ordering: a report

2006-04-08 Thread Christoph Burger-Scheidlin
On Saturday 08 April 2006 18:51, you wrote: > > Is it important to specify the order of the soundcards (e.g. using OSS > > applications such as skype), or do you just need to have a unique name > > for each soundcard? If so, you can just use the names of the sound cards > > as they are printed in /

Re: [Alsa-user] Attempts to influence sound card ordering: a report

2006-04-08 Thread Bill Unruh
On Sat, 8 Apr 2006, Christoph Burger-Scheidlin wrote: On Friday 07 April 2006 14:19, Joel Roth wrote: It seems like this is a FAQ, but having read and tried various methods from the Alsa wiki, I find myself unable to influence the order of my sound cards. Which will be card 0 and which card 1 a

Re: [Alsa-user] Attempts to influence sound card ordering: a report

2006-04-08 Thread Christoph Burger-Scheidlin
On Friday 07 April 2006 14:19, Joel Roth wrote: > It seems like this is a FAQ, but having read and tried > various methods from the Alsa wiki, I find myself unable to > influence the order of my sound cards. Which will be card 0 > and which card 1 after reboot is not determinate. > I attempted to m

Re: [Alsa-user] Attempts to influence sound card ordering: a report

2006-04-07 Thread Lee Revell
On Fri, 2006-04-07 at 20:15 +0200, Matthias Koenig wrote: > > What about hotpluggable devices which will just pop up at some random > time? > You can't just load module snd-xyz on boot time, if device xyz is not > there > at that moment. I've asked about this on the Ubuntu lists, they are reall

Re: [Alsa-user] Attempts to influence sound card ordering: a report

2006-04-07 Thread Matthias Koenig
Bill Unruh <[EMAIL PROTECTED]> writes: > On Fri, 7 Apr 2006, Lee Revell wrote: >> On Fri, 2006-04-07 at 18:27 +0200, Matthias Koenig wrote: >>> The correct Debian location for configuration files for new kernels >>> is /etc/modprobe.d/. >>> If you append the 2 option lines above to e.g. alsa-base i

Re: [Alsa-user] Attempts to influence sound card ordering: a report

2006-04-07 Thread Joel Roth
Matthias Koenig wrote: > Joel Roth writes: > > > > I made the following additions to /etc/modutils/alsa-base, > > > > options snd-via82xx index=0 > > options snd-ice1712 index=1 > > > > run update-modules, and rebooted. > > > > Result: no impact on assignments > > > > The correct Debian location

Re: [Alsa-user] Attempts to influence sound card ordering: a report

2006-04-07 Thread Lee Revell
On Fri, 2006-04-07 at 10:16 -0700, Richard Fish wrote: > On 4/7/06, Lee Revell <[EMAIL PROTECTED]> wrote: > > Does anyone know if any distro has solved this problem cleanly? > > Gentoo has /etc/modules.autoload.d/kernel-2.6, where you can place > modules to be loaded on boot, and they are loaded i

Re: [Alsa-user] Attempts to influence sound card ordering: a report

2006-04-07 Thread Richard Fish
On 4/7/06, Lee Revell <[EMAIL PROTECTED]> wrote: > Does anyone know if any distro has solved this problem cleanly? Gentoo has /etc/modules.autoload.d/kernel-2.6, where you can place modules to be loaded on boot, and they are loaded in the same order they appear in the file. The loading occurs alm

Re: [Alsa-user] Attempts to influence sound card ordering: a report

2006-04-07 Thread Bill Unruh
On Fri, 7 Apr 2006, Lee Revell wrote: On Fri, 2006-04-07 at 18:27 +0200, Matthias Koenig wrote: The correct Debian location for configuration files for new kernels is /etc/modprobe.d/. If you append the 2 option lines above to e.g. alsa-base it should work. You don't have to run update-modules,

Re: [Alsa-user] Attempts to influence sound card ordering: a report

2006-04-07 Thread Lee Revell
On Fri, 2006-04-07 at 18:27 +0200, Matthias Koenig wrote: > The correct Debian location for configuration files for new kernels > is /etc/modprobe.d/. > If you append the 2 option lines above to e.g. alsa-base it should > work. > You don't have to run update-modules, because it is obsolete. Seems

Re: [Alsa-user] Attempts to influence sound card ordering: a report

2006-04-07 Thread Matthias Koenig
Joel Roth <[EMAIL PROTECTED]> writes: > I am running a 2.6.15 kernel using udev > to populate the /dev directory. I have two sound cards, > corresponding to the snd-ice1712 and snd-via82xx drivers. > The drivers are compiled as modules, and load > automagically. My system is Debian-based, most pa

Re: [Alsa-user] Attempts to influence sound card ordering: a report

2006-04-07 Thread Lee Revell
On Fri, 2006-04-07 at 11:27 -0400, Gene Heskett wrote: > >In my case /etc/modules.conf is generated from > >alsa-base and other files in /etc/modutils by running > >update-modules. > > > >I made the following additions to /etc/modutils/alsa-base, > > > >options snd-via82xx index=0 > >options snd-ic

Re: [Alsa-user] Attempts to influence sound card ordering: a report

2006-04-07 Thread Nigel Henry
On Friday 07 April 2006 15:19, Joel Roth wrote: > It seems like this is a FAQ, but having read and tried > various methods from the Alsa wiki, I find myself unable to > influence the order of my sound cards. Which will be card 0 > and which card 1 after reboot is not determinate. > I attempted to m

Re: [Alsa-user] Attempts to influence sound card ordering: a report

2006-04-07 Thread Nigel Henry
On Friday 07 April 2006 15:19, Joel Roth wrote: > It seems like this is a FAQ, but having read and tried > various methods from the Alsa wiki, I find myself unable to > influence the order of my sound cards. Which will be card 0 > and which card 1 after reboot is not determinate. > I attempted to m

Re: [Alsa-user] Attempts to influence sound card ordering: a report

2006-04-07 Thread Gene Heskett
On Friday 07 April 2006 09:19, Joel Roth wrote: >It seems like this is a FAQ, but having read and tried >various methods from the Alsa wiki, I find myself unable to >influence the order of my sound cards. Which will be card 0 >and which card 1 after reboot is not determinate. >I attempted to make s

[Alsa-user] Attempts to influence sound card ordering: a report

2006-04-07 Thread Joel Roth
It seems like this is a FAQ, but having read and tried various methods from the Alsa wiki, I find myself unable to influence the order of my sound cards. Which will be card 0 and which card 1 after reboot is not determinate. I attempted to make static assignments. Here is a report on all I've trie