标签:
sudo ln -s /path/to/module.ko /lib/modules/`uname -r`
sudo depmod -a #depmod will output a dependency list suitable for the modprobe utility.
sudo modprobe module
版权声明:本文为博主原创文章,未经博主允许不得转载。
Configure the modules to be find by modprobe
标签:
原文地址:http://blog.csdn.net/stpallas/article/details/46740629