Lucas Tanure <[email protected]> writes: > How do I list where are the modules that I'm using inside kernel ?
lsmod The actual drivers you are using: ls -l /sys/bus/*/devices/*/driver Or look at the output of lsusb, lspci etc. Bjørn _______________________________________________ Kernelnewbies mailing list [email protected] http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
