2

I’m currently in front of 20 computers and I don't know which one is mine!

I try the beep command but I can't hear any sound… Any ideas?

barlop
  • 25,198
Fractale
  • 687

3 Answers3

3
  1. Eject the cd/dvd drive
  2. Stress the CPU - listen for fan sound.
  3. Download a large file, seeing which HDD light stays on.
  4. If you have access to a switch - check the mac address table to see where it's plugged in
  5. Power it off!
  6. using dmidecode see which serial it is, check the serials on the physical machines.
  7. Turn the monitors on/off or screensaver on/off
  8. xmessage to the screen.
  9. aplay to play something via speakers/headphones
djsmiley2kStaysInside
  • 6,943
  • 2
  • 36
  • 48
2

Ejecting the CD drive was a solution and also stressing the computer to hear the fans scream!

Giacomo1968
  • 58,727
Fractale
  • 687
1

If on Linux, run the following:

sudo apt-get install fancontrol
pwmconfig

It will turn all fans on to full speed, and you should be able to locate the PC. See more about it here.

undo
  • 6,129