我打算在我的ubuntu机器上执行TIPC程序。我已经下载了tipcutils2.0.2并执行了所有make文件,但当我尝试运行命令时
tipc-config netid="" ,,,,,它显示以下错误
~/tipcutils-2.0.2/tipc-config$ ./tipc-config -netid=1234 -a=1.1.8 -be=eth:eth0
TIPC module not installed我已经使用了module以及apt-get install命令,但无法安装tipc module.Please建议如何安装此模块...
发布于 2013-05-01 00:03:06
这个问题的解决方案是linux命令'modprobe‘.It的使用方法如下:
modprobe tipc 并且安装了tipc模块。我已经用过了,我的问题也解决了。
https://stackoverflow.com/questions/16259041
复制相似问题