0

lsmodを使用してロード可能なモジュールのリストを取得しているため、アンドロイドでのUSBモジュールのロードをブロックしたいので、USBモジュールの名前を取得したいのですが、次の出力が表示されています

# lsmod
lsmod
bcm4329 204281 0 - Live 0xbf09e000
vpnclient 62940 1 - Live 0xbf000000

しかし、上記の2からどれがUSBモジュールであるかをどのように知ることができますか

助けてください!!!

4

1 に答える 1

1

You will need recompile the kernel and disable all USB options. I'm fairly certain that USB support is compiled in and not set as a module. Note that "adb" uses USB, so by disabling USB you may have other problems. I.e. not able to obtain a remote shell to your phone.

于 2012-05-31T13:17:11.337 に答える