Axalon Bloodstone wrote:
> 
> On Thu, 16 Sep 1999, Mathieu Bois wrote:
> 
> > I am wondering the same question and also about the options :
> > is there a list or a mean to get the options, their meaning, and their
> > possible values for modules ?
> >
> > Thanks
> >
> > Mathieu
> >
> > Tom Berger wrote:
> > > If you define aliases in /etc/conf.modules how does the system know which
> > > device they refer to?
> 
> find /lib/modules/`uname -r` | xargs modinfo -p
> 
> or
> 
> for i in `find /lib/modules/\`uname -r\` -type f`  ; do
>         echo "-= $i =-" && modinfo -p
> done
> 
> short of that read the source
> --
> MandrakeSoft          http://www.mandrakesoft.com/
>                                         --Axalon

Ah, I see ;-)

Thanks!

tom

-- 
"Never trust a Shoggoth!"
Thomas 'tom' Berger, [EMAIL PROTECTED]
LSTB - "advancing the community", [EMAIL PROTECTED]
UMS: +49-(0)89-1488-208756 fon: +49-(0)30-45809013

Reply via email to