On Mon, 8 Feb 1999, Tim Fletcher wrote:
> > > Anyone using the SMC 1211TX PCI 10/100 Ethernet card?I'm trying to see
> > > it on a box running Slackware 3.6 (kernel 2.0.35).The kernel does not
> > > see it.
> > > If you were able to get this to work, what network device did you select
> > > when you built the kernel?
> I have it working as both module and in kernel
The SMC-1211 is actually a RTL8139 chip with a new label and a modified
EEPROM.
Use a recent rtl8139 driver
http://cesdis.gsfc.nasa.gov/linux/drivers/rtl8139.html
>From the driver source:
static struct pci_id_info pci_tbl[] =
{{ "RealTek RTL8129 Fast Ethernet",
0x10ec, 0x8129, 0xffff, PCI_USES_IO|PCI_USES_MASTER, 0x80, rtl8129_probe1},
{ "RealTek RTL8139 Fast Ethernet",
0x10ec, 0x8139, 0xffff, PCI_USES_IO|PCI_USES_MASTER, 0x80, rtl8129_probe1},
{ "RealTek RTL8139 Fast Ethernet (mislabeled)",
0x1113, 0x1211, 0xffff, PCI_USES_IO|PCI_USES_MASTER, 0x80, rtl8129_probe1},
{0,}, /* 0 terminated list. */
};
Donald Becker [EMAIL PROTECTED]
USRA-CESDIS, Center of Excellence in Space Data and Information Sciences.
Code 930.5, Goddard Space Flight Center, Greenbelt, MD. 20771
301-286-0882 http://cesdis.gsfc.nasa.gov/people/becker/whoiam.html
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]