Re: 3c509B driver, trouble configuring

2001-05-15 Thread Stefan Srdic
Bob Wilkinson wrote: > Also see http://www.scyld.com/network/3c509.html Sorry, I cut and pasted the wrong link... > > > Only the IRQ and transceiver setting may be overridden when using > the driver as a module. Setting two cards to 10base2/IRQ10 and > AUI/IRQ11 is done by using the xcvr and irq

Re: 3c509B driver, trouble configuring

2001-05-15 Thread Mithras
On Tue, 15 May 2001, Bob Wilkinson wrote: > Also see http://www.scyld.com/network/3c509.html which tells us > > Only the IRQ and transceiver setting may be overridden when using > the driver as a module. Setting two cards to 10base2/IRQ10 and > AUI/IRQ11 is done by using the xcvr and irq module o

Re: 3c509B driver, trouble configuring

2001-05-15 Thread Mithras
I'm replying to thank Stef for his advice, and to remark about an apparent inconsistency in the implementation of the 3c509 driver. On Mon, 14 May 2001, Stefan Srdic wrote: > > : /lib/modules/2.2.17/net/3c509.o: invalid parameter parm_io > > That error reports that the I/O parameter used is inva

Re: 3c509B driver, trouble configuring

2001-05-15 Thread Bob Wilkinson
On Mon, May 14, 2001 at 12:21:42PM -0600, Stefan Srdic wrote: > Mithras wrote: > > > : /lib/modules/2.2.17/net/3c509.o: invalid parameter parm_io > > That error reports that the I/O parameter used is invalid. Your base address > for > your card should read 0x210. > > Test this by directly using

Re: 3c509B driver, trouble configuring

2001-05-14 Thread Stefan Srdic
Mithras wrote: > : /lib/modules/2.2.17/net/3c509.o: invalid parameter parm_io That error reports that the I/O parameter used is invalid. Your base address for your card should read 0x210. Test this by directly using the insmod command: insmod 3c509 io=0x210 irq=11 If you see something like " U

3c509B driver, trouble configuring

2001-05-14 Thread Mithras
Yesterday I ran the 3c5x9cfg utility to turn off PnP, as the Ethernet HOWTO recommended. My card is now seen by Windoze as 'in Legacy mode', good, but when I run modconf my situation hasn't improved since I first tried to configure this driver, before I ran 3c5x9cfg. Here's a transcript of my lat