From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <47267BD1.9030604@domain.hid> Date: Mon, 29 Oct 2007 17:33:21 -0700 From: Dennis Nguyen MIME-Version: 1.0 References: <472112E2.90008@domain.hid> <4723122D.3070002@domain.hid> In-Reply-To: <4723122D.3070002@domain.hid> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] xeno-test failed to open benchmark device, code -19 at t1 and t2 # latency List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: xenomai@xenomai.org Jan Kiszka wrote: > Dennis Nguyen wrote: > >> Hi, >> >> I built 2.6.22.10 linux kernel -i386 with xenomai 2.4-rc4 and >> adeos-ipipe-2.6.22-i386-1.10-09.patch. >> >> I checked enable SMI workaround, uncheck frequency scaling, uncheck ACPI >> and uncheck APM. >> >> I ran xeno-test and get the following failed message: >> >> Thu Oct 25 13:17:02 PDT 2007 >> running: ./run -- -sh -T 120 -t1 # latency >> * >> * >> * Type ^C to stop this application. >> * >> * >> == Sampling period: 100 us >> == Test mode: in-kernel periodic task >> == All results in microseconds >> latency: failed to open benchmark device, code -19 >> (modprobe xeno_timerbench?) >> >> Thu Oct 25 13:17:04 PDT 2007 >> running: ./run -- -sh -T 120 -t2 # latency >> * >> * >> * Type ^C to stop this application. >> * >> * >> == Sampling period: 100 us >> == Test mode: in-kernel timer handler >> == All results in microseconds >> latency: failed to open benchmark device, code -19 >> (modprobe xeno_timerbench?) >> >> Could you help me to solve the issue? >> > > What does the kernel log say (=>dmesg) when you manually insert the > module (=>modprobe xeno_timerbench)? Do you still have versioning > conflicts with your modules (as reported on rtnet-users)? > > Jan > > I could not find xeno_timerbench. How to include the xeno_timerbench when it is built? I got: [root@domain.hid bin]# modprobe xeno_timerbench FATAL: Module xeno_timerbench not found. I don't know about the versioning conflicts. Thanks, Dennis