<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Ethernet%3A_Mengubah_Kecepatan</id>
	<title>Ethernet: Mengubah Kecepatan - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Ethernet%3A_Mengubah_Kecepatan"/>
	<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=Ethernet:_Mengubah_Kecepatan&amp;action=history"/>
	<updated>2026-05-03T22:48:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.4</generator>
	<entry>
		<id>https://onnocenter.or.id/wiki/index.php?title=Ethernet:_Mengubah_Kecepatan&amp;diff=40038&amp;oldid=prev</id>
		<title>Onnowpurbo: New page: Sumber: http://www.ubuntugeek.com/how-to-change-ethernet-network-card-speed-and-duplex-settings-in-ubuntu.html  Using ethtool  ethtool can be used to query and change settings such as spee...</title>
		<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=Ethernet:_Mengubah_Kecepatan&amp;diff=40038&amp;oldid=prev"/>
		<updated>2014-03-24T21:24:26Z</updated>

		<summary type="html">&lt;p&gt;New page: Sumber: http://www.ubuntugeek.com/how-to-change-ethernet-network-card-speed-and-duplex-settings-in-ubuntu.html  Using ethtool  ethtool can be used to query and change settings such as spee...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Sumber: http://www.ubuntugeek.com/how-to-change-ethernet-network-card-speed-and-duplex-settings-in-ubuntu.html&lt;br /&gt;
&lt;br /&gt;
Using ethtool&lt;br /&gt;
&lt;br /&gt;
ethtool can be used to query and change settings such as speed, auto- negotiation and checksum offload on many network devices, especially Ethernet devices.&lt;br /&gt;
&lt;br /&gt;
Install ethtool in ubuntu&lt;br /&gt;
&lt;br /&gt;
    sudo apt-get install ethtool&lt;br /&gt;
&lt;br /&gt;
You can check the current Ethernet network card speed and duplex settings using the following command&lt;br /&gt;
&lt;br /&gt;
    sudo ethtool eth0&lt;br /&gt;
&lt;br /&gt;
Where eth0 is the Ethernet network card interface&lt;br /&gt;
&lt;br /&gt;
Turn off Auto-Negotiate feature using the following command&lt;br /&gt;
&lt;br /&gt;
    sudo ethtool -s eth0 autoneg off&lt;br /&gt;
&lt;br /&gt;
ethtool Syntax&lt;br /&gt;
&lt;br /&gt;
    sudo ethtool -s eth0 speed [SPEED] duplex  [DUPLEX]&lt;br /&gt;
&lt;br /&gt;
Example 1&lt;br /&gt;
&lt;br /&gt;
This example will show you how to setup your ethernet network card speed 100 and full duplex&lt;br /&gt;
&lt;br /&gt;
    sudo ethtool -s eth0 speed 100 duplex full&lt;br /&gt;
&lt;br /&gt;
Example 2&lt;br /&gt;
&lt;br /&gt;
This example will show you how to setup your ethernet network card speed 10 and half duplex&lt;br /&gt;
&lt;br /&gt;
    sudo ethtool -s eth0 speed 10 duplex half&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Referensi==&lt;br /&gt;
&lt;br /&gt;
* http://www.ubuntugeek.com/how-to-change-ethernet-network-card-speed-and-duplex-settings-in-ubuntu.html&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>