ChinaUnix.net
相关文章推荐:

insmod unknown symbol in module

问题应该是编译模块的内核与运行的内核版本不严格匹配。 编译模块内核版本:2.6.18.e15 运行的内核:2.6.18 两个内核相差不大,我要怎样才能将此模块插入?

by hb12112 - C/C++ - 2011-11-29 12:03:43 阅读(14799) 回复(7)

相关讨论

我在用root用户执行passwd命令的时候报错: # passwd Changing password for user root. passwd: module is unknown 我上网查了一下,好像是说pam的问题,说要重装包,但是我现在用所有用户登录都报错说错误的用户名和密码,哪位大哥能告诉我解决方法,急,在线等

by 小将发威 - 服务器架设 - 2006-04-25 19:21:18 阅读(2026) 回复(2)

我在用root用户执行passwd命令的时候报错: # passwd Changing password for user root. passwd: module is unknown 我上网查了一下,好像是说pam的问题,说要重装包,但是我现在用所有用户登录都报错说错误的用户名和密码,哪位大哥能告诉我解决方法,急,在线等

by 小将发威 - 系统管理 - 2006-04-25 18:40:08 阅读(1406) 回复(3)

insmod的时候出现 invalid module format: 不知道是什么原因?我的GCC,内核这些编译环境都没错啊?请教大哥大姐帮帮忙

by mafiaguy - C/C++ - 2008-05-23 14:43:08 阅读(4353) 回复(8)

头文件 #include #include #include #include #include #include 编译无错 插入就报错 unknown symbol ip_conntrack_helper_register sysmap内找...

by 故哈 - C/C++ - 2009-07-22 13:23:50 阅读(1196) 回复(1)

小弟编译了一个基于PXE远程启动的linux,启动后用insmod加载驱动,系统提示很多函数没有定义,例如: insmod: unresolved symbol printk_R1b7d4074 等,printk在内核源代码中的kernel/printk.c中定义,编译内核时选择了Loadable module support --->;下的3个选项,系统启动后,试图手动加载printk,insmod printk.o,系统又提示其他很多符号没有定义。 请问我该怎么解决?printk.o这些需要手动加载吗?能否将printk.o这些编译进系...

by web_surfer - 内核/嵌入技术 - 2005-07-08 17:14:47 阅读(617) 回复(0)

I am trying to resolve an issue with the patch-o-matic in regards to the pptp nat and conntrack patch. I am using kernel 2.6.11.1. on many different processors. I have the problem across the board. I can compile, but I can load the module. I get an error in dmesg: ip_conntrack_pptp: unknown symbol __ip_conntrack_expect_find ip_nat_pptp: unknown symbol ip_nat_pptp_hook_inbound ip_nat_pptp: Unk...

by 枫影谁用了 - 服务器架设 - 2005-12-15 15:00:05 阅读(971) 回复(1)

我做了一个测试的*.o用insmod加载以后,没有出错,用lsmod可以看到,下来该怎么办?是不是直接就可以调用*.o中的其他功能函数了?还需要什么设备号什么的吗?

by yelvtaohua - 内核/嵌入技术 - 2005-09-28 16:41:14 阅读(582) 回复(1)

编译没有问题。 生成了my_module.o 但是用insmod my_module.o时出错: my_module.o: unresolved symbol proc_unregister my_module.o: unresolved symbol proc_register my_module.o: Hint: You are trying to load a module without a GPL compatible license and it has unresolved symbols. The module may be trying to access GPLONLY symbols but the problem is more likely to be a coding or user error. Contact t...

by sway2004009 - C/C++ - 2005-12-06 00:17:07 阅读(1305) 回复(8)

系统启动后,用insmod 加载模块,出现提示: insmod:unresolved symbol register_sound_dsp.R16aa6112 insmod:unresolved symbol kmalloc insmod:unresolved symbol _get_free_pages insmod:unresolved symbol prink 等等,请问是什么地方出了问题啊? 谢谢!

by alaohhw - 系统管理 - 2005-12-15 17:31:44 阅读(923) 回复(3)

在加载module时,出现以下错误: XXX.o: couldn't find the kernel version the module was compiled for 这是为何,望各位提示

by A-Liang - 内核/嵌入技术 - 2005-12-02 21:27:45 阅读(1107) 回复(9)