On 2018-04-04 11:41, theman whosoldtheworld wrote:
> I read some mail on mailing list about the project to port rtnet on
> rt-preempt kernel without using a rtai or xenomai kernel.
>
> Is possible now to use rtnet on rt-preempt kernel? Usually I use 4.x kernel
>
To my knowledge, no one has done
On 2015-06-23 10:38, thomas.wittm...@still.de wrote:
> Hello everybody,
>
> we have a strange behavior with RTnet and need some help.
>
> We are using a sensor tethered via Ethernet to a rteth-NIC exclusively.
> The sensor has to be configured, started and stopped with short
> http-commands. Fo
On 2015-04-21 17:51, Buchner, Michael AVL/AT wrote:
> Hi,
>
> I'm new here and a have maybe a stupid question. I'd like to use the rtnet
> framework to implement TCP/IP sockets at xenomai. I do not need hard realtime
> for the ethernet. I just wont to communicate. The problem is now that I also
On 2014-11-21 12:10, Gilles Chanteperdrix wrote:
> On Fri, Nov 21, 2014 at 11:32:30AM +0100, Jan Kiszka wrote:
>> On 2014-11-21 10:08, Gilles Chanteperdrix wrote:
>>> Hi,
>>>
>>> as some of you may have seen, I have sent the pull request to
>>> Phili
On 2014-11-21 10:08, Gilles Chanteperdrix wrote:
> Hi,
>
> as some of you may have seen, I have sent the pull request to
> Philippe for the integration of RTnet in Xenomai 3, those of you who
> want will be able to test it when Xenomai 3 next release candidate
> is released. What will be in that r
o need to restrict period to <= 16, rejecting other values.
Some automatic calculation of the overflow number + a rejection of
configurations where this becomes >= 2^32 would be nicer.
Jan
> On Friday, January 3, 2014 12:22 PM, Jan Kiszka wrote:
>
> On 2013-12-12 21:13, Klemen Do
On 2013-12-12 21:13, Klemen Dovrtel wrote:
> Hello everybody,
>
> I am studding rtnet documentation and i am not sure of Rtnet slave
> and setup.
>
> How does the slave knows it is his turn to send data? I assume all the
> informations should be in the Synchronisation Frame -> Cycle Number
On 2013-12-03 09:45, Leopold Palomo-Avellaneda wrote:
> A Dimarts, 3 de desembre de 2013, Jan Kiszka va escriure:
>> On 2013-12-02 16:07, Leopold Palomo-Avellaneda wrote:
>>> A Diumenge, 1 de desembre de 2013, Jan Kiszka va escriure:
>>>> On 2013-11-19 11:07, L
On 2013-12-02 16:07, Leopold Palomo-Avellaneda wrote:
> A Diumenge, 1 de desembre de 2013, Jan Kiszka va escriure:
>> On 2013-11-19 11:07, Leopold Palomo-Avellaneda wrote:
>>> Hi,
>>>
>>> work done. Now it compiles. Still there's a driver that doesn
On 2013-11-26 15:25, Steven Kauffmann wrote:
> Hi all,
>
> We are running an old version of xenomai 2.4 with a patched 2.6.26.8
> kernel ( 2.6.26.8-ipipe-2.0-18). In this pc we have a intel pro 1000
> card that we are using with rtnet (version 0.9.12). We would like to
> upgrade rtnet to 0.9.13 be
On 2013-12-01 16:16, Jan Kiszka wrote:
> I'm looking into the natsemi build issue.
That was trivial, see git head.
Jan
signature.asc
Description: OpenPGP digital signature
--
Rapidly troubleshoot problems bef
On 2013-11-19 11:07, Leopold Palomo-Avellaneda wrote:
> Hi,
>
> work done. Now it compiles. Still there's a driver that doesn't compile
> (natsemi), but it's another problem:
>
> /home/users/leopold.palomo/robotica/projects/platform/rtnet-
> code/drivers/rt_natsemi.c:2018:6: error: conflicting t
On 2013-11-12 09:12, Leopold Palomo-Avellaneda wrote:
> A Dimarts, 12 de novembre de 2013, Jan Kiszka va escriure:
>> On 2013-11-12 08:58, Leopold Palomo-Avellaneda wrote:
>>> Hi,
>>>
>>> using the latest version of xenomai (2.6.3) and rtnet git master, t
On 2013-11-12 08:58, Leopold Palomo-Avellaneda wrote:
> Hi,
>
> using the latest version of xenomai (2.6.3) and rtnet git master, the driver
> experimental/e1000 doesn't compile:
>
>
> /home/leopold.palomo/rtnet-code-
> git/drivers/experimental/e1000/e1000_main.c:271:23: error: expected ‘=’, ‘,
On 2013-10-09 11:13, Hidde Verstoep (E2M) wrote:
> Both our versions use the linux timers. While trying to find a
> solution I found that the current rt_e1000 driver also uses linux
> timers.
The key is that the rt_e1000 doesn't call Linux timer services from
real-time contexts or while holding re
On 2013-10-07 16:34, Stéphane ANCELOT wrote:
> Hi,
>
> Try this one.
Please no rtdm_irq_disable/enable for synchronization. This breaks
subtly once the affected line is shared with other (real-time) devices.
It's also often quite slow.
Didn't check all details, so could you list what you did dif
On 2013-10-07 11:10, Hidde Verstoep (E2M) wrote:
> On Fri, Oct 4, 2013 at 8:34 AM, Jan Kiszka wrote:
>> On 2013-10-03 11:16, Hidde Verstoep (E2M) wrote:
>>> Hello Sam,
>>>
>>> I recently posted a version of the driver I ported from a more recent
>>> Li
On 2013-10-03 11:16, Hidde Verstoep (E2M) wrote:
> Hello Sam,
>
> I recently posted a version of the driver I ported from a more recent
> Linux driver. You can just drop it over the old file and it should
> work. http://sourceforge.net/mailarchive/message.php?msg_id=31389885.
I just had a quick l
On 2013-09-09 14:37, Johan Cockx wrote:
> Hello,
>
> Are there any PCI-express network cards that are supported by rtnet 0.9.12?
> I need to install two additional network cards in a computer with only one
> PCI slot free, preferably without changing the software. Alternatively,
> can anyone poi
On 2013-08-27 12:22, Jan Kiszka wrote:
> On 2013-08-27 12:20, Sebastian Hölzer wrote:
>> Hi,
>>
>> i got my setup running still using RTAI. I can use rtping and run the rtai
>> example.
What was the trick?
>>
>> However after starting the rtnet script
On 2013-08-27 12:20, Sebastian Hölzer wrote:
> Hi,
>
> i got my setup running still using RTAI. I can use rtping and run the rtai
> example.
>
> However after starting the rtnet script the rt_e1000e driver says
> "rt_e1000e: Reset adapter" several times.
>
> After a few resets the communication
On 2013-08-05 16:40, Sebastian Hölzer wrote:
> I tried to force legacy interrupts but i still have the same exact problem.
>
> As for the RTAI reports, Realtime IRQs are listed .
> Correct me if i'm wrong but i think the attached dmesg output tells me
> that IRQ #18 is used for the network interfa
On 2013-08-05 12:36, Sebastian Hölzer wrote:
> On Mon, Aug 5, 2013 at 10:27 AM, Jan Kiszka wrote:
>
>> On 2013-08-05 10:08, Sebastian Hölzer wrote:
>>> Hi
>>>
>>> I'm trying to configure a Realtime Master-Slave Network.
>>> I am using lin
On 2013-08-05 10:08, Sebastian Hölzer wrote:
> Hi
>
> I'm trying to configure a Realtime Master-Slave Network.
> I am using linux 2.6.32.11, rtai 3.9.1, rtnet 0.9.13 on two similar
> machines.
>
> If I type in "rtnet start" i get the following output
> "rt_e1000e: Failed to initialize MSI-X inter
On 2013-06-13 23:08, Mariusz Janiak wrote:
>
> 2. If some station stop responding (stop sending a heartbeats), is there
> a way to inform a application that some station is down? Or that the
> station is up?
The information is exported via /proc on both client and server
On 2013-05-31 12:08, BOESEL Diego Fernandes wrote:
> Hello,
>
> I am trying to install RTNet on my desktop, but I can not even make the test
> script (single node) work properly.
>
>
> Here is the output of the rtnet script:
>
>
> dfb@sst-desktop:/usr/local/rtnet/sbin$ sudo ./rtnet start
> io
On 2013-05-31 11:12, Mariusz Janiak wrote:
> Hi Jan,
>
>>>
>>> 1. What exactly client should do with content of Active Station field in
>>> stage 2 Initial frame? All the necessary information can be obtained
>>> through a announcement and a ready frames.
>>
>> Not really. For how many reply sho
On 2013-05-28 18:05, Mariusz Janiak wrote:
> Hi!
>
> During development of RTcfg layer on uP, a several questions have arisen
> because of lack of my understanding of the some RTcfg protocol parts.
>
> 1. What exactly client should do with content of Active Station field in
> stage 2 Initial f
On 2013-05-27 19:09, Klemen Dovrtel wrote:
> Thank you for you reply,
>
> I forgot to load the rtcfg module, i solved that problem. But i still can't
> sniff the traffic with wireshark. I did load the rtcap right after the
> driver. I can see the RTcap dmesg and also the rtping is responding slo
On 2013-05-25 11:18, Klemen Dovrtel wrote:
> I set up two computers with rtnet and configure the network cards so that i
> can successfully rtping.
>
> Then I tried sniff for data with wireshark, but when i run it, the wireshark
> does not detect the rteth0 network card. I have the rtcap module
On 2013-05-16 08:21, Klemen Dovrtel wrote:
> Hello everybody,
>
> I successfully tested the rtnet on 100Mbit network interface card that used
> 8139too and 8139cp modules. I removed that modules and installed the rtnet
> substitute as suggested at Rtnet wiki
> (http://www.xenomai.org/index.php/
On 2013-05-02 00:15, Sebastian Pavez wrote:
> Hi everyone,
>
> I haven't install RTnet yet because I wanna to make sure if this will
> help me. First of all a little contextualization:
> I'm working with Xenomai on a educational project. The idea is quite
> simple, develop a control system (for
On 2013-03-14 14:35, Julien Houles wrote:
> Dear all,
>
> I'm working on a telescope array project and I would like to develop a data
> generator to simulate data sending from the telescopes cameras.
> Each camera is composed of 300 modules sending data to a "camera server"
> through 300 gigabit
On 2013-03-07 15:44, Mariusz Janiak wrote:
> Dear all,
>
> I would like to implement the RTnet protocol on a small a microcontroler. As
> far, I have working a TDMA discipline which is able to synchronize with a
> master (PC with Xenomai). Also, I have working non rt UDP stack implemented
> on
On 2012-12-05 14:36, Michael Morscher wrote:
> Hi Jan,
>
> My stupid comments will never end :)
>
> So, since using the 3.5.3 ipipe kernel for powerpc from DENX, I'm getting the
> following error during the first rtnet startup phase:
>
> *** RTnet 0.9.13 - built on Nov 29 2012 23:23:23 ***
>
>
On 2012-12-03 17:18, Michael Morscher wrote:
> Hi Jan,
>
> I ran into another or the same problem again. I switched platform to two
> Freescale P2020RDB and two Intel e1000e PCI-Express Adapters (Desktop CT). I
> think the TDMA problem occurs because the buffer of the card explodes. Il
> recei
On 2012-10-26 17:01, Michael Morscher wrote:
> Hi,
>
> Am Freitag, 26. Oktober 2012 16:34 CEST, Jan Kiszka
> schrieb:
>> The purpose is to tell Linux to unbind the active driver (e1000) from
>> the card and bind the rt_e1000 instead. As long as there is only one
>
On 2012-10-26 16:09, Michael Morscher wrote:
> Hi Jan,
>
> Thank for the answer.
>
> Am Freitag, 26. Oktober 2012 15:38 CEST, Jan Kiszka
> schrieb:
>
>> On 2012-10-25 10:58, Michael Morscher wrote:
>>> Hey guys,
>>>
>>> Just ran into s
On 2012-10-25 10:58, Michael Morscher wrote:
> Hey guys,
>
> Just ran into some strange behaviour on my test rig. (2x MPC8313E-RDB +2x
> Intel E1000 PCI)
>
> 1. After starting the master server, I'm getting loads of those messages:
>>>>TDMA: Failed to transmit sync frame!
> instead of the no
On 2012-10-16 15:43, Michał Geszkiewicz wrote:
> W dniu 16.10.2012 12:50, Jan Kiszka pisze:
>> On 2012-10-16 12:05, Michał Geszkiewicz wrote:
>>> W dniu 16.10.2012 11:30, Jan Kiszka pisze:
>>>> On 2012-10-16 10:40, Michał Geszkiewicz wrote:
>>>>>
On 2012-10-16 12:05, Michał Geszkiewicz wrote:
> W dniu 16.10.2012 11:30, Jan Kiszka pisze:
>> On 2012-10-16 10:40, Michał Geszkiewicz wrote:
>>> Hello
>>>
>>> I'm adding rtnet support to linuxcnc. (kernel 2.6.38.8, rtai 3.9, rtnet
>>> 0.9.13,
On 2012-10-16 10:40, Michał Geszkiewicz wrote:
> Hello
>
> I'm adding rtnet support to linuxcnc. (kernel 2.6.38.8, rtai 3.9, rtnet
> 0.9.13, linuxcnc 2.6.0)
> rtnet is inited in init_module section (open, set timeout, connect) and
> rest of transmition is done in rt task.
> It's basically workin
On 2012-10-12 22:03, Maciej Szymański wrote:
> Hello,
>
> I am writing my own implementation of RTnet on ARM Cortex M3. I think
> that in the documentation it has not been
> said very clear when does the slave's slot start. I would like to ask
> if my understanding is correct.
> T_sched (of synchr
On 2012-10-11 08:40, Stéphane ANCELOT wrote:
> Hi,
>
> This driver has been derived from the 2.6.34 vanilla kernel.
>
> 2 years ago, there was a lack with 8168 support in existing rt_r8169
> driver, from our viewpoint there was more added value porting the
> vanilla kernel one, and if I remember
On 2012-10-11 08:23, Stéphane ANCELOT wrote:
> On 11/10/2012 06:56, Jan Kiszka wrote:
>> Regarding the drivers, the existing interface should be used (or
>> implemented where lacking yet). Regarding a userspace interface, we only
>> have /proc/rtnet/stats so far. Would that b
On 2012-10-09 12:15, Michael Morscher wrote:
> Hi there,
>
> What is the best way to measure the bandwidth between two RT Nodes? I've a
> setup running two clients and as I'm playing with configuration values for
> window sizes etc. I need a way to measure the available bandwidth. ( to get a
>
On 2012-10-10 14:28, Stéphane ANCELOT wrote:
> Hi everybody !
>
> You can use the following RT net driver for r8169 / 8168 / 8111
>
Thanks for sharing, but how does this relate to the existing rt_r8169?
Can't the latter be augmented, if required, to fulfill your needs? Would
be preferred.
Jan
On 2012-10-10 14:31, Stéphane ANCELOT wrote:
> Hi everybody !
>
> I would need being able to retrieve crc erros in the userspace application.
>
> What would be the nicest way doing this in rtnet driver ?
>
> an IOCTL to get stats ? Is it already done in some drivers, where I
> could have a look
On 2012-09-26 18:08, Michał Geszkiewicz wrote:
> Hello
>
> I'm new to the list but not so new to rtnet.
> What need to be done that rt_dev_send/recv could work in kernel context?
> rt_make_hard_real_time() doesn't change anything.
>
> I'm using rtnet 0.9.12 with rtai 3.8.1 on kernel 2.6.32.20.
>
Yes, this was way too long since the last release. Too many changes
piled up, too many people were forced to use a git snapshot. Will try to
do better next time. Here are the changes of this release:
- added rt_e1000e
- added rt_fec
- support for kernel up to 3.2 and Xenomai 2.6
- support for prem
On 2012-09-07 00:01, Jeff Weber wrote:
> On Thu, Sep 6, 2012 at 4:24 PM, Johnathan Van Why wrote:
>
>> We are trying to use RTNet for EtherCAT communications (we just need raw
>> socket access). However, our specific NIC is not recognized by the r8169
>> driver in RTNet.
>>
>> Is there someone who
On 2012-08-22 10:57, florian rieger wrote:
> Hi everybody,
>
> I have some problems understanding the TDMA Implementation of RTnet and was
> hoping that someone here can help me. I'm using version 0.9.12 of RTnet on a
> 2.6.38.8 Kernel.
>
> First of all I'm not sure about the correct configurat
On 2012-07-17 11:13, Matteo Tiraferri wrote:
> - Original Message
> Da: Jan Kiszka
> To:
> Cc: rtnet-users@lists.sourceforge.net
> Oggetto: Re: [RTnet-users] RT_E1000
> Data: 17/07/12 09:55
>
> >
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 2011-01-17 14:39, Jan Kiszka wrote:
> Hi all,
>
> recently some RTnet user was worried again about using RTnet
> together with non-GPL compatible applications (typically
> commercially licensed). I pointed out what we alw
On 2012-07-17 09:53, Matteo Tiraferri wrote:
> Hi Jan,
> i donwnload your latest modification to the rtnet driver, now i can
> recompile everythings but i recive the following error:
> insmod: error inserting 'rtnet.ko': -1 Invalid module format
>
> I don't think i'm wrong the kernel source tree b
On 2012-07-16 10:23, Matteo Tiraferri wrote:
> - Original Message
> Da: Jan Kiszka
> To:
> Cc: rtnet-users@lists.sourceforge.net
> Oggetto: Re: [RTnet-users] RT_E1000
> Data: 16/07/12 09:40
>
> >
>
On 2012-07-16 09:05, Matteo Tiraferri wrote:
> - Original Message
> Da: Jan Kiszka
> To:
> Cc: rtnet-users@lists.sourceforge.net
> Oggetto: Re: [RTnet-users] RT_E1000
> Data: 14/07/12 09:17
>
> >
>
On 2012-07-12 09:14, Matteo Tiraferri wrote:
> Dear all,
> i've some trouble with my rtnet application with xenomai. Seems i lose or
> i've a delay sending packet my application.
> When install the rtnet driver i recive this warnig:
>
> "RTNET Failed to initialize MSI interrupts. Falling back to
On 2012-07-13 22:33, Jeff Weber wrote:
> Xenomai-2.6.1 release is first to support Linux v3.X, specifically 3.2.21.
> However RTnet (git repo) configure disallows Linux > 2.6.X.
>
> How close is RTnet to supporting Linux v3.X ?
Patches are written and are under test now. Unfortunately, I-pipe fo
On 2012-06-08 14:10, Anisha Kaul wrote:
> On 8 June 2012 16:40, Jan Kiszka wrote:
>> Check with lspci -k if the rt_r8169 grabbed the NIC - I bet it doesn't.
>
> Thanks for responding.
> Indeed it seems that rt_r8169 hasn't grabbed the NIC. See the last
> entry of
On 2012-06-08 11:24, Anisha Kaul wrote:
> On 7 June 2012 17:45, Jan Kiszka wrote:
>> As you can see, Linux' 8169 is still loaded and rt_eepro100 is loaded
>> instead of rt_r8169. I suppose you didn't touch rtnet.conf yet.
>
> So, today I started everything from scr
On 2012-06-07 14:12, Anisha Kaul wrote:
>
> Output of lsmod:
>
> linux-y3pi:~ # lsmod
> Module Size Used by
> r8169 40879 0
> tdma 18281 0
> rtmac 9274 1 tdma
> rtcfg
On 2012-06-07 10:35, Anisha Kaul wrote:
> On 7 June 2012 13:48, Jan Kiszka wrote:
>> You need to enable the experimental 8169 in the RTnet configuration. But
>> this thing may expose some known problems, be warned.
>
> Thanks for responding, but if you say that the experime
On 2012-06-07 10:01, Anisha Kaul wrote:
> In continuation with the previous mail I have also noticed the following:
> `
> linux-y3pi:~ # ethtool -i eth0
> driver: r8169
> version: 2.3LK-NAPI
> firmware-version:
> bus-info: :01:00.0
> `
>
> So, this means that my driver's name is "r8169", and n
On 2012-05-23 12:26, Peter Pastor wrote:
> Hey there !
>
> My question is, does such a thing (real-time usb over rtnet) exist ?
> Can I use a dedicated (of the shelf) usb-to-ip converter and talk to
> it using RTNet in real-time ?
You can in theory, but I would be surprised if any of them is desi
On 2012-05-16 12:06, Matteo Tiraferri wrote:
> Dear all,
> i'd like to make some test with rtnet, my pc have two network board:
> the first is used to manage normal network, the second i'd like to use to
> manage with rtnet.
> I don't understand i can set this information on rtnet.conf.
> Is enough
On 2012-05-11 03:54, florian rieger wrote:
> Hi Jan,
>
> full ack,
>
> $ lspci -nnk
>
> ...
> 00:09.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd.
> RTL-8110SC/8169SC Gigabit Ethernet [10ec:8167] (rev 10)
> Subsystem: Jetway Information Co., Ltd. Device [16f3:10ec]
> Kernel mo
> Subject: Re: [RTnet-users] Driver RTL8169sc/8110sc issues (ioctl: No such
> device)
>>>
>>> A Dijous 10 Maig 2012, Jan Kiszka va escriure:
>>>> On 2012-05-10 13:51, Florian Rieger wrote:
>>>>> Hi Renato,
>>>>>
>>>>>
On 2012-05-10 13:51, Florian Rieger wrote:
> Hi Renato,
>
> yes, I removed the r8169 module (as well the mii module by the way).
> After that `ifconfig -a` returns an empty list so I assume that the NIC
> is free.. Maybe there is another way to verify that?
lspci -k
I bet your PCI ID is not reco
On 2012-02-20 14:47, olmer garcia wrote:
> The driver information is:
>
> The Ethernet Controller [0200]: Realtek Semiconductor Co., Ltd.
> RTL8111/8168B PCI Express Gigabit Ethernet controller[10ec:8168] (rev 02)
That card may work with the rt_r8169. Try
echo "10ec 8168" > /sys/bus/pci/drivers/
On 2012-02-16 14:49, olmer garcia wrote:
> I want to implement RTNet, for a project of my Ph.D, to interconnect
> packet of a distributed control system, but the problem that I see is that
> the embedded system that I am using has a RTL8111D Realtek Gigabit
> Ethernet chip(working by PCI express)
On 2012-01-19 11:05, Petr Cervenka wrote:
>>>
>>> The problem is in the default values of several module parameters.
>>> Most important is InterruptThrottleRate which default value in
>>> rt_e1000e is 3. In other drivers (rt_e1000 and rt_e1000_new) its 0.
>>> Other such parameters are TxIntDelay an
On 2012-01-18 13:52, Petr Cervenka wrote:
>
> The problem is in the default values of several module parameters.
> Most important is InterruptThrottleRate which default value in rt_e1000e is
> 3. In other drivers (rt_e1000 and rt_e1000_new) its 0.
> Other such parameters are TxIntDelay and TxAbsI
On 2012-01-11 10:17, Mikhail Beslagic wrote:
> Hi, everyone.
>
> I installed xenomai-2.6.0 on linux kernel 2.6.38.8. Now configuring the
> rtnet-0.9.12. I am getting the following error while configure:
>
> When i used the following command:
>
> ./configure --with-linux=/usr/src/linux-2.6.38.8
>
On 2012-01-10 10:44, Petr Cervenka wrote:
>
> Hello everyone.
>
> I discovered very strange behavior of new rt_e1000e driver with 82572EI chip
> (Intel Pro/1000 PT Desktop Adapter).
> Packets are received only in times with distance divisible by approx. 50us.
>
> Example:
> If you create task,
On 2011-11-22 13:09, Petr Cervenka wrote:
>
> Hello Jan.
> I found it impossible for me to download latest rtnet git snapshot.
> "git clone git://rtnet.git.sourceforge.net/gitroot/rtnet/rtnet rtnet" gives
> me "Connection refused" error message.
> Do you think, that the problem could be in our fi
On 2011-11-08 12:07, Anders Blomdell wrote:
> With
>
> config.status: error: cannot find input file:
> `drivers/e1000e/GNUmakefile.in'
>
> probably an autogen needs to be done...
Please pull again, I've checked the missing file a few minutes ago.
Jan
signature.asc
Description: OpenPGP digit
On 2011-11-08 11:30, Anders Blomdell wrote:
> I'm probably extremely stupid, but how does one download a snapshot
> nowadays? The link on http://www.rtnet.org/download.html
> (http://rtnet.git.sourceforge.net/git/gitweb.cgi?p=rtnet;a=snapshot)
> semms to be dead/broken.
Looks like SF.net simply
On 2011-07-29 18:35, Graham Stabler wrote:
> My timing is terrible as it is now Friday and I am now away from that PC.
>
> I basically followed the instructions for installation to the best of my
> ability, did the loop back test and it was fine and then tried to receive UDP
> packs from another
On 2011-07-29 17:26, Graham Stabler wrote:
> I'm wondering if anyone is following the mailing list these days? There does
> not seem to be a lot of activity. I could really do with some advice on
> simple RTnet usage.
There are users, just (probably) mostly busy ones.
Regarding your issue: It's h
On 2011-05-07 19:43, Franz Engel wrote:
> Hi all,
>
> I have a little problem with the installation of rtnet and my new RT-System.
> I use Xenomai 2.5.6 with a 2.6.37.6 Linux kernel.
> I tried to configure rtnet with it's script:
> ./configure --with-linux=/usr/src/linux
> --with-rtext-config=/u
On 2011-03-29 19:15, Ivan Lonel wrote:
> Hi everybody,
> I'm trying to install RTnet, with rtai 3.8.1, on a Debian with kernel
> 2.6.32.11. I downloaded RTnet from git last friday, 25th.
> The problem is: when I run 'make' to compile RTnet, it shows the following
> error message:
>
> /usr/src/rtne
On 2011-04-08 19:41, Andreas Kasper wrote:
> Hello,
>
> I have already installed RTAI an rtnet on ubuntu 10.10. I did the
> installation like described here: http://www.rtaixml.net/realtime-suite.
>
> I also have added the bootoption lapic to the kernel, because
> otherwise I can't load any r
On 2011-04-05 20:12, Renato Machado Monaro wrote:
> Dear Rtnet mailing list,
> I'm just started to use the rtnet. I intend to mount a small network. I did
> read the rtnet supported network adapter list. I would like to know
> between all of them which adapter is the best supported. I mean the m
On 2011-04-07 19:02, Vinzenz Bargsten wrote:
> Am 29.03.2011 12:53, schrieb Vinzenz Bargsten:
>> Am 28.03.2011 13:17, schrieb Gilles Chanteperdrix:
>>> Vinzenz Bargsten wrote:
>> What do you recommend to resolve these issues?
> - Does Xenomai's tests work flawlessly on your box? Check e.g.
On 2011-03-24 17:28, Vinzenz Bargsten wrote:
> Am 08.03.2011 21:59, schrieb Jan Kiszka:
>> On 2011-03-08 21:21, Vinzenz Bargsten wrote:
>>>>>>> Smells like IRQ conflict in line 17. What devices are using it?
>>>>>>> Check
>>>>>>
On 2011-03-22 08:44, Sebastian Haupt wrote:
> Dear Mailing List,
>
>
> System:
>
> OpenSuse 11.2
>
> => Kernel: 2.6.31.8
>
> => Real Time Extension: RTAI 3.8
>
> => Rtnet 0.9.12
>
>
> Hardware:
>
> Computer1
>
> Network Controller: Realtek RTL-8169
>
> Computer2
>
> Network Controller:
On 2011-03-10 21:47, untergeschoss_ug wrote:
> Dear all,
>
>
>
> I use the following System and Toolchain:
>
> OpenSuse 11.2
>
> => Kernel: 2.6.31.8
>
> => Real Time Environment: RTAI 3.8
>
> Matlab Simulink with RealtimeWorkshop
>
> Xrtailab
>
> Two Computers
>
> (Master, Sl
On 2011-03-08 21:21, Vinzenz Bargsten wrote:
> Smells like IRQ conflict in line 17. What devices are using it? Check
> /proc/interrupt or lspci.
>
>
The real-time nic was using IRQ 16, see
Feb 28 14:37:12 robot02 kernel: [ 2700.099343] rt_8139too :03:00.0:
Please don't drop the list from CC.
On 2011-03-01 15:52, Vinzenz Bargsten wrote:
> Am 28.02.2011 20:39, schrieb Jan Kiszka:
>> On 2011-02-28 17:15, Vinzenz Bargsten wrote:
>>
>>> Am 27.02.2011 19:49, schrieb Vinzenz Bargsten:
>>>
>>>> Hi
On 2011-02-28 17:15, Vinzenz Bargsten wrote:
> Am 27.02.2011 19:49, schrieb Vinzenz Bargsten:
>> Hi,
>>
>> I have setup RTNet with the rt_8139too module and use it to communicate with
>> a
>> non-tdma station.
>> This works quite goot so far, however every now and then no more packets are
>> rec
Hi Frederik,
thanks for posting this work, and sorry for my late reply!
On 2011-02-18 14:49, Frederik Bayart wrote:
>
> Hallo Jan,
>
> In rtnet 0.9.12, there is an experimental rt_r8169 driver, based on a 2.4
> kernel.
>
> Because this driver doesn't work on a Realtek 8168 card, my colleague
On 2011-01-19 11:00, Frederik Bayart wrote:
> Hallo,
>
> I noticed that the e1000 driver of rtnet (version 0.9.12, but according to me
> this should also be the case in version 0.9.11) doesn't remove the CRC from
> the payload, although this is done is the original e1000 driver code from the
>
Hi all,
recently some RTnet user was worried again about using RTnet together
with non-GPL compatible applications (typically commercially licensed).
I pointed out what we always stated here:
There is no reason why using RTnet from a non-GPL user space application
should be denied. Also, I do not
Am 14.01.2011 05:23, Stefan Schaal wrote:
> Hi Jan,
>
> thanks so much for you kind response. Just in case you happen to know a
> Laptop brand that has RTNET compatible chipsets, we, course, would be very
> happy to know.
It's rather a question of the model. I don't have an overview what is
u
Am 13.01.2011 22:19, Peter Pastor wrote:
> Hey Jan,
>
> Thanks for you prompt response !
>
>> 82577 chips are handled by e1000e in Linux. We don't have a corresponding
>> driver in RTnet yet, it would have to be ported.
> Unfortunately, I do not have any expertise in writing device drivers.
> Do
Am 13.01.2011 19:21, Stefan Schaal wrote:
> I am considering buying a ThinkPad computer to run Xenomai with RTNET for a
> mobile robot controller. The ThinkPad computers come with an Intel Chipset
> Intel 82577LM (Gigabit). I found a driver for the 82575 chipset in the igb
> directory of RTNET,
Am 05.01.2011 21:31, Ramon Rusli wrote:
> Dear,
>
> I am using fedora13 with linux-2.6.32.11 kernel and xenomai-2.5.4. I am using
> Rtnet-0.9.12.
> the xenomai is installed and tested to be working. I am using laptop, and
> while I use windows 7 in this laptop and using the device manager, it se
Am 05.01.2011 23:24, Andreas Kasper wrote:
> Hello,
>
> I already compiled a new kernel (version 2.6.31.8) with the rtai 3.8
> patch. loading the module rtcfg ends up again in a kernel panic.
When used with RTAI, rtcfg is the module that starts RTAI's system timer
on load. If something is wrong w
Am 28.12.2010 16:24, Andreas Kasper wrote:
> Hello,
>
> every time when I use the command
>
> ./rtnet start
>
> a kernel panic occurs. The first time I installed rtnet I was able so
> start the simpleclient & simpleserver example programs, but a week
> later, booting the computer again and t
1 - 100 of 1393 matches
Mail list logo