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!

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

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

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

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: >> >>

Re: [Emc-developers] RtNet rt-preempt

2018-04-04 Thread Peter C. Wallace
On Wed, 4 Apr 2018, mark.vandoesb...@hetnet.nl wrote: Date: Wed, 04 Apr 2018 22:27:06 +0200 From: mark.vandoesb...@hetnet.nl Reply-To: EMC developers <emc-developers@lists.sourceforge.net> To: neotheu...@ymail.com, emc-developers@lists.sourceforge.net Subject: Re: [Emc-developers] Rt

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.

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:

Re: [Emc-developers] RtNet rt-preempt

2018-04-04 Thread mark . vandoesburg
> EMC developers <emc-developers@lists.sourceforge.net> > To: EMC developers <emc-developers@lists.sourceforge.net> > Cc: Alec Ari <neotheu...@ymail.com> > Subject: Re: [Emc-developers] RtNet rt-preempt > > RTnet only real

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

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

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. > >

[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