From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4FCF0FD5.1050201@mail.polimi.it> Date: Wed, 06 Jun 2012 10:07:49 +0200 From: Danilo De Lorenzo MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Xenomai] analogy attach failed NI-6220 List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Xenomai@xenomai.org Hi, I'm trying to make a NI-6220 acquisition board working with xenomai on a x86_64 patched kernel, but I'm getting the following error when I try to attach the device with the command: /usr/xenomai/sbin/analogy_config analogy0 analogy_ni_pcimio 0xc,5 The error is: analogy_config: attach failed err=-2 I know that Xenomai is working well since I can run all the examples (latency, etc...). The dmesg command gave me only this error: [ 69.926138] Analogy: a4l_assign_driver: call(drv->attach) failed (ret=-2) Thi is the lspci output for the board: 0c:05.0 Unassigned class [ff00]: National Instruments PCI-6220 I also checked for shared IRQ, it seems there is no IRQ sharing with other devices and I also tried to change the PCI slot without success. Any help is appreciated