On Thu, 27 Jun 2002, Keith Morse wrote:

> On Thu, 27 Jun 2002, Kalin Mintchev wrote:
>
> >
> > ok - after 10 hours no answer and i'll perephraze my question:
> >
> > i have 2 ethernet cards on the same machine running redhat 7.2.
> > each of them has an ip asigned that belongs to different network. ok?
> > when i do ifconfig i get:
> >
> > eth0      Link encap:Ethernet  HWaddr 00:01:53:XX:XX:XX
> >           Interrupt:5 Base address:0xd000
> >           ^^^^^^^^^^^
> >
> > eth1      Link encap:Ethernet  HWaddr 00:07:95:XX:XX:XX
> >           Interrupt:5 Base address:0xf000
> >           ^^^^^^^^^^^
>
>
> I typically do this using /etc/modules.conf.  Most network kernel modules
> support the ability to specify the irq to be associated  with that kernel
> module instance. This is an example entry I use for an old pentium based
> firewall.
>
>
> [root@uwfw root]# cat /etc/modules.conf
> alias parport_lowlevel parport_pc
> alias eth0 3c503
> alias eth1 3c503
> options 3c503 io=0x300,0x310
>
>
> in this case, I didn't need to specify the irq but I did for the io
> address since it was jumpered on the card.  "man modules.conf" is a good
> starting point. The following URL may help also:

thanks Keith for the reply
last night i did play with the modules.conf. what happens is when i write

  alias eth0 dmfe
  alias eth1 8139too
  options dmfe irq="5"
  options 8139too irq="6"

adding the options on reboot the eth0 and eth1 don't get loaded and if i
take those lines out again i get a huge error message on reboot: eth0 out
of sinc - it's nice to have a boot image on a floppy...

i also tried

# ifconfig eth1 irq 6
and i get:
irq: SIOCSIFMAP: Operation not supported

according to ifconfig manual you can use that...

i'm afraid i'll have to rebuild the kernel - when i was installing the os
both card where in the machine already  and i think they were compiled as
internal modules...

any other suggestions?!

thanks


>
> 
>http://www.redhat.com/docs/manuals/linux/RHL-7.3-Manual/ref-guide/s1-modules-ethernet.html
>
>
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to