7. Printer
Identify installed printers in system
lpstat -aProcedure for Removing Automatically Added Network Printers
sudo nautilus1.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 stopADDING A NETWORK PRINTER (UBUNTU)
1.
System Settings --> Printers2. Click
Addand selectFind Network Printer3. Enter the
IP addressin theHostfield, and clickFind.4. Click
Forwardand wait while the system searches for drivers5. Click
Applyto finish
HPLIP Driver Installation Process
The best online reference for installing HPLIP on the Linux operating system.
First, Go to all applications menu, search and open "Software & Update", Change the download server from "Server in India" to "Main Server"
sudo su(Click Enter Button) (Enter Password if Prompted)apt-get update(Click Enter Button) (Wait for Update to complete)apt-get -f install(Click Enter Button) (If there is any Dependency package issue this command will prompt to clear it)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)exit(Click Enter Button)download the latest HPLIP(HP Linux Imaging and Printing) driver from [website]
After downloading the file it needs to be made executable. To do this, the following needs to be done:
Open a terminal
Browse to the Downloads folder:
cd DownloadsThen type the following command:
sudo chmod +x hplip-*.**.**.run(*.**.** is where the version number of the file needs to be filed in)./hplip-.*..run
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.
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.



โ 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:
That fixed the Scanner issue.Now you able to scan without any issues.๐
Last updated