我怎样才能得到所有在我的Andr​​oid系统活动的内核驱动程序的列表?我的、内核、驱动程序、列表

2023-09-06 03:55:02 作者:一半快乐一半悲伤

我怎样才能得到所有在我的Andr​​oid系统活动的内核驱动程序的列表?什么是Android中的Linuxlsmod的的equivelant?我用了亚行的shell,也打开了我的Andr​​oid的终端仿真程序,做了一个lsmod的。我得到某种两个项目从我的BSP跛脚列表。但它没有列出我的整个系统上的Linux内核积极运行的所有驱动程序。

How can I get a list of all the active kernel drivers on my Android system?. What is the equivelant of Linux "lsmod" in Android? I used adb shell and also opened my Android Terminal emulator app and did an "lsmod". I get some kind of a lame list of two items from my BSP. But it doesn't list all the drivers on my entire system that the Linux kernel has actively running.

推荐答案

做一个LS / SYS /模块/我的三星Galaxy S3运行4.1.1果冻豆,我得到以下输出

Doing an 'ls /sys/module/' on my Samsung Galaxy S3 running 4.1.1 Jelly bean, I get the following output

http://pastebin.com/2zF8RwvS

这是所有在我的内核3.0.31的内置模块的列表

That is a list of all the built-in modules in my Kernel 3.0.31

此外,还有可加载模块,'LS /系统/ lib中/模块/

Additionally, there are loadable modules, 'ls /system/lib/modules/'

http://pastebin.com/G5KLC65V