RealTek PCI 10/100 NIC Support?????

RealTek PCI 10/100 NIC Support?????

Post by Computer ET » Thu, 17 Jun 1999 04:00:00



help!!!!!! i have a t1 in my house and am using rh 5.2 with apache as my web
server. the only problem is is that i can't load my freaking nic into the
system. it is a realtek pci 10/100 nic. if anyone can help me i can give you
specific model numbers if you like. thankx a million

linux newbie

 
 
 

RealTek PCI 10/100 NIC Support?????

Post by Stewart Honsberg » Thu, 17 Jun 1999 04:00:00



>help!!!!!! i have a t1 in my house

Must be nice! :>

Quote:>and am using rh 5.2 with apache as my web server. the only problem is is
>that i can't load my freaking nic into the system. it is a realtek pci
>10/100 nic.

You're looking for PCI NE2000 compatable.

--


Humming along under SuSE Linux 6.0 / OS/2 Warp 4

 
 
 

RealTek PCI 10/100 NIC Support?????

Post by Bob Tenne » Thu, 17 Jun 1999 04:00:00


 >help!!!!!! i have a t1 in my house and am using rh 5.2 with apache as my web
 >server. the only problem is is that i can't load my freaking nic into the
 >system. it is a realtek pci 10/100 nic.
 >

What you need to load is the right module.  Look for the following sort
of lines in the boot-up messages (/var/log/messages):

 ne.c: PCI BIOS reports Realtek 8029 at i/o 0x6000, irq 11.
 Use of the PCI-NE2000 driver with this card is recommended!

 NE*000 ethercard probe at 0x6000: 00 00 b4 5a 9c 69
 eth0: NE2000 found at 0x6000, using IRQ 11.

Then add the following lines to /etc/conf.modules:

alias eth0 ne.o
options ne.o io=0x6000 irq=11

Adjust the io address and irq appropriately. Then re-boot and
you should be in business.  Use netcfg to configure the interface.

Bob T.

 
 
 

RealTek PCI 10/100 NIC Support?????

Post by Joshy Georg » Fri, 18 Jun 1999 04:00:00


If your NIC is RTL8139 based, there is a specific driver at
ftp://cesdis.gsfc.nasa.gov/pub/linux/drivers/rtl8139.c

A search on the net should give you atleast a link to the
instructions/How-to.
I am using a RTL8139 10/100 nic without much problems. But sorry to say that
I don't remember the URL of the How-to. It was some thing like, compile,
insert module and bind.

Joshy George.



> >help!!!!!! i have a t1 in my house

> Must be nice! :>

> >and am using rh 5.2 with apache as my web server. the only problem is is
> >that i can't load my freaking nic into the system. it is a realtek pci
> >10/100 nic.

> You're looking for PCI NE2000 compatable.

> --


> Humming along under SuSE Linux 6.0 / OS/2 Warp 4

 
 
 

RealTek PCI 10/100 NIC Support?????

Post by Joe Jerom » Sun, 20 Jun 1999 04:00:00


Hi,
  I have been having a similar problem, with an SMC EZ 10/100 card,
which is supposed to use the same driver.  You will probably need to obtain
the rtl8139 driver from
http://cesdis/gsfc.nasa.gov/linux/drivers/rtl8139.html

  This driver was not yet considered tested enough to become part of the
kernel.  I couldn't get it to work as a module, and it was suggeted that I
try compiling it into the kernel.  I tried, but still haven't gotten it to
work, but that appears to be because the PCI part of the kernel doesn't
recognize the SMC Vendor id or Device id.  You may have better luck!

Joe J.


>help!!!!!! i have a t1 in my house and am using rh 5.2 with apache as my
web
>server. the only problem is is that i can't load my freaking nic into the
>system. it is a realtek pci 10/100 nic. if anyone can help me i can give
you
>specific model numbers if you like. thankx a million

>linux newbie