On Mon, Dec 01, 2003 at 10:55:24PM +0200, Shaul Karl wrote: > 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.
Yes. Similar will work. Also note that /etc/modutils/ and update_modules (typo?) are debian-specific. Other distros tend to edit /etc/modules.conf directly. -- Tzafrir Cohen +---------------------------+ http://www.technion.ac.il/~tzafrir/ |vim is a mutt's best friend| mailto:[EMAIL PROTECTED] +---------------------------+ ================================================================= 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]
