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