Hi, my system freezes completely when I call
/usr/local/rtnet/sbin/rtifconfig rteth0 up on a system that is known to function. Below startup script usually works but on a new installation (same kernel) of my linux distribution it now fails. Is there something I am forgetting to do/configure/start before trying to bring up rtnet? Kind regards, Roland #!/bin/bash #rmmod 8139too rmmod natsemi mknod /dev/rtnet c 10 240 insmod /usr/local/rtnet/modules/rtnet.ko rtskb_cache_size=512 #making this value too small causes problems witht he combination rtcan & eml It appears as thought the maximum value is 64 (see /proc/rtnet/rtskbf) stands for socket buffers. insmod /usr/local/rtnet/modules/rtpacket.ko insmod /usr/local/rtnet/modules/rt_loopback.ko #insmod /usr/local/rtnet/modules/rt_8139too.ko insmod /usr/local/rtnet/modules/rt_natsemi.ko /usr/local/rtnet/sbin/rtifconfig rtlo up /usr/local/rtnet/sbin/rtifconfig rteth0 up ------------------------------------------------------------------------- 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