You are not logged in.

#1 2011-11-11 23:02:14

arcc
Member
From: ger
Registered: 2011-05-02
Posts: 47

is there a list of drivers in the kernel?

hey everyone...

i'm searching for a list of drivers included in the linux kernel.

i knew modprobe -l but this method is not really handy.

as example a website with categories or filters would be good. i hope anyone can help.

Offline

#2 2011-11-11 23:07:13

eldragon
Member
From: Buenos Aires
Registered: 2008-11-18
Posts: 1,029

Re: is there a list of drivers in the kernel?

make menuconfig

Offline

#3 2011-11-11 23:47:16

arcc
Member
From: ger
Registered: 2011-05-02
Posts: 47

Re: is there a list of drivers in the kernel?

thanks. but it looks also not the best organized way.

Offline

#4 2011-11-11 23:50:00

Gusar
Member
Registered: 2009-08-25
Posts: 3,606

Re: is there a list of drivers in the kernel?

arcc wrote:

thanks. but it looks also not the best organized way.

It's the most comprehensive you'll get. There's also Qt (make xconfig) and GTK (make gconfig) interfaces that are easier to go through. You won't find anything better than those.

Offline

#5 2011-11-12 00:17:30

mcsilva
Member
From: Portugal
Registered: 2009-12-16
Posts: 95

Re: is there a list of drivers in the kernel?

Not really an organized list, but this procedure can be usefull.

# zcat /proc/config.gz | less

This way you can check the kernel configuration settings.
Then make a search  inside "less" with:

/drivers

This way, you can read the driver headers and check those that are "=yes" (the drivers compiled in the kernel).

Offline

#6 2011-11-12 01:11:25

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: is there a list of drivers in the kernel?

$ ls -lR /lib/modules/

Up to date, complete and neatly organised.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

Board footer

Powered by FluxBB