Lucas Tanure <tanure at linux.com> 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