LuPoX
14 December 2016 16:00
1
Hi all, and thx for this fantastic distro
Im using a Orange PI Plus 2e, and all i need works fine but only detect 2 usb and not 3, what can i do ? i need the 3 usb because im mounting a server with 3 hd.
Thx
LuPoX:
Hi all, and thx for this fantastic distro
Im using a Orange PI Plus 2e, and all i need works fine but only detect 2 usb and not 3, what can i do ? i need the 3 usb because im mounting a server with 3 hd.
Thx
Hi,
Try using the plus2e fex. Download this and save to /boot/script.bin:
REMOVED OUTDATED URL
@LuPoX Please, and what’s the correct version for this board, i can’t see anything in download section for orange pi plus 2e. Thank you.
LuPoX
21 August 2018 15:47
6
I’m sorry for refloating this, I updated my orangepi with a clean version of armbian and then installed dietpi, and I have the same problem, only 2 usb go, when I connect the third one, it gets stuck and the file that Fourdee mention is down
I use a free armbian and then update to dietpi with custom version, the second option i think on install
opened 01:13AM - 10 Dec 17 UTC
closed 03:54PM - 28 Jan 18 UTC
Enhancement
Information
Installer
## Status: Beta
### What is this?
- This script will install and convert any… _'bloated'_ Debian/Raspbian installation, into a lightweight DietPi system.
### What this script does NOT do:
- Support converting existing installed software (eg: nextcloud, Plex Media Server) over to the DietPi system.
**All existing software (APT) and user data will be deleted.**
---
### Step 1: Ensure a Debian/Raspbian OS is running on the system
- **For best results, we recommend a fresh/clean minimal Debian/Raspbian installation**
- Native PC users: please install Debian stable before hand: https://www.debian.org/distrib/netinst
- Desktop images should work, however, the minimal the image, the quicker the installation, as less packages will need to be removed.
- NB: We do not support Ubuntu, or have any plans to do so.
### Step 2: Pre-req packages
- **Critical packages**
These should already exist on most systems, however pure minimal images may require the following installations)
```apt-get update; apt-get install -y systemd-sysv ca-certificates sudo wget locales --reinstall```
### Step 3: Run DietPi installer
- **Must be run from SSH or local term**
eg: Outside of desktop environment
- In case of SSH, to prevent connection loss, an Ethernet connection is required.
#### Ensure you have elevated privileges (eg: login as ```root```, or use ```sudo su```).
Copy and paste all into term.
```
wget https://raw.githubusercontent.com/MichaIng/DietPi/master/PREP_SYSTEM_FOR_DIETPI.sh -O PREP_SYSTEM_FOR_DIETPI.sh
#wget https://raw.githubusercontent.com/MichaIng/DietPi/jessie-support/PREP_SYSTEM_FOR_DIETPI.sh -O PREP_SYSTEM_FOR_DIETPI.sh
#wget https://raw.githubusercontent.com/MichaIng/DietPi/beta/PREP_SYSTEM_FOR_DIETPI.sh -O PREP_SYSTEM_FOR_DIETPI.sh
#wget https://raw.githubusercontent.com/MichaIng/DietPi/dev/PREP_SYSTEM_FOR_DIETPI.sh -O PREP_SYSTEM_FOR_DIETPI.sh
chmod +x PREP_SYSTEM_FOR_DIETPI.sh
./PREP_SYSTEM_FOR_DIETPI.sh
```
Follow the onscreen prompts.