Find a module is installed i your system or not
by RameshKumar[ Edit ] 2008-03-14 12:02:09
Use the following command to know whether you have installed a particular module in your pc or not
/sbin/modinfo <module_name>
the above will print the module information
Eg: /sbin/modinfo ip_tables
will print the information of iptables