Peter Pastor wrote:
> Hey,
> 
>> When rtmac is loaded, RT payload frames are still standard (if using
>> UDP/IP e.g.), just additional meta frames pop up, and some of them may
>> contain tunneled non-RT frames from Linux. But that's only for
>> clarification.
> Thanks for the info... reading rtnet/Documentation/README.rtmac I noticed
> that one can just leave out the RTmac module and send regular ethernet
> frames. That is exactly what I was looking for :)
> 
> I can't tell what was doing wrong in my way of loading the rt_e1000.ko
> module, but somehow I managed to not get this error anymore. The only minor
> issue is the following... I have a (non real-time) ethernet card (tg3) that
> I use to connect from a remote computer, a quad port intel (rt_e1000) card
> and an additional single port ethernet card (rt_e1000). i.e. ifconfig lists
> eth0, rteth0, rteth1, rteht2, rteth3, and rteth4, which is great. However,

Another clarification: the rteth* devices that the _standard_ ifconfig
list are created by RTcap for pure capturing purposes. What rtifconfig
lists is more important (though there can be no pseudo rtethX under
Linux without a proper rtethX on the real-time side).

> in order to get all interfaces up I have to us the command
> 
> # insmod /usr/local/rtnet/modules/rt_e1000.ko
> InterruptThrottleRate=0,0,0,0,0,0 RxIntDelay=200,200,200,200,200,200
> RxAbsIntDelay=750,750,750,750,750,750 XsumRX=1,1,1,1,1,1
> TxIntDelay=0,0,0,0,0,0 TxAbsIntDelay=0,0,0,0,0,0 cards=1,1,1,1,1,1
> 
> which has 6 instead of just 5 values for each parameter. When I only provide
> 5 then the last ethernet card (rteth4) does not come up properly. I guess
> this has to do with cards=1,1,1,1,1,1, does it ?

Yes, if you set some field in the cards array to 0, the corresponding
device is skipped by rt_e1000 on initialization (and left for Linux).
But if you load rt_e1000 manually and without any parameters, it should
find all devices.

> 
> about the last issue with the configure. After reinstalling RTnet I did a
> make menuconfig and I was able to disable the RTmac.

Fine.

> 
> Besides that, I am finally communicating with a total 38 controller cards on
> 5 networks in realtime at 500Hz. That is really cool !!

Yeah, nice!

Jan

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to