Re: [Xenomai] Unknown symbol in module

2018-04-23 Thread Шевченко Тарас Григорьевич
thanks Ive missing rtnet Now tring to insert it С уважением и надеждой на сотрудничество, Шевченко Т.Г. - Original Message - From: "Greg Gallagher" To: "Шевченко Тарас Григорьевич" Cc: "xenomai" Sent:

Re: [Xenomai] Unknown symbol in module

2018-04-23 Thread Greg Gallagher
This usually happens because a driver that your driver depends on is missing or not built into the kernel. Use modprobe to install your module instead of insmod. Modprobe will load dependencies. You may also want to make sure you've enabled RTNET in your config. Greg   Original Message  

Re: [Xenomai] Unknown symbol in module

2018-04-23 Thread Шевченко Тарас Григорьевич
yeti@yeti-UDOO-x86:~$ uname -r 4.9.90-xenomai yeti@yeti-UDOO-x86:~$ dmesg|grep Xenomai [ 12.917420] [Xenomai] scheduling class idle registered. [ 12.917422] [Xenomai] scheduling class rt registered. [ 12.917480] [Xenomai] SMI-enabled chipset found, but SMI workaround disabled [ 12.918467]

Re: [Xenomai] Unknown symbol in module

2018-04-21 Thread Greg Gallagher
Can you show the output of uname -r and possibly show your boot messages. On Sat, Apr 21, 2018 at 7:51 AM, Шевченко Тарас Григорьевич wrote: > Hi, Greg > I try to compile modified RTnet driver , and include "rtnet_port.h" > I succesfully get module