Thanks for your help!!!
I just tried to make the same thing on a pc using a RealTek RTL8139 network card, as it's written in the documentation, but when I try to start the network, the pc crashes after the shell shows:
 
waiting for all slaves... 
 
 
Eng. Stefano Schiavella
ITIA-CNR
Via Pisani 1
27029 Vigevano (PV)
ITALY
 
tel.      +39 0381 692652
fax.      +39 0381 693021
e-mail  [EMAIL PROTECTED]
 
From: Romain Lenglet <[EMAIL PROTECTED]>
Re: Problems starting rtnet  
2005-11-14 04:30
>         I have some problems with rtnet even if I red a lot of
> mail in the archive....
...
> My network card is: Broadcom NetXtreme Gigabit Ethernet.

There is no driver for the Tigon3 chip in RTnet.
You must use a card that is supported by one of RTnet's real-time 
drivers. If you absolutely need a gigabit card, currently only 
cards with the Realtek 8169 chip are supported in RTnet. 
Otherwise, use a supported 100Mbps card.

The list of supported chips is in the documentation:
http://www.rts.uni-hannover.de/rtnet/doc.html

-- 
Romain Lenglet

----- Original Message -----
Sent: Monday, November 14, 2005 1:20 PM
Subject: Problems starting rtnet

Hi all,
        I have some problems with rtnet even if I red a lot of mail in the archive....
 
I installed on my Acer TravelMate:
 

Linux Fedora 2.6.8.1

RTAI 3.1

RTNET 0.8.3

 

My network card is: Broadcom NetXtreme Gigabit Ethernet.

 

I shut down the network device, remove its the driver module and load the required modules using the commands:

 

ifconfig eth0 down

rmmod tg3.ko

cd /usr/src/rtai

make dev

cd ..

cd rtnet

mknod /dev/rtnet c 10 240

cd /usr/src/rtai/modules

insmod rtai_hal.ko

insmod rtai_lxrt.ko

insmod rtai_sem.ko

cd /usr/local/rtnet/modules

insmod rtai_rtdm.ko

 

I use the following settings in rtnet.conf:

 

rt_eepro100.ko

RT_LOOPBACK="yes"

RTCAP="yes"

 

This happens when I start rtnet:

 

[EMAIL PROTECTED] sbin]# ./rtnet start

rteth0: unknown interface: No such device

ioctl: No such device

rteth0-mac: unknown interface: No such device

ioctl: No such device

ioctl: No such device

ioctl: No such device

ioctl: No such device

ioctl (add): No such device

ioctl (add): No such device

ioctl (add): No such device

vnic0: unknown interface: No such device

SIOCSIFADDR: No such device

vnic0: unknown interface: No such device

SIOCSIFNETMASK: No such device

Waiting for all slaves...ioctl: No such device

ioctl: No such device

 

I cannot use rteth0, but only rtlo, because when I try to use or set rteth0, I have:

ioctl: No such device

 
Someone can help me please?
 
 
Eng. Stefano Schiavella
ITIA-CNR
Via Pisani 1
27029 Vigevano (PV)
ITALY
 
tel.      +39 0381 692652
fax.      +39 0381 693021
e-mail  [EMAIL PROTECTED]

Reply via email to