I solved installation problems, now I can install RTNet without problems. I also recompiled the kernel but I'm not sure I did the right thing: in "Network device support", "Ethernet(10 or 100 Mbit)", I selected "EtherExpressPro100" (my device) with M, so it should be loaded as a module. I recompiled my kernel but nothing seems to be changed: when I do "rmmod eepro100.o" the answer is that "eepro100.o" is not loaded (in fact it is not loaded!), and if I try to do "insmod eepro100-rt.o" the answer is "init_module: no such device...". Did I miss something when I configured my kernel? Do I have to select as a module all the devices selected with * in "ethernet (10..)"? Sorry if my questions look stupid, but I'm quite new to linux.. :)
-----Messaggio originale----- Da: Jan Kiszka [mailto:[EMAIL PROTECTED] Inviato: luned� 16 febbraio 2004 15.20 A: Giudici, Marina Cc: RTNet (Posta elettronica) Oggetto: Re: [RTnet-users] RTNet installation problems Giudici, Marina schrieb: > Hello, I'm trying to install RTNet 0.6.0. I'm using rtai3.0 with linux > 2.4.20 patched rthal. Everything is ok when I run "configure" and "make", > but when I do "make install" I have the following errors: > > /bin/sh ../config/autoconf/mkinstalldirs /usr/src/rtnet//include > /usr/bin/install -c -m 644 rtnet_config.h > /usr/src/rtnet//include/rtnet_config.h > /usr/bin/install: `rtnet_config.h' e > `/usr/src/rtnet//include/rtnet_config.h' sono lo stesso file I don't speak Italian, but according to a translator webservice, it seems that you are trying to install RTnet into its source directory - please specifiy an independent folder instead. > make[2]: *** [install-data-local] Error 1 > make[2]: Leaving directory `/usr/src/rtnet/include' > make[1]: *** [install-am] Error 2 > make[1]: Leaving directory `/usr/src/rtnet/include' > make: *** [install-recursive] Error 1 > > > How can I have RTNet installed properly? > What does it mean that the network device which shall become part of the > RT-network must not be compiled into the kernel? Do I have to recompile my > kernel before installing RTNet? If the Linux NIC driver is already part of the kernel, yes! > I tried to test RTNet even if make install ended with an error, so I shut > down my network device and did everything I read in the README: > > ifconfig eth0 down > insomd rtnet.o (rtai modules where already loaded) > rtifconfig rteth0 up ... You forgot to load a realtime NIC driver (something with a "-rt" postfix) before running rtifconfig. Jan ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id56&alloc_id438&op=click _______________________________________________ RTnet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/rtnet-users

