linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Question] Assinging of IRQ to an ethernet card
@ 2003-01-14 12:31 Capaul Giachen F (KADA 12)
  2003-01-14 15:24 ` Zwane Mwaikambo
  0 siblings, 1 reply; 3+ messages in thread
From: Capaul Giachen F (KADA 12) @ 2003-01-14 12:31 UTC (permalink / raw)
  To: 'linux-kernel@vger.kernel.org'

Hi,

My ethernet card is unfortunately being assigned IRQ 19 instead of IRQ 11. My C and kernel knowledge is virtually inexisten, yet I'd like to try and fix that myself, by  basically telling my kernel that IRQ 11 is the one to take. I had a look at a driver code (8139too.c) and was under the impression that the assignment of the IRQ is done somewhere else. I'm currently looking at irq.c in the arch\i386\pci\ directory. Is that the right place to attempt this, or should I be looking somewhere else? 

Thank you for your help,

-Flurin

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Question] Assinging of IRQ to an ethernet card
  2003-01-14 12:31 [Question] Assinging of IRQ to an ethernet card Capaul Giachen F (KADA 12)
@ 2003-01-14 15:24 ` Zwane Mwaikambo
  0 siblings, 0 replies; 3+ messages in thread
From: Zwane Mwaikambo @ 2003-01-14 15:24 UTC (permalink / raw)
  To: Capaul Giachen F (KADA 12); +Cc: 'linux-kernel@vger.kernel.org'

On Tue, 14 Jan 2003, Capaul Giachen F (KADA 12) wrote:

> My ethernet card is unfortunately being assigned IRQ 19 instead of IRQ 
> 11. My C and kernel knowledge is virtually inexisten, yet I'd like to try 
> and fix that myself, by  basically telling my kernel that IRQ 11 is the 
> one to take. I had a look at a driver code (8139too.c) and was under the 
> impression that the assignment of the IRQ is done somewhere else. I'm 
> currently looking at irq.c in the arch\i386\pci\ directory. Is that the 
> . right place to attempt this, or should I be looking somewhere else? 

It could be your irq line wiring to the IOAPIC, can you try booting with 
the 'noapic' kernel parameter?

	Zwane
-- 
function.linuxpower.ca



^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [Question] Assinging of IRQ to an ethernet card
@ 2003-01-14 18:13 Capaul Giachen F (KADA 12)
  0 siblings, 0 replies; 3+ messages in thread
From: Capaul Giachen F (KADA 12) @ 2003-01-14 18:13 UTC (permalink / raw)
  Cc: 'linux-kernel@vger.kernel.org'

>> My ethernet card is unfortunately being assigned IRQ 19 instead of IRQ 
>> 11. 

>It could be your irq line wiring to the IOAPIC, can you try booting with 
>the 'noapic' kernel parameter?

Thanks, but I've tried this. It didn't work.

Cheers,

Flurin

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-01-14 18:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-14 12:31 [Question] Assinging of IRQ to an ethernet card Capaul Giachen F (KADA 12)
2003-01-14 15:24 ` Zwane Mwaikambo
2003-01-14 18:13 Capaul Giachen F (KADA 12)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).