insmod: can\'t insert \'***.ko\': unknown symbol in module, or unknown parameter-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 1125439
  • 博文数量: 146
  • 博客积分: 190
  • 博客等级: 入伍新兵
  • 技术积分: 5225
  • 用 户 组: 普通用户
  • 注册时间: 2012-06-06 08:24
个人简介

慢行者

文章分类

全部博文(146)

文章存档

2013年(145)

2012年(1)

相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: linux

2013-04-22 17:28:47

手动加载内核模块时候,报如下错误信息:

/$ insmod cpld_lcmxo2-2000hc.ko
/$cpld_lcmxo2_2000hc: module license 'unspecified' taints kernel.
disabling lock debugging due to kernel taint
cpld_lcmxo2_2000hc: unknown symbol spi_register_driver (err 0)
cpld_lcmxo2_2000hc: unknown symbol mxs_spi_setup (err 0)
cpld_lcmxo2_2000hc: unknown symbol spi_bus_type (err 0)
cpld_lcmxo2_2000hc: unknown symbol mxs_spi_transfer (err 0)
insmod: can't insert 'cpld_lcmxo2-2000hc.ko': unknown symbol in module, or unknown parameter

解决办法
通过信息中的绿色背景信息,可以找到解决办法:在内核模块源码文件中添加module_license("gpl");
阅读(16778) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图