Linux 2.2.x
===========
This document contains instructions on installing Linux driver
and adjusting speed for RTL8169 Series Gigabit Ethernet Adapter
Installing Driver:
------------------
rtl8169.c -- RTL8169 Linux driver version 1.0
1. This driver supports RealTek RTL8169 Gigabit Ethernet Adapter
for Linux kernel 2.2.x.
2. Installation steps:
(1)Compiling rtl8169.c using 'Makefile'.
"gcc -DMODULE -Wall -Wstrict-prototypes -O6 -c rtl8169.c".
(2)Move the object code rtl8169.o to "/lib/modules/2.2.14-5.0/net".
"cp rtl8169.o /lib/modules/2.2.14-5.0/net"
(3)Insert module to kernel.
"insmod rtl8169"
(4)Check driver status
"dmesg"
3. The media can be forced to one of the 5 modes as follows.
"insmod rtl8169 media = SET_MEDIA"
For example:
"insmod rtl8169 media = 0x04"
-> will force link mode to be 100Mpbs Half-duplex.
SET_MEDIA can be:
_10_Half = 0x01
_10_Full = 0x02
_100_Half = 0x04
_100_Full = 0x08
_1000_Full = 0x10
Other information:
------------------
You could get some helpful information on these URLs.
http://www.scyld.com/
http://www.deja.com/usenet
http://www.realtek.com.tw/
If you have any questions, please don't hesitate contact Realtek
Technical Support Team at nicfae@realtek.com.tw
Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.