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.

The supplied 3c503 drivers don use the AUI (thicknet) port. How does one choose it over the default thinnet port?

0
Posted

The supplied 3c503 drivers don use the AUI (thicknet) port. How does one choose it over the default thinnet port?

0

Solution: The 3c503 AUI port can be selected at boot-time for in-kernel drivers, and at module insertion for modular drivers. The selection is overloaded onto the low bit of the currently-unused dev->rmem_start variable, so a boot-time parameter of: LILO: linux ether=0,0,0,1,eth0 should work for in-kernel drivers. To specify the AUI port when loading as a module, just append xcvr=1 to the module options line along with your I/O and IRQ values.

Related Questions

What is your question?

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

Experts123