[Alsa-user] Re: [Alsa-devel] [lack of] dynamic detection/loading of modules

2003-03-05 Thread Takashi Iwai
At 04 Mar 2003 19:01:24 -0800, Fernando Pablo Lopez-Lezcano wrote: > > > > > >lists about this and to do it cleanly it would be nice to have available > > > > >in /proc/asound the list of modules currently loaded. That is not > > > > >available today (I think Takashi said he might add that)." > >

[Alsa-user] Re: [Alsa-devel] [lack of] dynamic detection/loading of modules

2003-03-04 Thread Fernando Pablo Lopez-Lezcano
> > >lists about this and to do it cleanly it would be nice to have available > > >in /proc/asound the list of modules currently loaded. That is not > > >available today (I think Takashi said he might add that)." > > > > cat /proc/modules | grep '^snd' I wrote this: > This relies in an (AFAIK) u

[Alsa-user] Re: [Alsa-devel] [lack of] dynamic detection/loading of modules

2003-03-04 Thread Fernando Pablo Lopez-Lezcano
> > > >lists about this and to do it cleanly it would be nice to have available > > > >in /proc/asound the list of modules currently loaded. That is not > > > >available today (I think Takashi said he might add that)." > > > > > > cat /proc/modules | grep '^snd' > > > > This relies in an (AFAIK)

[Alsa-user] Re: [Alsa-devel] [lack of] dynamic detection/loading of modules

2003-02-28 Thread Takashi Iwai
At 27 Feb 2003 12:35:00 -0800, Fernando Pablo Lopez-Lezcano wrote: > > > >lists about this and to do it cleanly it would be nice to have available > > >in /proc/asound the list of modules currently loaded. That is not > > >available today (I think Takashi said he might add that)." > > > > cat /pr

[Alsa-user] Re: [Alsa-devel] [lack of] dynamic detection/loading of modules

2003-02-27 Thread Fernando Pablo Lopez-Lezcano
> >lists about this and to do it cleanly it would be nice to have available > >in /proc/asound the list of modules currently loaded. That is not > >available today (I think Takashi said he might add that)." > > cat /proc/modules | grep '^snd' This relies in an (AFAIK) unenforceable convention (al

[Alsa-user] RE: [Alsa-devel] [lack of] dynamic detection/loading of modules

2003-02-26 Thread Ivica Bukvic
> cat /proc/modules | grep '^snd' Thanks for the reply. A couple of questions: Where do you put this? How do you trigger it automatically upon connection of a hot-pluggable hw (if the stuff is blacklisted)? How can we make this user-friendly? (i.e. no user interaction -> plug 'n' use). Ico