Re: Network Card error

2002-03-20 Thread Scott Henson
On Tue, 2002-03-19 at 19:56, Alan Poulton wrote: > Hi list > > I'm really new here, so if I left some information out that would help > you help me, please don't hesitate to ask me for the extra info, and > possibly how to obtain it. This is sort of a two part problem. If the > first part has no

Re: Network Card error

2002-03-19 Thread Crispin Wellington
No answers to your problems specifically, just some general advice. Try not to compile your ethernet drivers into the kernel statically. It causes headaches when you want to change an ethernet device or fiddle with debug parameters. Compile a whole bunch of useful ones as modules. Then you can load

Re: Network Card error

2002-03-19 Thread Ron Johnson
On Tue, 2002-03-19 at 18:56, Alan Poulton wrote: > Hi list > > I'm really new here, so if I left some information out that would help > you help me, please don't hesitate to ask me for the extra info, and > possibly how to obtain it. This is sort of a two part problem. If the > first part has no