From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4B067347.7020406@domain.hid> Date: Fri, 20 Nov 2009 11:45:27 +0100 From: Benjamin Biegel MIME-Version: 1.0 References: <4AFD01D3.1070604@domain.hid> <4AFD4C7F.1000106@domain.hid> <4AFD6013.9020608@domain.hid> <4AFE90A8.7090403@domain.hid> <4AFE91AC.6080904@domain.hid> <4B055F3B.2000508@domain.hid> In-Reply-To: <4B055F3B.2000508@domain.hid> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Xenomai-help] Solved - Re: How to capture frames with RTcap without TDMA? List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "xenomai@xenomai.org" Solution was to delete all old modules before re-installing RTnet (with the parameter --enable-nomac). Benjamin Benjamin Biegel wrote: > Hello all > > We want to send data from a NIC and capture what we send using RTcap, > but we do not want any TDMA discipline running. > > So we want the VNIC but not TDMA running. The solution seems to be using > nomac. > > My attempt was to exchange 'insmod ../tdma.ko' with 'insmod ../nomac.ko' > in the rtnet bash script, but it gives an '-1 Unknown symbol in module' > error. How then is the nomac-discipline loaded? > > I assume this module somehow must be loaded, where after i run 'nomaccfg > rteth1attach'? > > Thanks for any help > > Benjamin > > _______________________________________________ > Xenomai-help mailing list > Xenomai-help@domain.hid > https://mail.gna.org/listinfo/xenomai-help >