Hello!
I am trying to change my ethernet card to 100Mbps Full Duplex, so I can get better speed out of my internet connection. The connection is supposed to be 24Mbit/s down. I am using a cablemodem.
Current speed is about 2.0 to 2.5 Mbit/s, so you can imagine I want some more speed. This may be partly due to my ISP, but the first step is to check all settings are OK.
Checking the file var/log/messages, I noticed the eth0 device was set to 10 mbps at half duplex.
I tried to find the best way of changing these settings, and found ethtool. Mii-tool is not installed on my system, and does not exist in apt-get. So i typed into terminal:
sudo ethtool -s eth0 speed 100
and
sudo ethtool -s eth0 duplex full
Checking the file var/log/messages again, I saw this.
+Feb 29 20:39:29 XXXX kernel: [ 598.924000] eth0: link down
+Feb 29 20:39:29 XXXX kernel: [ 598.972000] eth0: link up, 10Mbps, half-duplex, lpa 0x0000
+Feb 29 20:39:36 XXXX kernel: [ 606.056000] eth0: link down
+Feb 29 20:39:36 XXXX kernel: [ 606.112000] eth0: link up, 10Mbps, half-duplex, lpa 0x0000
So, changing the settings this way does not work.
I cannot find any of these settings in K > System Settings > Network Settings
Please help me figure this out!
I already made sure I have DHCP activated.
Kudos
Johan
I am trying to change my ethernet card to 100Mbps Full Duplex, so I can get better speed out of my internet connection. The connection is supposed to be 24Mbit/s down. I am using a cablemodem.
Current speed is about 2.0 to 2.5 Mbit/s, so you can imagine I want some more speed. This may be partly due to my ISP, but the first step is to check all settings are OK.
Checking the file var/log/messages, I noticed the eth0 device was set to 10 mbps at half duplex.
I tried to find the best way of changing these settings, and found ethtool. Mii-tool is not installed on my system, and does not exist in apt-get. So i typed into terminal:
sudo ethtool -s eth0 speed 100
and
sudo ethtool -s eth0 duplex full
Checking the file var/log/messages again, I saw this.
+Feb 29 20:39:29 XXXX kernel: [ 598.924000] eth0: link down
+Feb 29 20:39:29 XXXX kernel: [ 598.972000] eth0: link up, 10Mbps, half-duplex, lpa 0x0000
+Feb 29 20:39:36 XXXX kernel: [ 606.056000] eth0: link down
+Feb 29 20:39:36 XXXX kernel: [ 606.112000] eth0: link up, 10Mbps, half-duplex, lpa 0x0000
So, changing the settings this way does not work.
I cannot find any of these settings in K > System Settings > Network Settings
Please help me figure this out!
I already made sure I have DHCP activated.
Kudos
Johan
Comment