MAN Port Devices Driver
I -driver Queries the specified network device for associated driver information.d -register-dump Retrieves and prints a register dump for the specified network device. The register format for some devices is known and decoded others are printed in hex. When raw is enabled, then ethtool dumps the raw register data to stdout. The sample code we use to show port I/O from within a device driver acts on general-purpose digital I/O ports; such ports are found in most computer systems. A digital I/O port, in its most common incarnation, is a byte-wide I/O location, either memory-mapped or port-mapped.
Name
ethtool - query or control network driver and hardware settings
Synopsis
ethtooldevname

- -k --show-features --show-offload
- Queries the specified network device for the state of protocol offload and other features.
- -K --features --offload
- Changes the offload parameters and other features of the specified network device. The following feature names are built-in and others may be defined by thekernel.
- rx onoff
- Specifies whether RX checksumming should be enabled.
- tx onoff
- Specifies whether TX checksumming should be enabled.
- sg onoff
- Specifies whether scatter-gather should be enabled.
- tso onoff
- Specifies whether TCP segmentation offload should be enabled.
- ufo onoff
- Specifies whether UDP fragmentation offload should be enabled
- gso onoff
- Specifies whether generic segmentation offload should be enabled
- gro onoff
- Specifies whether generic receive offload should be enabled
- lro onoff
- Specifies whether large receive offload should be enabled
- rxvlan onoff
- Specifies whether RX VLAN acceleration should be enabled
- txvlan onoff
- Specifies whether TX VLAN acceleration should be enabled
- ntuple onoff
- Specifies whether Rx ntuple filters and actions should be enabled
- rxhash onoff
- Specifies whether receive hashing offload should be enabled
- -p --identify
- Initiates adapter-specific action intended to enable an operator to easily identify the adapter by sight. Typically this involves blinking one or more LEDson the specific network port. N
- -P --show-permaddr
- Queries the specified network device for permanent hardware address.
- -r --negotiate
- Restarts auto-negotiation on the specified Ethernet device, if auto-negotiation is enabled.
- -S --statistics
- Queries the specified network device for NIC- and driver-specific statistics.
- -t --test
- Executes adapter selftest on the specified network device. Possible test modes are:
- offlineonlineexternal_lb
- defines test type: offline (default) means to perform full set of tests possibly causing normal operation interruption during the tests,online means to perform limited set of tests do not interrupting normal adapter operation, external_lb means to perform external-loopback test inaddition to other offline tests.
- -s --change
- Allows changing some or all settings of the specified network device. All following options only apply if -s was specified.
- speedN
- Set speed in Mb/s. ethtool with just the device name as an argument will show you the supported device speeds.
- duplex halffull
- Sets full or half duplex mode.
- port tpauibncmii
- Selects device port.
- autoneg onoff
- Specifies whether autonegotiation should be enabled. Autonegotiation is enabled by default, but in some network devices may have trouble with it, so you candisable it if really necessary.
- advertiseN
- Sets the speed and duplex advertised by autonegotiation. The argument is a hexadecimal value using one or a combination of the following values:
- sopassxx:yy:zz:aa:bb:cc
- msglvlN
msglvltypeonoff ... - Sets the driver message type flags by name or number. type names the type of message to enable or disable; N specifies the new flagsnumerically. The defined type names and numbers are: The precise meanings of these type flags differ between drivers.
- flow-type ether ip4 tcp4 udp4 sctp4 ah4 esp4
- srcxx:yy:zz:aa:bb:cc [mxx:yy:zz:aa:bb:cc]
- dstxx:yy:zz:aa:bb:cc [mxx:yy:zz:aa:bb:cc]
- Includes the destination MAC address, specified as 6 bytes in hexadecimal separated by colons, along with an optional mask. Valid only for flow-typeether.
- protoN [mN]
- Includes the Ethernet protocol number (ethertype) and an optional mask. Valid only for flow-type ether.
- src-ipx.x.x.x [mx.x.x.x]
- Specify the source IP address of the incoming packet to match along with an optional mask. Valid for all IPv4 based flow-types.
- dst-ipx.x.x.x [mx.x.x.x]
- Specify the destination IP address of the incoming packet to match along with an optional mask. Valid for all IPv4 based flow-types.
- tosN [mN]
- Specify the value of the Type of Service field in the incoming packet to match along with an optional mask. Applies to all IPv4 based flow-types.
- l4protoN [l4mN]
- Includes the layer 4 protocol number and optional mask. Valid only for flow-type ip4.
- src-portN [mN]
- Specify the value of the source port field (applicable to TCP/UDP packets) in the incoming packet to match along with an optional mask. Valid for flow-typesip4, tcp4, udp4, and sctp4.
- dst-portN [mN]
- Specify the value of the destination port field (applicable to TCP/UDP packets)in the incoming packet to match along with an optional mask. Valid forflow-types ip4, tcp4, udp4, and sctp4.
- spiN [mN]
- Specify the value of the security parameter index field (applicable to AH/ESP packets)in the incoming packet to match along with an optional mask. Valid forflow-types ip4, ah4, and esp4.
- l4dataN [mN]
- Specify the value of the first 4 Bytes of Layer 4 in the incoming packet to match along with an optional mask. Valid for ip4 flow-type.
- vlan-etypeN [mN]
- Includes the VLAN tag Ethertype and an optional mask.
- vlanN [mN]
- Includes the VLAN tag and an optional mask.
- user-defN [mN]
- Includes 64-bits of user-specific data and an optional mask.
- actionN
- Specifies the Rx queue to send packets to, or some other action. locN
- deleteN
- -w --get-dump
- Retrieves and prints firmware dump for the specified network device. By default, it prints out the dump flag, version and length of the dump data. Whendata is indicated, then ethtool fetches the dump data and directs it to a file.
- -W --set-dump
- Sets the dump flag for the device.
- -T --show-time-stamping
- Show the device's time stamping capabilities and associated PTP hardware clock.
- -x --show-rxfh-indir
- Retrieves the receive flow hash indirection table.
- -X --set-rxfh-indir
- Configures the receive flow hash indirection table.
- equalN
- Sets the receive flow hash indirection table to spread flows evenly between the first N receive queues.
- weightW0 W1 ...
- Sets the receive flow hash indirection table to spread flows between receive queues according to the given weights. The sum of the weights must be non-zeroand must not exceed the size of the indirection table.
- -f --flash FILE
- Flash firmware image from the specified file to a region on the adapter. By default this will flash all the regions on the adapter. N
- -l --show-channels
- Queries the specified network device for the numbers of channels it has. A channel is an IRQ and the set of queues that can trigger that IRQ.
- -L --set-channels
- Changes the numbers of channels of the specified network device. rxN
- otherN
- Changes the number of channels used only for other purposes e.g. link interrupts or SR-IOV co-ordination.
- combinedN
- Changes the number of multi-purpose channels.
- -m --dump-module-eeprom
- Retrieves and if possible decodes the EEPROM from plugin modules, e.g SFP+, QSFP
- --show-priv-flags
- Queries the specified network device for its private flags. The names and meanings of private flags (if any) are defined by each network devicedriver.
- --set-priv-flags
- Sets the device's private flags as specified.
- flagonoff Sets the state of the named private flag.
- --show-eee
- Queries the specified network device for its support of Energy-Efficient Ethernet (according to the IEEE 802.3az specifications)
- --set-eee
- Sets the device EEE behaviour.
- eee onoff
- Enables/disables the device support of EEE.
- tx-lpi onoff
- Determines whether the device should assert its Tx LPI.
- advertiseN
- Sets the speeds for which the device should advertise EEE capabiliities. Values are as for --change advertise
- tx-timerN
- Sets the amount of time the device should stay in idle mode prior to asserting its Tx LPI (in microseconds). This has meaning only when Tx LPI isenabled.
Length of time to perform phys-id, in seconds.
Man Port Devices Driver Device
Sets the SecureOnâ„¢ password. The argument to this option must be 6 bytes in Ethernet MAC hex format(xx:yy:zz:aa:bb:cc).
Inserts or updates a classification rule for the specified flow type.
Includes the source MAC address, specified as 6 bytes in hexadecimal separated by colons, along with an optional mask. Valid only for flow-typeether.
Specify the location/ID to insert the rule. This will overwrite any rule present in that location and will not go through any of the rule orderingprocess.
Deletes the RX classification rule with the given ID.
A number to identify flash region where the image should be flashed. Default region is 0 which denotes all regions in the flash.

Changes the number of channels with only receive queues.
txN
Changes the number of channels with only transmit queues.
Man Port Devices Driver License Test
Man Port Devices Driver Updater
Bugs
Not supported (in part or whole) on all network drivers.
Author
ethtool was written by David Miller.
Modifications by Jeff Garzik, Tim Hockin, Jakub Jelinek, Andre Majorel, Eli Kupermann, Scott Feldman, Andi Kleen, Alexander Duyck, SuchetaChakraborty.
Availability
ethtool is available from http://www.kernel.org/pub/software/network/ethtool/
Referenced By
ifplugstatus(8),iftab(5),mii-tool(8),pethtool(8),wicd(8)Category: Network and Modems
Manufacturer: Gateway
Caution Level: Intermediate
Download File Size: 58 KB
Operating System: Windows Vista
Latest Version / Release Date: 2.0.2.1 / 07 Jul 2009
Windows device driver information for Prolific USB-to-Serial Comm Port
Prolific USB-to-Serial Comm Port is a network driver produced by gateway technologies. It offers a stylish as well as convenient computer accessory which is used for connecting serial devices which comply with the RS-232 standard to a windows computer which is USB- equipped. It enables bridge connection between a serial port connector situated in one end and a USB plug connector situated on the other end. As such, it is possible for the user to connect with the serial end to the serial port while the USB connector is plugged into the USB port of the computer. The Prolific USB-to-Serial Comm port therefore offers a convenient way for the user to add serial connections to the computer without having to insert a serial card as well as a traditional port. Worth noting is that this device is functional in all operating systems for windows. For this
Outdated Drivers?
Unless you update your drivers regularly you may face hardware performance issues.
To check your drivers you should manually verify every device on your system for driver updates
The Prolific USB-to-Serial Comm Port is compliant with USB specification and supports highly developed power management, for example suspend, remote wakeup and resume operations. The device is ideal for linking modems, digital cameras, card readers, PDAs and cellular phones among other serial devices to the computer. It enables serial connections with a maximum rate of data transfer placed at I mbps. Since USB does not need IRQ resources, it is possible for additional devices to be connected to the system without undergoing any device hassles as well as conflict of resources that plagued similar devices before. This device is also bus powered which means that it does not a battery or a different power supply. Furthermore, it has a plug and play capability which means that all has to do is to install it and it is ready for use. It is highly recommended you run a free registry scan for Windows and Prolific USB-to-Serial Comm Port errors before installing any driver updates.