background image

Linux kernel 2.2.x. 
 

1. Compiling rtl8169.c   

"gcc -DMODULE -Wall -Wstrict-prototypes -O6 -c rtl8169.c". 

2. Move the object code rtl8169.o to the directory   

 "/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" 

5. The media can be forced to one of the 5 modes as follows. 

The link speed and duplex mode can be forced in 5 modes. 
Command:"insmod rtl8169 media = SET_MEDIA" 

 
Ex: "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 

 
 
Linux kernel 2.4.x. 
 

1. Compiling r8169.c using 'Makefile'. 
 "make" 
             

<NOTE>Please remember to ASSIGN "NEW_INCLUDE_PATH" in Makefile according to 

Linux kernel. 

2. Move r8169.o to the directory   
  "/lib/modules/<kernel>/kernel/drivers/net". 
  "cp 

r8169.o 

/lib/modules/<kernel>/kernel/drivers/net" 

 

where <kernel> represents the kernel version, say 2.4.18-3 in Red Hat 7.3 

3. Insert module by   
  "insmod 

r8169" 

4. Check driver status   
  "dmesg" 
5. The media can be forced to one of the 5 modes as follows. 

Cmd: "insmod r8169 media = SET_MEDIA" 

 
For example: 

"insmod r8169 media = 0x04" will force PHY to operate in 100Mpbs Half-duplex. 

 

 

SET_MEDIA can be: 
  

_10_Half= 0x01 

  

_10_Full  = 0x02 

  

_100_Half= 0x04 

  

_100_Full= 0x08 

  

_1000_Full= 0x10 

 

Summary of Contents for LCS-8037TXR2

Page 1: ...erference when the equipment is operated in a commercial environment This equipment generates uses and can radiate radio frequency energy and if not installed and used in accordance with the instructi...

Page 2: ...for high throughput and low CPU utilization y Supports both half and full duplex operation y Supports 10 100 1000Mbps auto sensing capability y Supports Wake On LAN depend on model and user s motherbo...

Page 3: ...e PCI slot 4 Install the bracket screw that secures the card to the Computer chassis 5 Replace the computer s cover 6 Connect the CAT3 or CAT5 UTP cable to the RJ 45 network connector 7 Remove driver...

Page 4: ...t Controller in Add New Hardware Wizard dialog box insert driver CD bundled with Gigabit Ethernet Network Adapter 4 Select Install the software automatically and then click NEXT button 5 Windows ME wi...

Page 5: ...d New Hardware Wizard dialog box click Finish to complete the installation Microsoft Windows XP 1 Plug the adapter into the PCI slot 2 Press the power button on the case of PC to turn it on 3 Windows...

Page 6: ...lf 0x01 _10_Full 0x02 _100_Half 0x04 _100_Full 0x08 _1000_Full 0x10 Linux kernel 2 4 x 1 Compiling r8169 c using Makefile make NOTE Please remember to ASSIGN NEW_INCLUDE_PATH in Makefile according to...

Page 7: ...ernet Network Adapter 10 If necessary select Select Modify driver parameters and protocols menu 11 Follow instructions to complete driver installation Novell Netware System 5 X 6 X 1 Run NetWare Serve...

Page 8: ...2006 Class B Pass EN 61000 3 2 2000 A2 2005 Class A Not Applicable EN61000 3 3 1995 A1 2001 A2 2005 Not Applicable EN 55024 1998 A1 2001 A2 2003 Pass IEC 61000 4 2 2001 ED 1 2 Pass IEC 61000 4 3 2006...

Reviews: