Re: How to setup NE-2000 PCI Ethernet Card

1998-09-08 Thread joost
On Tue, 8 Sep 1998, Alex Kwan wrote: > My LAN card was NE-2000 PCI (Realtek RTL-8029) > How to set up the Command Line Argument on > ne2k_pci module? Does anybody has this card too, > would you please share your experience with me? The ne2k-pci driver should autodetect the necessary settings, u

How to setup NE-2000 PCI Ethernet Card

1998-09-08 Thread Kenneth Scharf
My LAN card was NE-2000 PCI (Realtek RTL-8029) How to set up the Command Line Argument on ne2k_pci module? Does anybody has this card too, would you please share your experie

Re: How to setup NE-2000 PCI Ethernet Card

1998-09-08 Thread Alex Kwan
Hi! Marcelo, When I execute lspci, the display shown "bash: lspci: command not found" and I check the irq & io on Windows98, the datas are: irq=9 io=7F80-7F9F My trouble is when I install the Base System of Hamm, at step "Install Operation System Kernel and Modules", If I wanted to install the mo

Re: How to setup NE-2000 PCI Ethernet Card

1998-09-08 Thread Michael Beattie
On Tue, 8 Sep 1998 [EMAIL PROTECTED] wrote: > > >From a dmesg on our firewall: > > ne2k-pci.c:v0.99L 2/7/98 D. Becker/P. Gortmaker > http://cesdis.gsfc.nasa.gov/linux/drivers/ne2k-pci.html > ne2k-pci.c: PCI NE2000 clone 'RealTek RTL-8029' at I/O 0x6800, IRQ 10. > eth0: PCI NE2000 found at 0x680

Re: How to setup NE-2000 PCI Ethernet Card

1998-09-08 Thread Bob Nielsen
On Tue, 8 Sep 1998 [EMAIL PROTECTED] wrote: > > >From a dmesg on our firewall: > > ne2k-pci.c:v0.99L 2/7/98 D. Becker/P. Gortmaker > http://cesdis.gsfc.nasa.gov/linux/drivers/ne2k-pci.html > ne2k-pci.c: PCI NE2000 clone 'RealTek RTL-8029' at I/O 0x6800, IRQ 10. > eth0: PCI NE2000 found at 0x680

Re: How to setup NE-2000 PCI Ethernet Card

1998-09-08 Thread john
>From a dmesg on our firewall: ne2k-pci.c:v0.99L 2/7/98 D. Becker/P. Gortmaker http://cesdis.gsfc.nasa.gov/linux/drivers/ne2k-pci.html ne2k-pci.c: PCI NE2000 clone 'RealTek RTL-8029' at I/O 0x6800, IRQ 10. eth0: PCI NE2000 found at 0x6800, IRQ 10, 00:00:E8:4F:14:B7. ne2k-pci.c: PCI NE2000 clone

Re: How to setup NE-2000 PCI Ethernet Card

1998-09-08 Thread Marcelo E. Magallon
On Tue, Sep 08, 1998 at 08:36:41AM +0800, Alex Kwan wrote: > My LAN card was NE-2000 PCI (Realtek RTL-8029) > How to set up the Command Line Argument on > ne2k_pci module? Does anybody has this card too, > would you please share your experience with me? Use lspci, like this: $ lspci [...] 00:0b.0

Re: How to setup NE-2000 PCI Ethernet Card

1998-09-08 Thread Kennedy Mutio
I think I used the ne driver and used the arguments io=0x300 and irq=10 These are the default values if I remeber correctly. I do recommend using the HOWTO. On Tue, 8 Sep 1998 [EMAIL PROTECTED] wrote: > > We have several of these cards, and they all installed without any > arguments at all.

How to setup NE-2000 PCI Ethernet Card

1998-09-08 Thread john
We have several of these cards, and they all installed without any arguments at all. Alex Kwan writes: > My LAN card was NE-2000 PCI (Realtek RTL-8029) > How to set up the Command Line Argument on > ne2k_pci module? Does anybody has this card too, > would you please share your experience wi

How to setup NE-2000 PCI Ethernet Card

1998-09-08 Thread Alex Kwan
My LAN card was NE-2000 PCI (Realtek RTL-8029) How to set up the Command Line Argument on ne2k_pci module? Does anybody has this card too, would you please share your experience with me? Thanks