This post explains how to setup a wireless HP printer (specifically the HP Envy 4500) in Linux using the hp-setup program.
The hp-setup program comes pre-installed in Ubuntu and Mint Linux.
Printer Network Setup
- Follow the instructions that came with your printer to connect it to your wireless network.
- Print a setup page to get the IP address of the printer.
Linux Client Setup
- From a command shell, test that you can ping the IP address of the wireless printer. For example, if the IP address of the printer is 192.168.1.33
ping 192.168.1.33
- If you are able to ping the printer then issue the hp-setup command followed by the printer’s IP address:
hp-setup -i 192.168.1.33
- You should see a lot of output followed by:
Setting up device: hp:/net/ENVY_4500_series?ip=[your printer’s ip address]
- Follow the instructions to give the printer a name, and then send a test print job.
Scanning
- In Linux Mint, you can use the built-in “Simple Scan” application to scan documents.
Further Reading
- You may want to Read the HP4500 manual
- Setup printer on Ubuntu based Linux with hp-setup