1

I was going to execute TIPC programs on my ubuntu machine.I have downloaded tipcutils2.0.2 and executed all make file but when i try to run command

    tipc-config netid="" ,,,,,

It shows he following error

    ~/tipcutils-2.0.2/tipc-config$ ./tipc-config -netid=1234 -a=1.1.8 -be=eth:eth0
     TIPC module not installed

I have used modprobe as well as apt-get install commands but cant install tipc module.Please suggest how to install this module....

user3032010
  • 47
  • 2
  • 9

1 Answers1

2

The solution to this problem is linux command 'modprobe' .It is used in following way:

    modprobe tipc 

and tipc module is installed . I have used it and my problem is resolved .

user3032010
  • 47
  • 2
  • 9