From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <49ECBC46.3020601@domain.hid> Date: Mon, 20 Apr 2009 20:17:42 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <49E0F949.5040900@domain.hid> <49E67198.3080801@domain.hid> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] Intel EP80579 support List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bosko Radivojevic Cc: "xenomai@xenomai.org" Bosko Radivojevic wrote: > Hi All, > > no ideas what could be causing problem? Well, you are using an IRQ which does not appear in /proc/interrupts, this is not a good sign. If the IRQ belongs to a PCI device, you should claim the PCI device, so that the interrupt is routed by the kernel. Then, you will be able to request this irq. I may be completely wrong, since I do not know well the details of irqs allocation on x86. -- Gilles.