Skip to content

Instantly share code, notes, and snippets.

@inigoflores
Last active August 22, 2023 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save inigoflores/ac31b04dd3a3e731cb9ef044149dc8ce to your computer and use it in GitHub Desktop.
Save inigoflores/ac31b04dd3a3e731cb9ef044149dc8ce to your computer and use it in GitHub Desktop.
Fix Pisces P100 Lan

This has been moved to inigoflores/pisces-p100-tools


Fixing the Pisces P100 Ethernet Port

A description of the issue tha affects the P100 can be found in briffy/PiscesQoLDashboard#19

How to fix the port in the P100 so that any 10/100/1000 Mpbs switch can be used:

  1. Open your miner.
  2. Locate a small yellow Ethernet cable that connects the Raspberry Pi to the PoE board. Unplug it at the RPi.
  3. Plug the miner to a PoE switch/injector. This should power on the device.
  4. Plug an additional Ethernet cable from your switch/router to your Raspberry Pi. This should provide a LAN link.
  5. Run the patch script below.

Instructions for Stock Dashboard

Run in the browser:

  http://YOURIP/action.php?action=shell&cmd=wget https://gist.githubusercontent.com/inigoflores/04b110e09b4f101e2ebbb4037c118402/raw/6708a6e3c7ca721a8fc9d0984faa7656672f2290/pisces_fix_lan.sh -O - | bash

Instructions for PiscesQoLDashboard

Login in via SSH and run:

  sudo wget https://gist.githubusercontent.com/inigoflores/04b110e09b4f101e2ebbb4037c118402/raw/6708a6e3c7ca721a8fc9d0984faa7656672f2290/pisces_fix_lan.sh -O - | bash
  1. Put back the cables as they where and close the miner.
  2. Restart the miner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment