For the complete documentation index, see llms.txt. This page is also available as Markdown.

7. Printer

Identify installed printers in system

lpstat -a

Procedure for Removing Automatically Added Network Printers

sudo nautilus

1.Go to etc-->cups-->cups-browsed.conf

2.Change this line: BrowseRemoteProtocols dnssd cups (or whaterver is after it) to none so it reads: BrowseRemoteProtocols none

3.stop cups and then remove the printers from the file

sudo service cups-browsed stop

ADDING A NETWORK PRINTER (UBUNTU)

1.System Settings --> Printers

2. Click Add and select Find Network Printer

3. Enter the IP address in the Host field, and click Find.

4. Click Forward and wait while the system searches for drivers

5. Click Apply to finish

HPLIP Driver Installation Process

The best online reference for installing HPLIP on the Linux operating system.

Do not switch on the printer during the installation procedure!!! If the printer is switched on, make sure it is switched off before starting the installation procedure.

First, Go to all applications menu, search and open "Software & Update", Change the download server from "Server in India" to "Main Server"

  1. sudo su (Click Enter Button) (Enter Password if Prompted)

  2. apt-get update (Click Enter Button) (Wait for Update to complete)

  3. apt-get -f install (Click Enter Button) (If there is any Dependency package issue this command will prompt to clear it)

  4. apt-get remove --purge ippusbxd (Click Enter Button) (This command will remove the ippusbxd package that sometimes causes scanning issues for Multi-function Printers in Ubuntu) (You will be prompted to remove it or not with Yes or No)

  5. exit (Click Enter Button)

  6. download the latest HPLIP(HP Linux Imaging and Printing) driver from [website]

  1. After downloading the file it needs to be made executable. To do this, the following needs to be done:

  2. Open a terminal

  3. Browse to the Downloads folder: cd Downloads

  4. Then type the following command: sudo chmod +x hplip-*.**.**.run(*.**.** is where the version number of the file needs to be filed in)

  5. ./hplip-.*..run

before the installation procedure starts the user must choose whether to install the driver manually (press c for custom) or automatically (press a for automatic). Best is to execute the installation procedure manually (custom) so that every step can be controlled and monitored by the user.

The installation procedure will check for missing ask if older versions of the HPLIP driver must be removed. Confirm that this should be done to avoid any conflicts with older package versions.

๐Ÿ’‚โ€โ™€๏ธ Always restart the computer, re-plugging in the printer doesn't always work. By restarting the computer and after logging in switching on the printer, the user forces Ubuntu to search for any printers connected.

โœ… HP Printer installed Successfully

For the list of HP printers supported by HPLIP, please click here.

HP SCANNER

Try below method for HP plugin issues. first install HPLIP latest version on system and try following steps.

Download Latest Plugins from HP website: version may vary

Run this command to Install Plugin:

Last updated