On Mon, Dec 01, 2003 at 08:11:09PM +0200, Oded Arbel wrote:
> ???? ??? 01 ????? 2003, 19:48, ???? ?? ??? Shimon Panfil:
> > Hi folks,
> > on my machine with 2 ethernet cards different kernels see these two
> > cards in different order. How can I appoint specific device for specific
> > interface? Kernel parameters?
>
> Are these two diferent cards or the same ? if its different cards then you can
> setup modules.conf with
> alias eth0 <driver1>
> alias eth1 <driver2>
>
It might work with similar cards as well. For isa cards I have:
cat /etc/modutils/ne
options ne io=0x280,0x240 irq=5,9
alias eth0 ne
alias eth1 ne
I want to believe that something similar will work for pci.
--
"If you have an apple and I have an apple and we exchange apples then
you and I will still each have one apple. But if you have an idea and I
have an idea and we exchange these ideas, then each of us will have two
ideas." -- George Bernard Shaw (sent by shaulk @ actcom . net . il)
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]