码迷,mamicode.com
首页 > 其他好文 > 详细

Configure the modules to be find by modprobe

时间:2015-07-03 14:03:50      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:

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

版权声明:本文为博主原创文章,未经博主允许不得转载。

Configure the modules to be find by modprobe

标签:

原文地址:http://blog.csdn.net/stpallas/article/details/46740629

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!