Android and Kernel-Modules...

Posted by Nils Pipenbrinck on Stack Overflow See other posts from Stack Overflow or by Nils Pipenbrinck
Published on 2010-04-15T19:32:35Z Indexed on 2010/04/16 1:13 UTC
Read the original article Hit count: 258

Filed under:
|
|

So - Android is build on top of a stripped down linux system. Most of the convenient utilities are missing but all the basics are there.

I can call insmod and rmmod. No problem.

But where do kernel-modules and firmware files reside? I can't find any. there is no /lib/modules in the standard distribution.

Problem: I need modules. For sure don't want to compile support for each and every usb-device in the world into the linux-kernel. Where should I put them?

© Stack Overflow or respective owner

Related posts about android

Related posts about linux