Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
83 views

RedHat 5: HP Server ethtool not working

I am trying to check/change my network card speed settings with RedHat 5 and a Proliant G6 server from HP. On eth0 I can not really use ethtool - it just says Link detected. The network card is a ...
2
votes
1answer
391 views

Can't set up NIC to establish Gigabit link on Linux

I have Ubuntu 11.10 64 bits with one (actually two, but only one is connected) Intel 82578 Gigabit Network Card which is working on 100 Mbps and I want it to work on 1000 Mbps, but I can't. How can I ...
3
votes
1answer
75 views

Why is mii-tool saying duplex is half while ethtool is saying duplex is full?

CentOS 5.x I configured my CenTOS server to use full duplex. I did this by editing the network script: more /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 ONBOOT=yes BOOTPROTO=static ...
0
votes
2answers
369 views

What does a high number of rx_crc_errors indicate?

When running ethtool I notice a very high level of rx_crc_errors. When the server is under heavy load the counter goes even higher. What does this typically point to as the source of the problem? ...
3
votes
3answers
281 views

How do I verify the speed of my NIC?

I just installed a new gigabit network interface card (NIC) in Linux. How do I tell if it is really set to gigabit speeds? I see ethtool has an option to set the speed, but I can't seem to figure ...
1
vote
0answers
690 views

Cannot enable WOL in Ubuntu using ethtool

I'm trying to build a linux box that will run without a monitor or keyboard, runs Ubuntu server, will go into suspend after a certain amount of time and is able to be woken up through network ...
1
vote
1answer
385 views

ethtool, WOL: What does “wake on physical activity” actually mean and (how) can I use it?

I fighting with the WOL settings of my Ubuntu box at the moment. The idea is to have an HTTP/SVN server to sleep while it's unused and wake up when it's accessed. So far, wake-on-LAN works and is ...
0
votes
1answer
129 views

What tool can write arbitrary mii register

I did not see this capability in ethtool. Provided my driver support the SIOCSMIIREG ioctl, I should be able to write any mii register. Do you know any tool that would make use of this capability ?
1
vote
3answers
104 views

live Boot any linux distro to console

Is there any .iso linux image distro that boots into console and not into x? I just want to run some simple linux commands like ethtool alternatively, I would like any boot cd that let me test the ...
0
votes
3answers
2k views

Ethtool on VMWare

I'm trying to determine the speed of my ethernet uplinks using ethtool on my VM (a VMware ESX Server). Running the command gives the following output: ~> ethtool eth0 Settings for eth0: ...
1
vote
2answers
4k views

How to get ethtool wake-on-lan setting to “stick”?

I have a couple of machines in my server room normally powered off which it's useful to be able to power up remotely. One of them is an old dual-P3 IBM serverWorks Intel STL2 machine on which ...
7
votes
3answers
3k views

Which tool should I trust, mii-tool and ethtool don't show me the same values

Our hosting company provides all the switching infrastructure for our servers. The private network, connected to eth2 should be GbE. Recently I've been suspecting that something is misconfigured as ...