Re: [Emc-developers] RtNet rt-preempt

2018-04-05 Thread Alec Ari via Emc-developers
I see nothing in that list that I haven't seen before.. e1000 and r8169 have been in the tree forever. Alec -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.

Re: [Emc-developers] RtNet rt-preempt

2018-04-05 Thread mark . vandoesburg
Interesting, does RT-Net now support more Ethernet MACs? This is what I can select: < > AMD PCnet32 | | < > DEC Tulip | | Intel EtherExpress PRO/100

Re: [Emc-developers] RtNet rt-preempt

2018-04-05 Thread mark . vandoesburg
Not my work, the xenomai sources can be found at git://git.xenomai.org/xenomai-3.git, and the kernel is available at git://git.xenomai.org/ipipe.git. They are currently working on linux-4.9, but I could not get that to function properly yet. I don't use PTP in the current version, but I do use t

Re: [Emc-developers] RtNet rt-preempt

2018-04-05 Thread theman whosoldtheworld
Is right ... but there are some mail helph request until 2016 with response from 2016 nothing. Anyhow mark fork the project and add some row of code for run on kernel 4.4 and with IEEE-1588 board ... because Lcnc become from nist program ( I know these from AndyPugh, only after andy info I rea

Re: [Emc-developers] RtNet rt-preempt

2018-04-04 Thread Alec Ari via Emc-developers
The only RTnet repo I was aware about is here: https://sourceforge.net/p/rtnet/code/ci/master/tree/ With the last change being from 4 years ago. Alec -- Check out the vibrant tech community on one of the world's most e

Re: [Emc-developers] RtNet rt-preempt

2018-04-04 Thread theman whosoldtheworld
thanks to all for the info ... bkt 2018-04-04 23:20 GMT+02:00 theman whosoldtheworld : > @mark ... great work > > bkt > > 2018-04-04 22:47 GMT+02:00 : > >> Oops, I forgot to mention the source is available at: >> >> https://github.com/mark-v-d/linuxcnc (the fixes branch) >> >> The main d

Re: [Emc-developers] RtNet rt-preempt

2018-04-04 Thread Peter C. Wallace
On Wed, 4 Apr 2018, [email protected] wrote: Date: Wed, 04 Apr 2018 22:27:06 +0200 From: [email protected] Reply-To: EMC developers To: [email protected], [email protected] Subject: Re: [Emc-developers] RtNet rt-preempt I am currently using a modified

Re: [Emc-developers] RtNet rt-preempt

2018-04-04 Thread theman whosoldtheworld
@mark ... great work bkt 2018-04-04 22:47 GMT+02:00 : > Oops, I forgot to mention the source is available at: > > https://github.com/mark-v-d/linuxcnc (the fixes branch) > > The main difference is that I need to disable all the uid stuff to get > it to work. Xenomai-3 doesn't want me to

Re: [Emc-developers] RtNet rt-preempt

2018-04-04 Thread mark . vandoesburg
Oops, I forgot to mention the source is available at: https://github.com/mark-v-d/linuxcnc (the fixes branch) The main difference is that I need to disable all the uid stuff to get it to work. Xenomai-3 doesn't want me to become root. The motor drive drive is available at: https

Re: [Emc-developers] RtNet rt-preempt

2018-04-04 Thread mark . vandoesburg
4 Apr 2018, Alec Ari via Emc-developers wrote: > Date: Wed, 4 Apr 2018 19:11:29 + (UTC) > From: Alec Ari via Emc-developers > Reply-To: Alec Ari , > EMC developers > To: EMC developers > Cc: Alec Ari > Subject

Re: [Emc-developers] RtNet rt-preempt

2018-04-04 Thread Peter C. Wallace
On Wed, 4 Apr 2018, Alec Ari via Emc-developers wrote: Date: Wed, 4 Apr 2018 19:11:29 + (UTC) From: Alec Ari via Emc-developers Reply-To: Alec Ari , EMC developers To: EMC developers Cc: Alec Ari Subject: Re: [Emc-developers] RtNet rt-preempt RTnet only really works on 2.6 kernels

Re: [Emc-developers] RtNet rt-preempt

2018-04-04 Thread Alec Ari via Emc-developers
RTnet only really works on 2.6 kernels. There was some work done for kernel 3.2 support but it wasn't usable. It's all EOL at this point and completely useless, don't even think about RTnet anymore. Just use preempt-rt with POSIX threads over the network. You will have the low-latency ethernet b

Re: [Emc-developers] RtNet rt-preempt

2018-04-04 Thread andy pugh
On 4 April 2018 at 19:19, theman whosoldtheworld wrote: > Can someone show me some link with cose example? https://github.com/LinuxCNC/linuxcnc/blob/master/src/hal/drivers/mesa-hostmot2/hm2_eth.c -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial

Re: [Emc-developers] RtNet rt-preempt

2018-04-04 Thread theman whosoldtheworld
>with rt-preempt kernel you dont need any of that. you can just assign any userspace thread to realtime, so you can use the normal socket api. ok these is know. Probabily a better question is: how can use normal soket api as realtime comp in Lcnc? As i know I must use rt library inside rt-comp of

Re: [Emc-developers] RtNet rt-preempt

2018-04-04 Thread Rene Hopf
> On 4. Apr 2018, at 14:56, theman whosoldtheworld wrote: > > I've ask to rtNet mailing list too ... but no response yet. > > So I ask to dev. ... RtNet is develop for rtai or xenomai, but somehow try > to use on rt-preempt kernel .. not now if with success or not. > > If is not possible use R

[Emc-developers] RtNet rt-preempt

2018-04-04 Thread theman whosoldtheworld
I've ask to rtNet mailing list too ... but no response yet. So I ask to dev. ... RtNet is develop for rtai or xenomai, but somehow try to use on rt-preempt kernel .. not now if with success or not. If is not possible use RtNet on rt.preempt thesere are some other option for realtime ethernet for