Mac Pro 1,1 Ethernet not working, How do diagnose the problem

Since you don't have the original disks (and therefore don't have Apple Hardware Test), I would try downloading AHT and running it from a USB. The steps to do this are as follows:

  1. Create a bootable USB flash drive by using Disk Utility's Erase function. Make sure you choose OS X Extended for the format and the GUID Partition Map for the scheme. For the purposes of these steps, also give your USB the name AHT when you're erasing it.
  2. Download the AHT for your particular Mac Pro 1,1 here
  3. Mount the downloaded image (it should mount as AppleHardwareTest)
  4. Now you will need to copy the AHT to your USB flash drive. To start, Launch the Terminal app (usually found within the Utilities folder)
  5. In the Terminal window, enter the following:

    cp -r /Volumes/AppleHardwareTest/System /Volumes/AHT/

  6. Now we need to make the USB flash drive bootable, so enter the following line in Terminal:

    sudo bless --folder /Volumes/AHT/ --file /Volumes/AHT/System/Library/CoreServices/.diagnostics/diags.efi --label AHT

  7. Enter your Admin password

  8. Leave the USB flash drive plugged in and restart the Mac Pro

  9. Immediately hold down the Option key

  10. Select the AHT from the list and boot up

NOTE for other readers: - Both the Terminal commands and the download link used here were written for this specific question. Please do not follow these steps unless you're also wanting to download and use AHT for the Mac Pro 1,1 (i.e. these instructions will not work for other Mac Pro models).