From 1bb7fc4abd5e51f39a4812ba4528a857c75ef5b1 Mon Sep 17 00:00:00 2001 From: mborgerson Date: Sat, 12 Jun 2021 01:57:16 -0700 Subject: [PATCH] Updated Networking (markdown) --- Networking.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Networking.md b/Networking.md index a1e6880..f0258d8 100644 --- a/Networking.md +++ b/Networking.md @@ -24,12 +24,15 @@ in the Network configuration window for xemu: Troubleshooting --------------- -### System Link Session Not Joinable +### System Link session is not joinable * Ensure all MAC addresses are unique. If you are using an EEPROM dumped from your real Xbox, xemu and your Xbox will have the same MAC address. You'll need to change one of them. You can blank the EEPROM line in xemu's Settings window to have it generate a new one for you, or you can use the [EEPROM editor](https://github.com/Ernegien/XboxEepromEditor) to change it. * Ensure the game versions/regions/updates between the people playing are the same. * If you are on Windows, ensure you're using the new [npcap](https://nmap.org/npcap/), not the older WinPcap. +### My network adapter is not listed +* If you are on Windows, ensure you're using the new [npcap](https://nmap.org/npcap/), not the older WinPcap. + ### Bridged Adapter Permission Problems **Important:** You should **never** need to run xemu as the `root` user.