Configure the modules to be find by modprobe

来源:互联网 发布:led显示屏模拟软件 编辑:程序博客网 时间:2024/06/06 14:07
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

Ref:

  1. http://stackoverflow.com/questions/225845/how-do-i-configure-modprobe-to-find-my-module
1 0
原创粉丝点击