Re: modules help


Subject: Re: modules help
From: Paul Slootman (paul@wau.mis.ah.nl)
Date: Tue Oct 05 1999 - 08:47:02 PDT


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/

-- To UNSUBSCRIBE, email to debian-alpha-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



This archive was generated by hypermail 2a22 : Thu Nov 04 1999 - 16:56:57 PST