我打算在我的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
我使用过modprobe以及apt-get install命令,但无法安装tipc模块。请建议如何安装此模块....
答案 0 :(得分:2)
这个问题的解决方案是linux命令'modprobe'。它按以下方式使用:
modprobe tipc
并安装了tipc模块。 我用过它,问题解决了。