[ubuntu-in] newbie in linux..

Aniruddha Shankar karim at sarai.net
Tue Oct 10 08:34:38 BST 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

>>            my name is balvinder and i am interested in becoming a part
>> of your community.

Balvinder ji, welcome.

>> i have already registered myself onto ur website and
>> i am in desperate need cause i need to switch over to ubntu from
>> windows..

What a noble goal :)

>> i would like to know how to install drivers for Realtek
>> rtl-8139d pci fast ethernet adapter in ubuntu....

I have been using realtek cards for over 5 years now and they work fine for me
(granted, not for heavy bandwidth operation, in which case I go Intel
EtherExpress Pro/100)

Here's how to find out exactly which driver to use.

from the console, run the command sudo lspci

lspci lists all PCI (and some other) devices found and recognised on your
computer. An edited example of the output on one computer is :

bhim ~ $ sudo lspci | grep Ethernet
Password:
00:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL-8139/8139C/8139C+ (rev 10)	

Now, keep in mind the 00:08.0

at the prompt, do
bhim ~ $ sudo lspci -n | grep 00:08.0
00:08.0 0200: 10ec:8139 (rev 10)

Now, the two numbers you have to keep in mind in this example are 10ec, which is
the Vendor ID  and 8139, which is the Device ID.

Now, go to

http://www.rom-o-matic.net/5.4.2/etherboot-5.4.2/src/bin/NIC

and search for the Device ID - which, in this case, is 8139. In Firefox, I would
press the / key and then enter 8139, pressing F3 to go from match to match. Try
and find an occurrence of 8139 which also has the Vendor ID, in this case 10ec
present. The line in the file is

rtl8139	0x10ec,0x8139	Realtek 8139

Now, look for the family under which this entry is present - in this case, it
is family	drivers/net/rtl8139

This means, that in my case, I would have to use the rtl8139 driver.

try this and see...

cheers,

aniruddha shankar
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFK00OhJkrd6A3rSsRAvgGAKCItkmJnuxA6PJjDmC+7I0f9gIYLACfb0/T
RAChC1Vdkoz3zbKZnqt/YfU=
=O3PY
-----END PGP SIGNATURE-----



More information about the ubuntu-in mailing list