Als belangrijkste, terminal:
sudo apt-get install hplip hplip-gui
Dan heb je kans dat e.e.a. al werkt.
Zoniet, terminal:
hp-plugin -i
en volg de instructies.
mogelijk gevolgd door terminal:
hp-setup
AI-overzicht:
Scanning with an HP DeskJet 4220e on Linux is achieved
primarily through the HPLIP (HP Linux Imaging and Printing) software, which provides drivers and scanning utilities.
Here is the step-by-step process to get your scanner working:
1. Install HPLIP
Ensure your system has HPLIP installed. Most Linux distributions (Ubuntu, Mint, Debian) include it, but you may need the latest version for newer printers.
Debian/Ubuntu/Mint: sudo apt-get install hplip hplip-gui
Fedora/RHEL: sudo dnf install hplip hplip-gui
2. Install the Plugin (Crucial Step)
Many HP multi-functional printers require a proprietary plugin for the scanner to function.
Open your terminal.
Run the following command:
hp-plugin -i
Follow the on-screen instructions to download and install the necessary proprietary plugin.
3. Setup the Printer/Scanner
Run the setup utility to connect your printer via USB or Wi-Fi:
hp-setup
If using Wi-Fi, ensure your computer and printer are on the same network.
4. Scan a Document
You can use standard Linux scanning applications:
Simple Scan (Document Scanner): Open your applications menu, search for "Simple Scan" or "Document Scanner", and click Scan.
XSane: A more advanced scanning utility, installed via sudo apt install xsane.
HPLIP Toolbox: Run hp-scan from the command line or use the graphical interface to manage scans.
Troubleshooting
Scanner not found: Run hp-doctor to identify any missing dependencies or network connectivity issues.
Permission issues: Ensure your user account is in the scanner or lp group.
Alternative Support: If HPLIP fails, you can use VueScan, which supports HP DeskJet 4200e series scanners on Linux.