Recent content by xuancong84

  1. X

    Enable/disable module in kernel for controlling hardware on/off.

    The simple and accurate answer is no. And you should not take CONFIG_MODULE_FORCE_UNLOAD for granted. Even after CONFIG_MODULE_FORCE_UNLOAD=y is set, `rmmod -f` still does not work. It simply hangs until all programs using the module are manually closed. For example, `nvidia.ko` is used by...
Top