Re: problems with ethernet card

1999-11-03 Thread rh
On Tue, Nov 02, 1999 at 04:26:33PM -0800, matt boex wrote: > > mate, > > i am running 6.1. does that mean i have to get > another nic card? Of course, I do not know. But ne2000 cards work perfectly on the 6.1 boxes. I am told, PCI cards are much better behaved (we have only ISA cards in our

Re: problems with ethernet card

1999-01-03 Thread rh
On Fri, Nov 05, 1999 at 12:44:44AM -0500, jwalsh wrote: > There is no linuxconf setting for this. This is a quasi-undocumented > feature. You need to specify it in /etc/conf.modules,example: > options 3c509 irq=9,10 xcvr=0,3 > says the first 3c509 NIC uses irq 9, and the 10bt > The second 3c905 N

Re: problems with ethernet card

1999-01-02 Thread jwalsh
There is no linuxconf setting for this. This is a quasi-undocumented feature. You need to specify it in /etc/conf.modules,example: options 3c509 irq=9,10 xcvr=0,3 says the first 3c509 NIC uses irq 9, and the 10bt The second 3c905 NIC uses irq 10, and the bnc It may or may not work from the boot

Re: problems with ethernet card

1999-01-02 Thread rh
On Tue, Nov 02, 1999 at 08:45:33PM -0500, jwalsh wrote: > use the xcvr parameter with your module. > A comma delimited list, one for each card of that type. > 0 = 10bt > 1= aui > 2 = unknown > 3 = bnc > insmod 3c509.o io=blah,blah irq=blah,blah xcvr=0,3 > would tell it the first card uses 10bt and