Hi,

I am a bit concerned that it is not possible to run two NICs whereby the 
one will be real-time and the other not.

This is the stop script given by EML.

/usr/local/rtnet/sbin/rtifconfig rtlo down
/usr/local/rtnet/sbin/rtifconfig rteth0 down
rmmod rt_loopback
rmmod rt_8139too
rmmod rtpacket
rmmod rtnet


This is the start script
rmmod 8139too
mknod /dev/rtnet c 10 240
insmod /usr/local/rtnet/modules/rtnet.ko
insmod /usr/local/rtnet/modules/rtpacket.ko
insmod /usr/local/rtnet/modules/rt_loopback.ko
insmod /usr/local/rtnet/modules/rt_8139too.ko
/usr/local/rtnet/sbin/rtifconfig rtlo up
/usr/local/rtnet/sbin/rtifconfig rteth0 up


If I have two cards with realtek chip how can I ensure one is still 
accessible for normal non-realtime traffic?

Kidn regards,

Roland Tollenaar


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to