Re: [leaf-user] IRQ setting for 2 equal network cards

2006-06-16 Thread Charles Steinkuehler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joep Blom wrote: Sorry, Eric! my fault. Of course I'm using the 8139too, just a slip of the pen. I think a can solve the problem by setting a parameter in the BIOS to detect the interrupts again. Nevertheless, I would like to know the syntax

Re: [leaf-user] IRQ setting for 2 equal network cards

2006-06-16 Thread Joep Blom
Charles Steinkuehler wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joep Blom wrote: Sorry, Eric! my fault. Of course I'm using the 8139too, just a slip of the pen. I think a can solve the problem by setting a parameter in the BIOS to detect the interrupts again. Nevertheless, I

Re: [leaf-user] IRQ setting for 2 equal network cards

2006-06-16 Thread Kwon
The syntax to do this is driver dependent, although most drivers that support handling multiple cards (not all will) will accept multiple parameters separated by commas. So in /etc/modules you'd have something like: ne io=300,320 irq=10,11 Don’t think you can do that with PCI cards. The

Re: [leaf-user] IRQ setting for 2 equal network cards

2006-06-16 Thread Charles Steinkuehler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joep Blom wrote: Charles, thanks. The problem I have is that I want to force a certain card to a certain IRQ, so e.g. 3189too alias eth0 irq=9, alias eth1 irq=11 but I don't think that works. Umm...no. You typically can't *SET* the IRQ used