You are not logged in.
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
make menuconfig
Offline
thanks. but it looks also not the best organized way.
Offline
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
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
$ 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