diff --git a/docs/extras/find-wiiu-ip-address.md b/docs/extras/find-wiiu-ip-address.md deleted file mode 100644 index 3fce4f422..000000000 --- a/docs/extras/find-wiiu-ip-address.md +++ /dev/null @@ -1,15 +0,0 @@ -# How To Find The IP Address of your Wii U ---- -Quick guide on how to find the IP address of your Wii U console. - -### What You Need - -1. The latest release of [FTPiiU](https://apps.fortheusers.org/wiiu/ftpiiu). - - Extract the `ftpiiu.zip` file to the root of your SD Card. - -### Instructions - -1. Launch the Homebrew Launcher. -1. Launch FTPiiU. -1. The IP address of your Wii U will be displayed at the bottom of the screen. -1. To exit FTPiiU, press the HOME button. \ No newline at end of file diff --git a/docs/sidebar.md b/docs/sidebar.md index 4ce2b6d73..7d1096662 100644 --- a/docs/sidebar.md +++ b/docs/sidebar.md @@ -6,7 +6,6 @@ - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) -- [Fix Error Code 112-1037](fix-errcode-112-1037) - **Extras** - [Blocking Updates](block-updates) - [Unblocking Updates](unblock-updates) diff --git a/docs/troubleshooting/fix-errcode-112-1037.md b/docs/troubleshooting/fix-errcode-112-1037.md deleted file mode 100644 index bce0e7fae..000000000 --- a/docs/troubleshooting/fix-errcode-112-1037.md +++ /dev/null @@ -1,60 +0,0 @@ -# How To Fix The Error Code 112-1037 ---- -This page will guide you through the process of fixing the error code 112-1037. - -### What You Need {docsify-ignore} - -- A working [homebrew installation](introduction). -- [wupclient.py](https://raw.githubusercontent.com/Elpunical/mocha/master/ios_mcp/wupclient.py) **(right-click -> Save link as... -> Click Save).** -- The latest release of [Python](https://www.python.org/downloads/). - -### Instructions {docsify-ignore} - -1. Install Python on your computer. - -### Fixing The Error Code - - - -#### **Windows** - -### Windows - -1. Power on your Wii U. -1. Launch the Homebrew Launcher and launch Mocha. -1. Go back to the Wii U Menu. -1. Open up a command prompt window. -1. Use the following command: `cd `. - - Example: cd C:\Users\username\Downloads. -1. Use the following command: `py -3 -i wupclient.py`. -1. Enter the IP address of your Wii U. - - Don't know how to find it? Read [this](find-wiiu-ip-address). -1. Use the appropriate command depending on the region of your console: - - JPN: w.chmod("/vol/storage_mlc01/sys/title/00050030/1001200a/content/pages/index.html", 0x644). - - USA: w.chmod("/vol/storage_mlc01/sys/title/00050030/1001210a/content/pages/index.html", 0x644). - - EUR: w.chmod("/vol/storage_mlc01/sys/title/00050030/1001220a/content/pages/index.html", 0x644). -1. If the command worked, you will get the following response: `chmod returned 0x0`. -1. The error code should now be gone. - -#### **macOS & Linux** - -### macOS & Linux - -1. Power on your Wii U. -1. Launch the Homebrew Launcher and launch Mocha. -1. Go back to the Wii U Menu. -1. Open up a Terminal window. -1. Use the following command: `cd `. - - On macOS, the most common place to find your downloaded files is /Users/username/Downloads. - - On Linux, the most common place to find your downloaded files is /home/username/Downloads. -1. Use the following command: `python3 -i wupclient.py`. -1. Enter the IP address of your Wii U. - - Don't know how to find it? Read [this](find-wiiu-ip-address). -1. Use the appropriate command depending on the region of your console: - - JPN: w.chmod("/vol/storage_mlc01/sys/title/00050030/1001200a/content/pages/index.html", 0x644). - - USA: w.chmod("/vol/storage_mlc01/sys/title/00050030/1001210a/content/pages/index.html", 0x644). - - EUR: w.chmod("/vol/storage_mlc01/sys/title/00050030/1001220a/content/pages/index.html", 0x644). -1. If the command worked, you will get the following response: `chmod returned 0x0`. -1. The error code should now be gone. - - \ No newline at end of file