[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: modules help



On Tue 05 Oct 1999, Dave Wiard wrote:
> 
> How do I find the names of all the loadable modules I have?

This isn't alpha-specific, but anyway:

look in /lib/modules/ for a directory with your kernel version number,
and then you'll see subdirectories with the different categories.

One-liner to list them all (-:

    echo `ls /lib/modules/$(uname -r)/*/* | sed 's,.*/\(.*\).o$,\1,' | sort`


Paul Slootman
-- 
home:       paul@wurtel.demon.nl http://www.wurtel.demon.nl/
work:       paul@murphy.nl       http://www.murphy.nl/
debian:     paul@debian.org      http://www.debian.org/
isdn4linux: paul@isdn4linux.de   http://www.isdn4linux.de/


Reply to: