Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I get my 2(3,4,..) ethernet cards to work?

cards Ethernet
0
Posted

How do I get my 2(3,4,..) ethernet cards to work?

0

To make the kernel see additional ethernet cards, you should either pass the parameter ether=IRQ,i/o addr,device at boot time, For example: boot: Linux ether=5,0×320,eth0 or specify it in lilo.conf file image=/boot/vmlinuz label=linux append=“ether=5,0×320,eth0” root=/dev/hda2 read-only Note that this will only work for drivers that are compiled into the kernel. If the driver is a module, then you need to specify the parameters in /etc/modules.conf, e.g.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123