On Sun, 08 Oct 2000, you wrote:
> I have added a network card to the machine. It is a RTL8019 ISA card. How do
> I get it installed?
I have same card. heres what I did
boot into dos, set up your card into NE2000 mode, set IRQ and IO to safe values
(boot into dos and use the installation disk to do this) then use the NE2000
driver under linux, its in documentation 
file:/usr/src/linux/Documentation/networking/net-modules.txt
its standard ne200 driver (called ne)
to get it working type

modprobe ne io=0x220 irq=10
obviously replacing  proper settings for ya card


To automise installation of driver at boot time ad
add this command to end of file  /etc/rc.d/rc.local 
modprobe ne io=0x220 irq=10

Reply via email to