Linux 2.2.x =========== This document contains instructions on installing Linux driver and adjusting speed for D-Link DGE-528T Gigabit Ethernet Adapter Installing Driver: ------------------ dge528.c -- DGE-528T Linux driver version 1.0 1. This driver supports D-Link DGE-528T Gigabit Ethernet Adapter for Linux kernel 2.2.x. 2. Installation steps: (1)Compiling dge528.c using 'Makefile'. "gcc -DMODULE -Wall -Wstrict-prototypes -O6 -c dge528.c". (2)Move the object code dge528.o to the directory "/lib/modules/2.2.14-5.0/net". "cp dge528.o /lib/modules/2.2.14-5.0/net" (3)Insert module to kernel. "insmod dge528" (4)Check driver status "dmesg" 3. 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 dge528 media = SET_MEDIA" Ex: "insmod dge528 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