How can I get a list of all active kernel drivers on my Android system ?. What is equivelant Linux "lsmod" in Android? I used adb shell and also opened an application for the Android Terminal emulator and did "lsmod". I get some kind of lame two-piece list from my BSP. But it does not list all the drivers of my entire system, that the Linux kernel is actively working.
android kernel device-driver
Joe c
source share