Update raspberry.md

This commit is contained in:
René Preuß
2025-07-28 21:18:46 +02:00
committed by GitHub
parent c6f98d9d1e
commit a152074975

View File

@@ -17,14 +17,30 @@ Recommended configuration:
## Step 2: Install Required Packages
**Tested Printers:**
- EPSON ET-2750 Series with driver: Epson Expression ET-2750 EcoTank - CUPS+Gutenprint v5.3.3 (color)
- EPSON ET-2860 Series with driver: Epson Expression ET-2750 EcoTank - CUPS+Gutenprint v5.3.3 (color)
Next, we need to install the required packages for Print-CLI to work. Run the following commands and grab a coffee while
the packages are being installed (it may take a while):
```bash
sudo apt-get update
sudo apt-get upgrade -y
sudo add-apt-repository ppa:ondrej/php
sudo apt-get install -y git cups zip unzip supervisor \
composer php-zip php-curl php-xml php-mbstring
php-cli php-zip php-curl php-xml php-mbstring \
printer-driver-gutenprint
```
Install Composer as usual:
```
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php composer-setup.php
php -r "unlink('composer-setup.php');"
sudo mv composer.phar /usr/local/bin/composer
```
Finally, add the Composer bin directory to your PATH, so you can run the `print-cli` command from anywhere:
@@ -131,15 +147,6 @@ sudo supervisorctl start print-cli
# Troubeshooting
## Orange PI 5 Plus Driver
### EPSON ET 2750
Driver: Epson Expression ET-2750 EcoTank - CUPS+Gutenprint v5.3.3 (color)
```bash
sudo apt install printer-driver-gutenprint
```
## WLAN
https://www.makeuseof.com/connect-to-wifi-with-nmcli/