Lines Matching +full:10 +full:- +full:gigabit

1 .. SPDX-License-Identifier: GPL-2.0
4 D-Link DL2000-based Gigabit Ethernet Adapter Installation
11 - Compatibility List
12 - Quick Install
13 - Compiling the Driver
14 - Installing the Driver
15 - Option parameter
16 - Configuration Script Sample
17 - Troubleshooting
25 - D-Link DGE-550T Gigabit Ethernet Adapter.
26 - D-Link DGE-550SX Gigabit Ethernet Adapter.
27 - D-Link DL2000-based Gigabit Ethernet Adapter.
36 . Red Hat v7.2 (kernel 2.4.7-10)
45 3. ifconfig eth0 up 10.xxx.xxx.xxx netmask 255.0.0.0
52 4. ``cp dl2k.ko /lib/modules/`uname -r`/kernel/drivers/net``
58 7. Run ``netconfig`` or ``netconf`` to create configuration script ifcfg-eth0
59 located at /etc/sysconfig/network-scripts or create it manually.
61 [see - Configuration Script Sample]
81 CD-ROM drive
82 ------------
87 [root@XXX /] mount -r -t iso9660 -o conv=auto /dev/cdrom /cdrom
96 -----------------
111 -------------------
123 ---------------------------------------------------------
137 ---------------------------------------------------------
171 ----------------------
178 -----------------
180 /lib/modules/2.x.x-xx/net or /lib/modules/2.x.x/kernel/drivers/net.
191 /etc/sysconfig/network-scripts directory, and create a configuration
192 script named ifcfg-ethx that contains network information.
215 10mbps_hd 10Mbps half duplex.
216 10mbps_fd 10Mbps full duplex.
222 1 10Mbps half duplex.
223 2 10Mbps full duplex.
242 int gigabit.
256 For example, rx_coalesce=10 rx_timeout=800.
258 for 10 frames received or timeout of 512 us.
295 cat dl2k.c | col -b > dl2k.tmp
300 cat dl2k.c | tr -d "\r" > dl2k.tmp