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)."
> >
> > >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
> > > >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)
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
> >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
> 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