Re: ep driver troubles

1999-11-30 Thread Eric Ogren
After playing around with the configuration program for a little bit, if I set the card back to ISA mode (fixed address/irq), the patched driver now detects the card. As soon as I set the card to PnP, the driver doesn't see it. Based on the pnpinfo output, I assume this must be something to do

Re: ep driver troubles

1999-11-30 Thread Eric Ogren
On Tue, 30 Nov 1999, Matthew N. Dodd wrote: On Mon, 29 Nov 1999, Eric Ogren wrote: Already there (I can attach my entire config file / dmesg output to anyone who wants to see it, but I didn't want to dump the whole thing to the list). How about the output of 'pnpinfo'? Apply

Re: ep driver troubles

1999-11-30 Thread Mathew Kanner
On Nov 30, Eric Ogren wrote: After playing around with the configuration program for a little bit, if I set the card back to ISA mode (fixed address/irq), the patched driver now detects the card. As soon as I set the card to PnP, the driver doesn't see it. Based on the pnpinfo output, I

Re: ep driver troubles

1999-11-29 Thread Matthew N. Dodd
On Mon, 29 Nov 1999, Eric Ogren wrote: Already there (I can attach my entire config file / dmesg output to anyone who wants to see it, but I didn't want to dump the whole thing to the list). How about the output of 'pnpinfo'? Apply this patch:

ep driver troubles

1999-11-28 Thread Eric Ogren
Hi all- I just recently upgraded to 4.0-CURRENT, and I can't seem to get the new ep driver to recognize my 3c509b card (yes, I know it's an awful NIC, but it's what I have, and it's worked fine for me). I have "device ep0" (and nothing else) in my kernel configuration file. Upon booting, I

Re: ep driver troubles

1999-11-28 Thread Matthew N. Dodd
On Sun, 28 Nov 1999, Eric Ogren wrote: I just recently upgraded to 4.0-CURRENT, and I can't seem to get the new ep driver to recognize my 3c509b card (yes, I know it's an awful NIC, but it's what I have, and it's worked fine for me). put controller pnp0 in your config file. -- | Matthew