Ho do I connect to my HP network printer

Briefly describe your issue below:

What version of Parrot are you running? (include version (e.g. 4.6), edition(e.g. Home//KDE/OVA, etc.), and architecture (currently we only support amd64)

What method did you use to install Parrot? (Debian Standard / Debian GTK / parrot-experimental)

Configured to multiboot with other systems? (yes / no)

List your networking hardware (make, model, firmware version):

If there are any similar issues or solutions, link to them below:

If there are any error messages or relevant logs, post them below:

I was wondering id someone could help me setup my hp printer in parrot, its connected to my router via wifi on the same network that I have my computer attached to.

Find out ip of your printer

  for ip in $(seq 0 100); do
  ping -c 1 192.168.$ip.$ip |grep  "bytes" |cut -d" " -f               4|cut -d";" -f1 &                                        
  done

Or
sudo netdiscover

Add That ip into LPR protocol

Thank you, I will try that :slight_smile:

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.