José Daniel Muñoz Frías wrote:
> 
> Hi
> 
> I'm using V1.2 and when I install my irq handler task in irq 5 all works
> ok, but when I try to install it in the irq 11 with the call:
> request_RTirq(11,My_handler); this call returns 0, telling that all is
> OK, but My_handler never starts (I have changed my hardware to interrupt
> in the irq11 instead of irq5 of course, and I can see in the scope the
> irq11 pulses coming into the PC).
> 
> Any ideas?

I'm replying to myself: To use a irq from a ISA card that is not Plug &
Play, you have to tell to your bios (or at least ot my BIOS) that this
irq is used by a ISA card. I have done this for the IRQ 11 and now my
system works OK.

Dani.
-- 
_______________________________________________________________________________
José Daniel Muñoz Frías                         
mailto:[EMAIL PROTECTED]
Universidad Pontificia Comillas ICAI               
http://www.dea.icai.upco.es
Alberto Aguilera 23, 28015 Madrid Spain
Tel. 34-91-5422800 Fax 34-91-5596569
_______________________________________________________________________________
--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/

Reply via email to