[clug-talk] Need drivers
Mark Carlson
carlsonmark at gmail.com
Sat May 29 21:05:24 PDT 2010
On Sat, May 29, 2010 at 7:09 PM, Joseph Shuttleworth <JoeS100 at shaw.ca> wrote:
> I'm looking for drivers for a some ethernet cards:
>
> 02:07.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd.
> RTL-8139/8139C/8139C+ [10ec: 8139] (rev 10)
This one may be covered by the "8139too" Linux driver. If "modprobe
8139too" fails to fix the problem, then you either don't have the
driver enabled, or the standard RTL-8139 driver does not cover your
card.
> Macronix, Inc. [MXIC] MX987x5 [10d9:0531] (rev 25)
http://cateee.net/lkddb/web-lkddb/TULIP.html
The kernel module seems to be called "tulip"
>
> and
>
> Dlink dfe-538tx
Might be the "rtl8139" driver.
>
>
>
>
>
> I found some drivers at:
>
> http://www.realtek.com/downloads/downloadsView.aspx?Langid=1&PNid=14&PFid=6&Level=5&Conn=4&DownTypeID=3&GetDown=false
>
> These are for the Realtek card.
>
> They are: UnixWare 7.1.x and SCO Unix 5.0.X
>
> Which one would I use for Debian Lenny?
>
> I couldn't find any for the Macronix
>
> I found this site for dlink:
>
> ftp://ftp.dlink.com/NIC/dfe538tx/Driver/Linux/
>
> File:Makefile 3 KB 21/10/04 12:00:00 AM
>
> File:Readme.txt 2 KB 21/10/04 12:00:00 AM
>
> File:rtl8139.c 54 KB 21/10/04 12:00:00 AM
>
> I'm not sure what to do with the dlink. I'm not familiar with Linux drivers.
>
> Appreciate any help.
>
> Thanks
Linux (non wireless) network drivers are usually pretty
straightforward, and you should not have to download or compile them
yourself.
Have you tried just putting the card in and using it? That's normally
all you have to do. Open a terminal and type "lsmod". It should show
you the drivers currently in use. Using that output, you can see
which drivers are being used for your network interfaces. If it
doesn't work with your Linux installation, try a live-cd based distro
like Knoppix, or the Ubuntu install CD.
-Mark C.
More information about the clug-talk
mailing list