Kernel project

someone19

Distinguished
Jan 16, 2011
441
3
18,810
Loading modules is as easy as using the modprobe command.

modprobe <modulename>

There are ways to autoload the modules when the system starts, check the documentation provided by your distribution.
 

varis

Distinguished
Nov 9, 2010
400
0
18,810
That should work... if the stuff is available as a module. I suppose most distros would have necessary modules compiled already... if they don't, you can configure and compile your own kernel with the necessary modules. Requires a bit of studying on how to do it and what you need, though.