Re: [Rtl]RTnet - LNet

2002-09-22 Thread Der Herr Hofrat
> Hi, > i have rtlinux 3.0 with me ... > but i cant find the Lnet or the RTnet in it . > > Should i need to enable some settings or should > i need to download some rpms ??? LNet is part of RTLinux/Pro - if you are interested in that comercial version of RTLinux contact fsmlabs at [EMAIL PROTEC

[Rtl]RTnet - LNet

2002-09-22 Thread Karthik Bala Guru
Hi, i have rtlinux 3.0 with me ... but i cant find the Lnet or the RTnet in it . Should i need to enable some settings or should i need to download some rpms ??? karthik bala guru Missed your favourite TV serial last night

[rtl] RTnet for RTLinux-3.1.

2002-02-25 Thread Saikrishnan Krishnamurthy
Hi, Iam using a linux 2.4 system with RTLinux-3.1 on top of it. I need a real time networking support for the system. I sought for RTnet, but the latest version of RTNet (rtnet-0.9.1) that I could get, supports Linux-2.2.14 and RTLinux-2.3 only. Since I need ATM NIC support for my system

[rtl] RTNET: Misbehave of Hardware/Software?

2001-04-04 Thread Uwe Damm
on 21.09.2000 someone wrote to the RTL-mailing-list (and got no response:-() > Hello, using rtnet I encounter the following problem: > After a certain time I get lots of the errormessage: kfree_rtskb() skb=NULL > When reload the card driver and the rtnet module the error message > disappears but

Re: [rtl] RTnet example problem

2001-02-09 Thread Ian Soanes
"Jennings, Richard R" wrote: > > Greetings all, > I have been able to get RTnet version 0.9.0 up and running > with one exception. The full realtime network rt_echo_client > module gets the following error even after doing the "route > solicit" as shown in the docs: > > rt_ip_route_output() rou

[rtl] RTnet example problem

2001-02-09 Thread Jennings, Richard R
Greetings all, I have been able to get RTnet version 0.9.0 up and running with one exception. The full realtime network rt_echo_client module gets the following error even after doing the "route solicit" as shown in the docs: rt_ip_route_output() route not found daddr=010215ac saddr= oif

Re: [rtl] rtnet

2000-12-06 Thread Rafeeq Ur Rehman
(val > 0xff) return (0); val |= (parts[0] << 24) | (parts[1] << 16) | (parts[2] << 8); break; } if (addr) addr->s_addr = htonl(val); return (1); } -- Rafeeq Ur Rehman http://vig.prenhall.com/academic/product/1,3411,0130183741,00.html ---

Re: [rtl] rtnet

2000-12-04 Thread David Schleef
On Mon, Dec 04, 2000 at 05:05:38PM +0900, Randolph Lee wrote: > Hello, > > Currently I'm working on a project using RT Linux for networking. I'm using > Rtnet V0.9.0. I was wondering if there is an RT function that is similar to > inet_addr or inet_aton (in arpa/inet.h). > You can use the func

[rtl] rtnet

2000-12-04 Thread Randolph Lee
Hello, Currently I'm working on a project using RT Linux for networking. I'm using Rtnet V0.9.0. I was wondering if there is an RT function that is similar to inet_addr or inet_aton (in arpa/inet.h). Thanks, Randolph -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR

Re: [rtl] rtnet

2000-11-22 Thread David Schleef
On Wed, Nov 22, 2000 at 03:19:28PM +0100, [EMAIL PROTECTED] wrote: > hi, > > I have to use an embedded Pc, a MOPSlcd4. I did the whole development > (of a rtp sniffer) on a normal PC as well as the tests. Then, the > precision of paquet arrival time is acccurate within the microseconds > (on n

[rtl] rtnet

2000-11-22 Thread syga
hello, i have installed RTnet on RTLinux 2.3. it seems ok. but i don't really understand what does rtnet over RTlinux and linux? could someone explain, or better, draw the different elements of the whole system: linux kernel, rtlinux kernel, drivers, scheduler, rt tasks, normal tasks, ... or

[rtl] rtnet

2000-11-22 Thread syga
hi, I have to use an embedded Pc, a MOPSlcd4. I did the whole development (of a rtp sniffer) on a normal PC as well as the tests. Then, the precision of paquet arrival time is acccurate within the microseconds (on normal PC). after that i did the same (with exactly same application) on the em

[rtl] rtnet

2000-11-16 Thread syga
hi all, I'd like to install rtnet and make it work. my configuration: pentium 133 64 ram netcard 3c590. linux red hat 6.2 (kernel 2.2.14), rtlinux 2.3. everything is fine. what are the steps to make rtnet working?? how do i test if rtnet works fine?? thanks regards sylvain -- Enjoy more t

[rtl] rtnet and network card compatibility

2000-11-14 Thread syga
hello all, i am trying to use rtnet to get hard real time monitoring. i have installed it with no error at all. however it seems to work only with 3 kinds of network cards. is this right. i do have a 3C5098. will it work? what do i have to do otherwise?? change the card?? another question:

Re: [rtl] RTNet: /dev/rtnet: no such device

2000-11-12 Thread Joachim Herb
John Lloyd wrote: > > I am trying to run the rtifconfig script from rtnet-0.9.0 under > rtai-2.2.16-ert and the script complains that no /dev/rtnet exists which > is good since no device is present on my system. What is the proper > mknod for this device? crw-r--r--1 root root 10, 2

[rtl] RTNet: /dev/rtnet: no such device

2000-11-11 Thread John Lloyd
I am trying to run the rtifconfig script from rtnet-0.9.0 under rtai-2.2.16-ert and the script complains that no /dev/rtnet exists which is good since no device is present on my system. What is the proper mknod for this device? All modules rtnet, 3c59x_rt_old, etc load correctly and I can use th

[rtl] RTNET / Linux Trace Toolkit

2000-10-28 Thread Wilken Boie
Hi Karim, your LTT is really great stuff. I've successfully set up your TracePackage-0.9.3 with the latest RTAI version 1.5 (1). Beside a minor glitch (2) which I found in your package it required some changes in the rtai patch. Because there might be some interest in the RTAI community I app

Re: [rtl] RTNET / Linux Trace Toolkit

2000-09-22 Thread Vasili Goutas
Karim Yaghmour wrote: > > Hello Vasili, > > It's actually not that much of a problem. Thing is ... there was a bug in > the do_gettimeofday routine with the way 1.3 worked, so my patch included > the fix. With 1.4, the fix is part of the standard patch. > > I've attached the updated patch for 1

Re: [rtl] RTNET / Linux Trace Toolkit

2000-09-22 Thread Vasili Goutas
Karim Yaghmour wrote: > > Hello Vasili, > > It's actually not that much of a problem. Thing is ... there was a bug in > the do_gettimeofday routine with the way 1.3 worked, so my patch included > the fix. With 1.4, the fix is part of the standard patch. > > I've attached the updated patch for 1

Re: [rtl] RTNET / Linux Trace Toolkit

2000-09-21 Thread Karim Yaghmour
Hello Vasili, It's actually not that much of a problem. Thing is ... there was a bug in the do_gettimeofday routine with the way 1.3 worked, so my patch included the fix. With 1.4, the fix is part of the standard patch. I've attached the updated patch for 1.4 and I'll put it on the project's we

Re: [rtl] RTNET / Linux Trace Toolkit

2000-09-21 Thread Joachim Herb
Vasili Goutas wrote: > > Karim Yaghmour wrote: > > > > Hello Vasili, > > > > I've used the 22.2.4 stuff to patch over RTAI 1.4. The patch utility complains > > a little, but it successfully applies the patch. I haven't compiled the result, > > but it should work without a problem. Also, I haven't

Re: [rtl] RTNET / Linux Trace Toolkit

2000-09-21 Thread Stuart Hughes
Joachim Herb wrote: > > Joachim Herb wrote: > > - In your package TracePackage-0.9.3.tgz you included patches named: > > patch-ltt-rtai-22.2.4-000822 and > > patch-ltt-linux-2.2.16-with-rtai-22.2.4-000822 > > As there is no RTAI-22.2.4 on the RTAI website, and the version of RTAI > > for the linu

Re: [rtl] RTNET / Linux Trace Toolkit

2000-09-21 Thread Vasili Goutas
Karim Yaghmour wrote: > > Hello Vasili, > > I've used the 22.2.4 stuff to patch over RTAI 1.4. The patch utility complains > a little, but it successfully applies the patch. I haven't compiled the result, > but it should work without a problem. Also, I haven't tried patching the related > kernel

Re: [rtl] RTNET / Linux Trace Toolkit

2000-09-21 Thread Karim Yaghmour
Hello Vasili, I've used the 22.2.4 stuff to patch over RTAI 1.4. The patch utility complains a little, but it successfully applies the patch. I haven't compiled the result, but it should work without a problem. Also, I haven't tried patching the related kernel source, but that shouldn't be a pro

Re: [rtl] RTNET / Linux Trace Toolkit

2000-09-21 Thread Vasili Goutas
Joachim Herb wrote: > > Joachim Herb wrote: > > - In your package TracePackage-0.9.3.tgz you included patches named: > > patch-ltt-rtai-22.2.4-000822 and > > patch-ltt-linux-2.2.16-with-rtai-22.2.4-000822 > > As there is no RTAI-22.2.4 on the RTAI website, and the version of RTAI > > for the linu

Re: [rtl] RTNET / Linux Trace Toolkit

2000-09-20 Thread David Olofson
Wed, 20 Sep 2000 David Schleef wrote: > On Wed, Sep 20, 2000 at 12:06:47PM +0200, Joachim Herb wrote: > > Hello Karim, > > > > after reading your mail about the use of the LTT together with the RTNET > > module, I would like to ask you some questions: > > > > - You wrote that the response time i

Re: [rtl] RTNET / Linux Trace Toolkit

2000-09-20 Thread Joachim Herb
Joachim Herb wrote: > - In your package TracePackage-0.9.3.tgz you included patches named: > patch-ltt-rtai-22.2.4-000822 and > patch-ltt-linux-2.2.16-with-rtai-22.2.4-000822 > As there is no RTAI-22.2.4 on the RTAI website, and the version of RTAI > for the linux kernel version 2.2.16 is RTAI-1.4

Re: [rtl] RTNET / Linux Trace Toolkit

2000-09-20 Thread David Schleef
On Wed, Sep 20, 2000 at 12:06:47PM +0200, Joachim Herb wrote: > Hello Karim, > > after reading your mail about the use of the LTT together with the RTNET > module, I would like to ask you some questions: > > - You wrote that the response time is <=65 microseconds. What is the > maximal throughpu

[rtl] RTNET / Linux Trace Toolkit

2000-09-20 Thread Joachim Herb
Hello Karim, after reading your mail about the use of the LTT together with the RTNET module, I would like to ask you some questions: - You wrote that the response time is <=65 microseconds. What is the maximal throughput over the ethernet connection? What is the maximal packet size? Is this the

[rtl] RTnet -- real-time networking

2000-07-22 Thread David Schleef
After a long period of continued improvements and bug fixing, I'm happy to announce the availability of RTnet, developed by Lineo ISG (formerly Zentropix). RTnet is a modification of the existing Linux networking subsystem to provide real-time performance for sending and receiving packets over s